/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2022 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
html,
body {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
	background: #1c1c1c;
}

body.no-scroll,
html.no-scroll {
	overflow: hidden;
}

#bg-video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
}

#header {
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: stretch;
	height: 100vh;
	width: 100%;
	padding-top: 100px;
	text-align: center;
	color: #fff;
	position: relative;
}

#container {
	background: #ffffff;
	width: 1040px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
}

#content {
	width: 100%;
	overflow-x: hidden;
	min-height: auto;
	padding: 0px;
}

.footer {
	position: relative;
	background: #0f0f0f;
	font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', 'Arial', 'sans-serif';
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #666666;
	padding: 30px 0px 70px 0px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.75);
}

.footer-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	height: 350px;
	width: auto;
	pointer-events: none;
	filter: grayscale(100) brightness(10%);
	-webkit-filter: grayscale(100) brightness(10%);
	z-index: 0;
}

.footer-logo img {
	height: 100%;
	width: auto;
	z-index: 0;
}

.footer-end {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px;
}

.designedby {
	transition: all .3s ease;
}

.designedby:hover {
	color: #0098df !important;
}

.footer>.footer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 75%;
	height: auto;
	margin: 0px auto;
}

.footer-container>* {
	z-index: 1;
}

.footer hr {
	width: 100%;
	border-top: 1px solid #cacaca;
	margin: 30px
}

.footer .footer-social-link {
	filter: grayscale(100%);
	transition: all .3s ease;
}

.footer-social-copyright {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.footer-copyright {
	margin: 20px
}

.footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px;
	gap: 50px;
}

.footer-links a {
	color: #157cf1;
	font-size: 14px;
	font-weight: 800;
	text-wrap: wrap;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}

.footer-links a:hover {
	color: #fff !important;
	text-decoration: none;
}

.footer-contact {
	display: flex;
	justify-content: center;
	height: 70px;
	width: 100%;
	gap: 50px;
	padding: 15px;
}

.footer-contact svg {
	position: absolute;
	display: flex;
	width: 28px;
	height: 28px;
	font-size: 19px;
	font-weight: 700;
	opacity: 1;
	transition: all 0.3s ease;
	z-index: 2;
	cursor: pointer;
}

.social-link1-footer,
.social-link2-footer,
.social-link3-footer,
.social-link4-footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: whitesmoke;
	font-size: 24px;
	text-decoration: none;
	transition: all .3s ease;
	border-radius: 50px;
}

.social-link1-footer {
	background: radial-gradient(circle at 30% 107%,
			#fdf497 0%,
			#fdf497 5%,
			#fd5949 45%,
			#d6249f 60%,
			#285AEB 90%);
}

.social-link1-footer:hover {
	transform: scale(1.1);
}

.social-link2-footer {
	background-color: #1877F2;
}

.social-link2-footer:hover {
	transform: scale(1.1);
}

.social-link3-footer {
	background-color: #5865f2;
}

.social-link3-footer:hover {
	transform: scale(1.1);
}

.social-link4-footer {
	background-color: #12a50b;
}

.social-link4-footer:hover {
	background-color: #12a50b;
	transform: scale(1.1);
}

#navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#navbar .navbar-menu {
	text-align: center;
	text-wrap: nowrap;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar .navbar-menu li {
	list-style-type: none;
	display: inline-block;
}

#navbar .navbar-menu li a {
	display: inline-block;
	text-decoration: none;
	padding: 20px 30px;
	transition: all .3s ease;
	text-transform: uppercase;
}

.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	font-weight: bold !important;
	z-index: 9999;
}

.page-title {
	text-align: center;
	width: 100%;
	color: #157cf1;
	font-family: 'Grenze', serif;
	font-size: 60px;
	margin-bottom: 10px;
	margin-top: 140px;
	font-weight: bold;
	text-shadow:
		2px 2px 0 #000,
		3px 3px 0 #111,
		4px 4px 0 #222,
		0 8px 25px rgba(0, 0, 0, 0.9);
}

.page-subtitle {
	text-align: center;
	width: 100%;
	color: #64c8ff;
	font-family: 'Grenze', serif;
	font-size: 35px;
	margin: 10px 0;
	font-weight: bold;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0px #e3e3e3;
	-webkit-box-shadow: 0 0 0px #e3e3e3;
	box-shadow: 0 0 0px #e3e3e3;
}

.panel-news .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-news .panel-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.panel-news .panel-body {
	padding: 10px;
}

.panel-news .panel-footer {
	border-top: 1px solid #e7e7e7;
	background: #fff;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #777;
}

/* RANKINGS MODULE */
.rankings-table-container {
	width: 100%;
	margin: 0 auto;
	background: rgba(10, 15, 30, 0.7);
	border: 2px solid rgba(0, 102, 197, 0.4);
	border-radius: 20px;
	overflow: hidden;
	backdrop-filter: blur(15px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.rankings-table,
.reset-table {
	width: 100%;
	border-collapse: collapse;
}

.rankings-table thead tr,
.reset-table thead tr {
	background: linear-gradient(135deg, rgba(0, 75, 136, 0.2), rgba(0, 62, 155, 0.2));
	border-bottom: 2px solid rgba(0, 102, 197, 0.4);
}

.rankings-table thead th,
.reset-table thead th {
	padding: 20px 16px;
	text-align: left;
	color: #157cf1;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1.2px;
	white-space: nowrap;
}

.guild-image {
	width: 200px !important;
}

.guild-image img {
	width: 48px;
	height: 48px;
}

.guild-name {
	width: 350px !important;
}

.rankings-table thead th:first-child {
	text-align: center;
	width: 80px;
}

.rankings-table thead th:nth-child(2) {
	width: 110px;
	text-align: center;
}

.rankings-table thead th:nth-child(3) {
	width: 150px;
	text-align: center;
}

.rankings-table tbody tr,
.reset-table tbody tr {
	border-bottom: 1px solid rgba(0, 135, 197, 0.1);
	transition: all 0.3s ease;
}

.rankings-table tbody tr:hover,
.reset-table tbody tr:hover {
	background: rgba(0, 135, 197, 0.08);
	transform: translateX(4px);
}

.rankings-table tbody tr:last-child,
.reset-table tbody tr:last-child {
	border-bottom: none;
}

.rankings-table tbody td,
.reset-table tbody td {
	padding: 18px 16px;
	color: #fff;
	font-size: 15px;
	vertical-align: middle;
}

.rankings-table tbody td a,
.reset-table tbody td a {
	color: #fff;
	transition: all .3s ease;
}

.rankings-table tbody td a:hover,
.reset-table tbody td a:hover {
	color: #0087c5 !important;
}

.tables-character-class-img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
}

.rankings-table-place {
	text-align: center;
	font-weight: 800;
	font-size: 14px;
	background: linear-gradient(135deg, #0c7dff, #3593ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	width: 80px;
}

.rankings-table tbody td:nth-child(2) {
	width: 110px;
	text-align: center;
}

.rankings-table tbody td:nth-child(3) {
	width: 150px;
	text-align: center;
}

.rankings-medal-icon {
	margin-right: 6px;
}

.rankings-table tbody tr:nth-child(1) {
	background: linear-gradient(90deg, rgba(255, 215, 0, 0.2), transparent);
	border-left: 3px solid #FFD700;
}

.rankings-table tbody tr:nth-child(2) {
	background: linear-gradient(90deg, rgba(192, 192, 192, 0.2), transparent);
	border-left: 3px solid #C0C0C0;
}

.rankings-table tbody tr:nth-child(3) {
	background: linear-gradient(90deg, rgba(205, 127, 50, 0.2), transparent);
	border-left: 3px solid #CD7F32;
}

.rankings-country-flag {
	width: 24px;
	height: 18px;
	border-radius: 3px;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.rankings-class-image {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	border: 2px solid rgba(0, 135, 197, 0.3);
	object-fit: cover;
	transition: all 0.3s ease;
}

.rankings-highlight {
	font-family: 'Grenze', sans-serif !important;
	font-size: 19px !important;
	font-weight: 600;
	color: #157cf1 !important;
	transition: all .3s ease;
}

.rankings-table tbody tr:hover .rankings-class-image {
	border: solid 1px #0083c0;
	box-shadow: 0 4px 12px rgba(0, 135, 197, 0.4);
}

.rankings-player-name {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.rankings-player-name:hover {
	color: #0087c5;
	text-shadow: 0 0 10px rgba(0, 135, 197, 0.5);
}

.online-status-indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 10px;
	animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {

	0%,
	100% {
		opacity: .6;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2);
	}
}

.rankings-location {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}

.rankings-update-time {
	padding: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	border-top: 1px solid rgba(0, 135, 197, 0.1);
	background: rgba(0, 135, 197, 0.03);
}

@media (max-width: 992px) {
	.rankings-table {
		font-size: 13px;
	}

	.rankings-table thead th,
	.rankings-table tbody td {
		padding: 14px 12px;
	}

	.rankings-class-image {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 768px) {
	.rankings-table-container {
		border-radius: 12px;
	}

	.rankings-table {
		font-size: 12px;
	}

	.rankings-table thead th,
	.rankings-table tbody td {
		padding: 12px 8px;
	}

	.rankings-class-image {
		width: 36px;
		height: 36px;
	}

	.rankings-table-place {
		font-size: 14px;
	}

	.rankings-table .hide-mobile {
		display: none;
	}
}

.rankings_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 50px;
	padding: 24px;
	background: rgba(10, 15, 30, 0.7);
	border: 2px solid #1369cc71;
	border-radius: 16px;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.rankings_menu a {
	padding: 14px 28px;
	background: rgba(0, 68, 145, 0.5);
	border: 2px solid rgba(0, 92, 197, 0.2);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.rankings_menu a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 118, 214, 0.199);
	transition: left 0.4s ease;
	z-index: 0;
}

.rankings_menu a:hover {
	color: #fff !important;
	border-color: rgba(0, 85, 197, 0.5);
	background: rgba(0, 108, 197, 0.15);
	box-shadow: 0 4px 15px rgba(0, 135, 197, 0.4);
}

.rankings_menu a:hover::before {
	left: 0;
}

.rankings_menu a.active {
	background: linear-gradient(135deg, #136acc, #097cff);
	color: #fff;
	border-color: #136acc;
	box-shadow: 0 4px 20px rgba(0, 135, 197, 0.5);
	transform: translateY(-2px);
}

.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* MY ACCOUNT MODULE */
.myaccount-table {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
}

.myaccount-table tr td:first-child {
	color: #666;
	font-weight: bold;
}

.myaccount-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px !important;
}

.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin: 10px 0px;
}

.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}

.general-table-ui tr:first-child td {
	color: #ff0000;
}

.general-table-ui tr:nth-child(2n+2) td {
	background: #fafafa;
}

.general-table-ui tr td {
	text-align: center;
}

.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TERMS OF SERVICE PAGE */
.privacy-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 65%;
	margin: 80px 0;
	color: #e0e0e0;
}

.tos-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65%;
	margin: 80px 0;
}

.tos_list li {
	color: #0087c5;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

.tos_list li p {
	color: #e0e0e0;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/*Forgot Pass*/
.forgot-pass-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65%;
	margin-top: 80px;
}

/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: #fef2da;
	border: 3px solid #f79433;
	padding: 15px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	font-size: 24px;
	border: 3px solid #f79433;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
}

/* SIDEBAR */
.panel-sidebar {
	background: #f1f1f1;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
}

.panel-sidebar>.panel-heading {
	background: #fff;
	color: #ff0000;
	font-family: 'Roboto', sans-serif;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid #ff0000;
}

.panel-usercp {
	background: url('../img/usercp_bg.jpg') no-repeat top center;
	background-size: cover;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}

.panel-usercp ul li a:active,
.panel-usercp ul li a:hover {
	color: #ff0000 !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333;
}

.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.panel-addstats .character-name {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered {
	color: #777 !important;
	transition: all .3s ease;
}

.webengine-powered:active,
.webengine-powered:hover {
	color: #ff3214 !important;
}

/* 
 LANGUAGE PICKER 
.webengine-language-switcher {
	display: inline-block;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	width: 46px;
	height: 19px;
	overflow: hidden;
	transition: all .3s ease;
}

.webengine-language-switcher:hover {
	width: 400px;
}

.webengine-language-switcher li {
	display: inline-block;
	list-style-type: none;
	background: #333333;
	padding: 0px 5px 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	transition: all .3s ease;
}

.webengine-language-switcher li:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.webengine-language-switcher li a {
	color: #999999;
}

.webengine-language-switcher li a:hover {
	color: #ffffff !important;
} */

/* WEBSITE LOGO */
.webengine-mu-logo {
	margin: 0;
	width: 30%;
	height: auto;
	transition: all .3s ease;
}

.webengine-mu-logo:hover,
.logo-navbar:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.header-info-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
}

.header-info-container {
	width: 100%;
	margin: 80px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 550px 400px;
	gap: 20px;
}

.castle-siege-container {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.header-info {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.header-info-wrapper {
	background: linear-gradient(rgba(0, 135, 197, 0.1), rgba(0, 135, 197, 0.05));
	border: 1px solid rgba(0, 135, 197, 0.3);
	border-radius: 16px;
	padding: 24px;
	backdrop-filter: blur(10px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	width: 100%;
}

.grid-item {
	transition: all .3s ease;
}

.header-info-wrapper:hover,
.grid-item:hover {
	border-color: rgba(0, 135, 197, 0.5);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.header-info-block {
	padding: 0;
}

.online-section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 135, 197, 0.2);
}

.online-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.online-label {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.online-count {
	font-size: 34px;
	font-weight: 800;
	color: #006cc5;
	text-shadow: 0 0 20px rgba(0, 135, 197, 0.5);
	animation: pulseGlow 2s ease-in-out infinite;
	position: relative;
}

.online-count::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #00ff88;
	border-radius: 50%;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 10px #00ff88;
	animation: pulse-online-count 2s ease-in-out infinite;
}

@keyframes pulse-online-count {

	0%,
	100% {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}

	50% {
		opacity: 0.5;
		transform: translateY(-50%) scale(1.2);
	}
}

@keyframes pulseGlow {

	0%,
	100% {
		text-shadow: 0 0 20px rgba(0, 135, 197, 0.5);
	}

	50% {
		text-shadow: 0 0 30px rgba(0, 135, 197, 0.8);
	}
}

/* Barra de progreso */
.webengine-online-bar {
	width: 100%;
	height: 8px;
	background: rgba(0, 135, 197, 0.15);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.webengine-online-bar-progress {
	height: 100%;
	background: linear-gradient(90deg, #0087c5, #00d4ff);
	border-radius: 10px;
	transition: width 1s ease;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 135, 197, 0.6);
}

.webengine-online-bar-progress::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: shimmer 2s infinite;
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.time-section {
	margin-top: 16px;
}

.time-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 135, 197, 0.1);
}

.time-row:last-child {
	border-bottom: none;
}

.time-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}

.time-label i {
	font-size: 15px;
}

.time-value {
	font-size: 15px;
	color: #006cc5;
	font-weight: 600;
	font-family: 'Courier New', monospace;
	background: rgba(0, 102, 197, 0.1);
	padding: 4px 12px;
	border-radius: 6px;
	border: 1px solid rgba(0, 85, 197, 0.2);
}

@media (max-width: 480px) {
	.header-info {
		padding: 20px;
	}

	.online-count {
		font-size: 28px;
	}
}

/* Noticia destacada (arriba derecha) */
.home-spotlight-featured {
	grid-column: 2;
	grid-row: 1;
}

/* Noticias secundarias (abajo, span 2 columnas) */
.home-spotlight-secondary {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

/* Card de noticia */
.home-spotlight__item {
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 16px;
	padding: 20px 28px 28px 28px;
	transition: all 0.3s ease;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.home-spotlight__item:hover {
	border-color: rgba(0, 135, 197, 0.5);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.2);
	transform: translateY(-4px);
}

.home-spotlight__item h4 {
	font-size: 28px;
	font-weight: 900;
	color: #fff;
	line-height: 1.4;
	margin: 0 !important;
	margin-bottom: 5px !important;
}

.home-spotlight__item p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 6px;
}


.home-spotlight__item a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: linear-gradient(135deg, #136acc, #0858b3);
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 135, 197, 0.3);
	margin-top: auto;
	align-self: flex-start;
}

.home-spotlight__item a:hover {
	background: linear-gradient(135deg, #3292ff, rgb(19, 129, 255));
	transform: translateX(4px);
	box-shadow: 0 6px 20px rgba(0, 135, 197, 0.5);
}

.home-spotlight__item a:hover::after {
	transform: translateX(4px);
}

/* Noticia destacada más grande */
.home-spotlight-featured .home-spotlight__item h4 {
	font-size: 34px;
}

/* Responsive */
@media (max-width: 992px) {
	.header-info-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		margin: 50px 0;
	}

	.castle-siege-container {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.home-spotlight-secondary {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, 350px);
		gap: 20px;
	}

	.home-spotlight-secondary .home-spotlight__item {
		height: 100%;
	}

	.home-spotlight-featured .home-spotlight__item h4 {
		font-size: 24px;
	}

	.home-spotlight__item h4 {
		font-size: 24px;
	}

	.header-info {
		grid-column: 1;
		grid-row: 1;
	}

	.home-spotlight-featured {
		grid-column: 1;
		grid-row: 2;
	}

	.home-spotlight-secondary {
		grid-column: 1;
		grid-row: 3;
		grid-template-columns: 1fr;
	}

	.hide-mobile {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.header-info-wrapper {
		padding: 20px;
	}

	.online-count {
		font-size: 28px;
	}

	.home-spotlight__item {
		padding: 20px;
	}
}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.myaccount-character-block img {
	width: 100px;
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.myaccount-character-block img:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.myaccount-character-block-location {
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}

.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}

.myaccount-character-name a {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.rankings-class-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin-bottom: 50px;
}

.rankings-class-filter-selection {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 10px 18px 15px 18px;
	border-radius: 18px;
	background: rgba(12, 18, 28, 0.75);
	border: 1px solid rgba(0, 135, 197, 0.25);
	color: #cfeaff;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
	width: 130px;
	height: 100px;
	cursor: pointer;
}

.rankings-class-filter-selection span {
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rankings-class-filter-selection img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	filter: grayscale(100%);
	transition: all .2s ease;
}

.rankings-class-filter-selection-active {
	border-color: rgba(0, 189, 255, 0.9);
	box-shadow: 0 16px 32px rgba(0, 135, 197, 0.45);
	color: #fff;
}

.rankings-class-filter-selection:not(.rankings-class-filter-grayscale) img,
.rankings-class-filter-selection:not(.rankings-class-filter-grayscale) {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s ease;
}

.rankings-class-filter-grayscale:hover {
	border-color: rgba(0, 168, 255, 0.8);
	box-shadow: 0 12px 30px rgba(0, 135, 197, 0.35);
	transform: translateY(-4px);
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.rankings-class-filter-grayscale:hover img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.zalando {
	font-family: "Grenze", sans-serif;
	font-weight: 800 !important;
	font-style: normal;
}

/* NAV BAR */
#navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* #navbar.scrolled {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
} */

.navbar-desktop {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1400px;
	margin: 0px;
	padding: 0px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

/* header:not(.scrolled) .navbar-desktop,
header:not(.scrolled) .mobile-menu {
	padding-top: 20px;
} */

.logo-navbar {
	transition: all .3s ease;
}

.logo-navbar:hover {
	transform: scale(1.05);
}

/* header:not(.scrolled) .logo-navbar {
	width: 130px;
	height: 130px;
} */

header .logo-navbar {
	width: 110px;
	height: auto;
}

/* header:not(.scrolled).menu-open .mobile-menu {
	padding: 10px 20px;
} */

.navbar-desktop .navbar-menu {
	list-style: none;
	display: flex;
	align-items: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header .navbar-desktop .navbar-menu {
	gap: 15px;
}

.navbar-desktop .navbar-menu li a {
	text-decoration: none;
	color: #cccccc;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-transform: uppercase;
	text-shadow:
		2px 2px 0 #000,
		3px 3px 0 #111,
		4px 4px 0 #222,
		0 14px 30px rgba(0, 0, 0, 1);
}

.navbar-desktop .navbar-menu li i {
	font-size: 20px;
	color: #cccccc;
	transition: all 0.2s ease;
	margin-right: 5px;
}

.navbar-desktop .navbar-menu li a:hover i {
	color: #157cf1 !important;
	text-shadow: 0 0 15px rgba(100, 200, 255, 0.5);
	transform: scale(1.15);
}

.navbar-mobile-menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
	align-items: center;
	margin: 0 0 0 30px;
	padding: 0 !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-mobile-menu li {
	width: 100%;
}

.mobile-menu-content .navbar-mobile-menu li a {
	text-decoration: none;
	color: #cccccc;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0;
}

.mobile-menu-content .navbar-mobile-menu li a i {
	margin-right: 5px;
	font-size: 22px;
}

/* header:not(.scrolled) .navbar-desktop .navbar-menu li a {
	font-size: 19px;
	padding: 13px 0;
} */

header .navbar-desktop .navbar-menu li a {
	font-size: 17px;
	padding: 9px 0;
}

.navbar-desktop .navbar-menu li a::after,
.mobile-menu-content .navbar-mobile-menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #136acc;
	transition: width 0.3s ease;
}

.navbar-desktop .navbar-menu li a:active,
.navbar-desktop .navbar-menu li a:focus,
.mobile-menu-content .navbar-mobile-menu li a:active,
.mobile-menu-content .navbar-mobile-menu li a:focus,
.btn-login:active,
.btn-login:focus,
.btn-register:active,
.btn-register:focus,
.rankings_menu a:active,
.rankings_menu a:focus {
	color: #fff !important;
	outline: none;
	-webkit-tap-highlight-color: #fff;
}

.navbar-desktop .navbar-menu li a:hover::after,
.mobile-menu-content .navbar-mobile-menu li a:hover::after {
	width: 100%;
}

#navbar a:hover {
	color: #157cf1 !important;
	text-shadow: 0 0 15px rgba(100, 200, 255, 0.5);
}

/* Botones de autenticación */
.auth-buttons {
	display: flex;
	gap: 20px;
	margin-left: 150px;
}

.auth-buttons-mobile {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 0 0 30px;
}

.btn {
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
}

.auth-buttons-mobile .btn {
	width: 150px;
	height: 40px;
	padding: 4px 22px;
}

/* .auth-buttons:not(.scrolled) .btn {
	width: 150px;
	height: 40px;
	font-size: 19px;
	padding: 4px 22px;
} */

.auth-buttons .btn {
	width: 127px;
	height: 34px;
	font-size: 16px;
	padding: 4px 18px;

}

.btn-login,
.btn-logout,
.btn-login-mobile,
.btn-logout-mobile {
	background: transparent;
	color: #fff;
	border: 2px solid #136acc;
}

.btn-login:hover,
.btn-logout:hover,
.btn-login-mobile:hover,
.btn-logout-mobile:hover {
	background: #2189ff;
	border: 2px solid #2189ff;
	transform: translateY(-2px) translateX(-1px);
	box-shadow: 0 4px 12px rgba(0, 166, 255, 0.3);
	color: #fff;
}

.btn-register,
.btn-usercp,
.btn-register-mobile,
.btn-usercp-mobile {
	background: #136acc;
	color: #fff;
	border: 2px solid #136acc;
	;
	font-weight: 700;
}

.btn-register:hover,
.btn-usercp:hover,
.btn-register-mobile:hover,
.btn-usercp-mobile:hover {
	color: #fff;
	background: #2189ff;
	border: 2px solid #2189ff;
	transform: translateY(-2px) translateX(-1px);
	box-shadow: 0 6px 20px rgba(0, 166, 255, 0.5);
}

.mobile-menu {
	display: none;
}

.burger-button {
	all: unset;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 40px;
	justify-content: space-between;
	z-index: 99;
	transition: all .3s ease;
}

.burger-button span {
	width: 45px;
	height: 7px;
	background: #f1faee;
	border-radius: 100px;
	display: inline-block;
	transition: 0.3s ease;
	left: 0;
}

.burger-button.open .top {
	transform: translateY(17px) rotate(45deg);
	transform-origin: center;
	width: auto;
}

.burger-button.open .bottom {
	transform: translateY(-16px) rotate(-45deg);
	transform-origin: center;
	width: auto;
	box-shadow: 0 0 10px #495057;
}

.burger-button.open .middle {
	transform: translateX(-20px);
	opacity: 0;
}

/* LOGO EFFECTS */
.effect-container {
	align-self: center;
	gap: 20px;
}

.logo-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.effect-6 {
	position: relative;
	filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.8));
	animation: intense-glow 4s ease-in-out infinite;
}

@keyframes intense-glow {

	0%,
	100% {
		filter:
			drop-shadow(0 0 10px rgba(0, 212, 255, 0.6)) drop-shadow(0 0 20px rgba(0, 212, 255, 0.4)) drop-shadow(0 0 30px rgba(0, 212, 255, 0.2));
	}

	50% {
		filter:
			drop-shadow(0 0 20px rgba(0, 212, 255, 1)) drop-shadow(0 0 40px rgba(0, 212, 255, 0.8)) drop-shadow(0 0 60px rgba(0, 212, 255, 0.6));
	}
}

/* DOWNLOAD BUTTON AND SOCIAL MEDIA LINKS */
.button {
	position: relative;
	width: 150px;
	height: 35px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 1px solid #005177;
	background-color: #136acc;
	border-radius: 5px;
	overflow: hidden;
	transform: scale(1.4);
}

.button,
.button__icon,
.button__text {
	transition: all 0.3s;
}

.button .button__text {
	transform: translateX(15px);
	color: #fff;
	font-weight: 600;
	font-size: 13px;
}

.button .button__icon {
	position: absolute;
	transform: translateX(103px);
	height: 100%;
	width: 39px;
	background-color: #005177;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button .svg {
	width: 20px;
	fill: #fff;
}

.button:hover {
	background: #005177;
}

.button:hover .button__text {
	color: transparent;
}

.button:hover .button__icon {
	width: 140px;
	transform: translateX(0);
}

.divider {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgb(189, 189, 189);
}

.divider h6 {
	font-weight: 200;
	font-size: 15px;
}

.download-discord-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	margin-bottom: 30px;
	gap: 30px;
}

.download-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.discord-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.card-contact {
	display: flex;
	justify-content: center;
	height: 70px;
	width: 100%;
	gap: 15px;
}

.card-contact a {
	width: 50px;
	height: 50px;
}

.card-contact svg {
	position: absolute;
	display: flex;
	width: 30px;
	height: 30px;
	font-size: 24px;
	font-weight: 700;
	opacity: 1;
	transition: opacity 0.25s;
	z-index: 2;
	cursor: pointer;
}

.social-link1,
.social-link2,
.social-link3,
.social-link4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: whitesmoke;
	font-size: 24px;
	text-decoration: none;
	transition: 0.25s;
	border-radius: 50px;
}

.social-link1:hover {
	background: radial-gradient(circle at 30% 107%,
			#fdf497 0%,
			#fdf497 5%,
			#fd5949 45%,
			#d6249f 60%,
			#285AEB 90%);
	animation: bounce_613 0.4s linear;
}

.social-link2:hover {
	background-color: #1877F2;
	animation: bounce_613 0.4s linear;
}

.social-link3:hover {
	background-color: #5865f2;
	animation: bounce_613 0.4s linear;
}

.social-link4:hover {
	background-color: #12a50b;
	animation: bounce_613 0.4s linear;
}

@keyframes bounce_613 {
	40% {
		transform: scale(1.2);
	}

	60% {
		transform: scale(0.95);
	}

	80% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

#main-content {
	display: flex;
	flex-direction: column;
	padding: 20px 50px 0px 50px;
	overflow: hidden;
}

.background-universal,
.background-universal-ranking,
.background-universal-login,
.background-universal-forgot {
	display: flex;
	flex-direction: column;
	width: 100vw;
	min-height: 500px;
	align-items: center;
	justify-content: flex-start;
	background: linear-gradient(to bottom,
			#00000000 0%,
			#111111 20%,
			#111111 100%);
}

.language-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 35px;
	z-index: 1200;
}

.language-switcher-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.language-switcher__current {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 10px;
	font-size: 14px;
	background: rgba(16, 20, 40, 0.75);
	border: 1px solid #136acc;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.language-switcher__current::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #136acc;
	margin-left: 3px;
	transition: transform 0.2s ease;
}

.language-switcher:hover .language-switcher__current {
	background: rgba(100, 172, 255, 0.15);
	border-color: #177ef3;
}

.language-switcher:hover .language-switcher__current::after {
	transform: rotate(180deg);
}

.language-switcher__menu {
	position: absolute;
	top: calc(100%);
	left: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 6px 0;
	min-width: 180px;
	background: rgba(10, 14, 39, 0.94);
	border: 1px solid rgba(100, 200, 255, 0.25);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}

.language-switcher:hover .language-switcher__menu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.language-switcher__menu li {
	display: block;
}

.language-switcher__option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.language-switcher__option:hover {
	background: rgba(100, 200, 255, 0.18);
	color: #64c8ff;
	padding-left: 18px;
}

.language-switcher__flag {
	width: 17px;
	height: 12px;
	border-radius: 2px;
	object-fit: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.language-switcher__code {
	font-weight: 600;
	letter-spacing: 0.5px;
}

.banners-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 70%;
	gap: 50px;
	margin-bottom: 30px;
}

.sidebar-banner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar-banner img {
	height: auto;
	width: 100%;
	transition: all .3s ease;
}

.sidebar-banner img:hover {
	transform: scale(1.02);
	-webkit-filter: brightness(110%) saturate(110%);
	filter: brightness(110%) saturate(110%);
}

.sparks {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1300px;
	pointer-events: none;
	overflow: visible;
	z-index: 0;
}

.spark {
	position: absolute;
	bottom: 0;
	background: radial-gradient(circle, rgba(180, 220, 255, 1) 0%, rgba(100, 180, 255, 0.5) 60%, rgba(0, 0, 255, 0) 100%);
	border-radius: 50%;
	opacity: 0;
	filter: blur(2px);
	animation: rise 4s linear infinite;
}

.spark.big {
	width: 16px;
	height: 16px;
	filter: blur(6px);
	opacity: 0.4;
}

.spark.medium {
	width: 10px;
	height: 10px;
	filter: blur(3px);
	opacity: 0.6;
}

.spark.small {
	width: 6px;
	height: 6px;
	filter: blur(1px);
	opacity: 0.8;
}

@keyframes rise {
	0% {
		transform: translateY(0) scale(0.5);
		opacity: 1;
	}

	10% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	90% {
		opacity: 0;
		transform: translateY(-1000px) scale(1.3);
	}

	100% {
		transform: translateY(-1100px) scale(1.1);
		opacity: 0;
	}
}

/* Distribución aleatoria de posiciones y tiempos */
.spark:nth-child(1) {
	left: 0%;
	animation-delay: -1.3s;

}

.spark:nth-child(2) {
	left: 30%;
	animation-delay: -1.2s;

}

.spark:nth-child(3) {
	left: 50%;
	animation-delay: -2s;
}

.spark:nth-child(4) {
	left: 70%;
	animation-delay: 0s;
}

.spark:nth-child(5) {
	left: 15%;
	animation-delay: -2.2s;
}

.spark:nth-child(6) {
	left: 75%;
	animation-delay: -1.7s;
}

.spark:nth-child(7) {
	left: 58%;
	animation-delay: -1s;
}

.spark:nth-child(8) {
	left: 20%;
	animation-delay: -0.8s;
}

.spark:nth-child(9) {
	left: 45%;
	animation-delay: -2.5s;
}

.spark:nth-child(10) {
	left: 100%;
	animation-delay: -1.5s;
}


.header-anim {
	opacity: 0;
	transform: translateY(-50px);
	transition: all .5s ease;
	transition-delay: .05s;
}

.header-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.logo-anim {
	opacity: 0;
	filter: blur(20px);
	-webbkit-filter: blur(20px);
	transform: scale(.8);
	transition: all .5s ease;
	transition-delay: .05s;
}

.logo-anim.is-visible {
	opacity: 1;
	transform: scale(1);
	filter: blur(0px);
	-webbkit-filter: blur(0px);
}

.discord-anim {
	opacity: 0;
	transform: translateY(150px);
	transition: all .5s ease;
	transition-delay: .05s;
}

.discord-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.rankings-background {
	background: url('../img/background.jpg') no-repeat fixed center top;
	background-size: cover;
	width: 100vw;
	height: auto;
	box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.75);
	padding: 0px 50px;
}

.rankings-title {
	text-align: center;
	color: #157cf1;
	font-size: 45px;
	font-weight: 800;
	margin: 50px 0px;
}

.rankings-wrap {
	display: flex;
	padding: 0;
	width: 70%;
	height: 100%;
	margin: 0px auto 150px auto;
	align-items: center;
	justify-content: center;
}

.rankings-grid {
	width: 100%;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.ranking-card {
	position: relative;
	background: rgba(10, 15, 30, 0.92);
	border-radius: 18px;
	padding: 32px 28px;
	color: #f4f7ff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
	height: 500px;
}

.ranking-card__header {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-bottom: 24px;
}

.ranking-card__icon {
	flex: 0 0 54px;
	height: 54px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-size: 26px;
	background: rgba(255, 255, 255, 0.09);
}

.ranking-card__icon i {
	font-size: 32px;
}

.ranking-card__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.ranking-card__title h3 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.ranking-card__subtitle {
	font-size: 18px;
}

.view-more-btn {
	color: #fff;
	background: #136acc;
	border-radius: 18px;
	padding: 10px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border: none;
	transition: all 0.3s ease;
}

.view-more-btn:hover {
	background: #0052af;
}

.ranking-card__subtitle i {
	font-size: 20px;
}

.ranking-table {
	width: 100%;
	border-collapse: collapse;
}

.ranking-table thead th {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding-bottom: 12px;
	color: rgba(244, 247, 255, 0.55);
}

.ranking-table tbody td,
.ranking-table tbody th {
	padding: 12px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: #f4f7ff;
}

.ranking-table tbody tr:nth-child(odd) td,
.ranking-table tbody tr:nth-child(odd) th {
	background: rgba(255, 255, 255, 0.02);
}

.ranking-entry {
	display: flex;
	gap: 12px;
	align-items: center;
}

.ranking-entry a {
	transition: all .3s ease;
}

.ranking-entry__avatar {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.08);
}

.ranking-entry__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ranking-entry__meta {
	font-size: 14px;
	line-height: 1.1;
}

.ranking-entry__name {
	font-weight: 600;
}

.ranking-entry__extra {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: rgba(244, 247, 255, 0.55);
}

.first-place,
.second-place,
.third-place,
.default-place {
	width: 38px;
	height: 38px;
	border-radius: 35%;
	display: grid;
	place-items: center;
	font-weight: 700;
}

.first-place {
	background: linear-gradient(135deg, #ffe77a, #ffb347);
	color: #1d1d1d;
}

.second-place {
	background: linear-gradient(135deg, #f0f0f0, #9e9e9e);
	color: #1d1d1d;
}

.third-place {
	background: linear-gradient(135deg, #ffc697, #ff925b);
	color: #1d1d1d;
}

.default-place {
	background: rgba(255, 255, 255, 0.08);
	color: #f4f7ff;
}

.ranking-card__empty {
	display: flex;
	width: 100%;
	height: 75%;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	color: rgba(244, 247, 255, 0.55);
	padding: 0 20px;
}

@media (max-width: 768px) {
	.ranking-card {
		padding: 28px 22px;
	}
}

.blur-overlay {
	position: fixed;
	inset: 0;
	backdrop-filter: blur(0px);
	pointer-events: none;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
	transition: all 0.4s ease;
	z-index: 1001;
}

.blur-overlay.active {
	backdrop-filter: blur(10px);
	pointer-events: auto;
}

.notices-toggle {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1200;
	transition: all 0.3s ease;
}

.toggle-btn {
	background: #136acc;
	border: none;
	padding: 20px 10px 20px 15px;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-5px);
	box-shadow:
		5px 5px 20px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	position: relative;
}

@keyframes shine {
	0% {
		left: -50%;
	}

	50% {
		left: 150%;
	}

	100% {
		left: 150%;
	}
}

.toggle-btn:hover {
	box-shadow:
		0 5px 20px #0087c5,
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transform: translateX(0px);
}

.toggle-icon {
	color: white;
	font-size: 20px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -9px;
}

.toggle-btn.active {
	transform: translateX(-70px);
}

.notice-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #005075;
	color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #002c41;
	animation: pulse 2s infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}
}

.notices-panel {
	position: fixed;
	display: flex;
	flex-direction: column;
	left: -400px;
	top: 50%;
	transform: translateY(-50%);
	width: 380px;
	height: 80vh;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border-radius: 0 15px 15px 0;
	box-shadow:
		0 10px 50px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 1200;
	border-left: 4px solid #004ca1;
	overflow: visible;
}

.notices-panel.active {
	left: 0;
}

.close-btn-toggle-notices {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #136acc 0%, #0056b8 100%);
	border: none;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.close-btn-toggle-notices:hover {
	background: linear-gradient(135deg, #137df7 0%, #136acc 100%);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 0 20px rgba(68, 142, 239, 0.6);
}

.arrow-icon {
	width: 20px;
	height: 20px;
}

.panel-header {
	background: #136acc;
	padding: 20px 20px 5px 20px;
	position: relative;
	border-top-right-radius: 10px;
}

.panel-container-title {
	display: flex;
	gap: 10px;
}

.panel-title {
	color: white;
	font-size: 1.5em;
	font-weight: 900;
	display: flex;
	align-items: center;
	margin: 0;
}

.panel-subtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(212, 212, 212, 0.74);
	font-size: 0.85em;
	margin: 10px 0;
}

.panel-content {
	padding: 20px;
	max-height: 100%;
	overflow-y: auto;
}

.wrapper-panel-content {
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

.panel-content::-webkit-scrollbar {
	width: 5px;
}

.panel-content::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.panel-content::-webkit-scrollbar-thumb {
	background: #0053b3;
	border-radius: 10px;
}

/* Avisos individuales */
.notice-item {
	background: rgba(38, 147, 220, 0.1);
	border-left: 4px solid #2675dc;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 8px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	animation: urgent-pulse 2s infinite;
}

.notice-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(38, 147, 220, 0.1), transparent);
	transition: left 0.5s ease;
}

.notice-item:hover {
	background: #3a96ff38;
	transform: translateX(5px);
}

.notice-item:hover::before {
	left: 100%;
}

.notice-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.notice-icon {
	width: 35px;
	height: 35px;
	background: linear-gradient(135deg, #ad1d1d, #6e1414);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-justify: center;
	color: white;
	font-size: 18px;
	flex-shrink: 0;
	box-shadow: 0 2px 10px rgba(220, 38, 38, 0.3);
}

.notice-title {
	color: #fbbf24;
	font-weight: bold;
	font-size: 1.1em;
	flex: 1;
}

.notice-time {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
}

.notice-message {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	font-size: 1em;
}

@keyframes urgent-pulse {

	0%,
	100% {
		box-shadow: 0 0 0 rgba(68, 148, 239, 0);
	}

	50% {
		box-shadow: 0 0 15px rgba(68, 142, 239, 0.4);
	}
}

.empty-notices {
	text-align: center;
	padding: 40px 20px;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.empty-icon i {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: 0.3;
}

html::-webkit-scrollbar {
	width: 8px;
}

html::-webkit-scrollbar-track {
	background: #1c1c1c;
	border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #136acc, #0557b6);
	border-radius: 10px;
}

/* Notices Module */
.news-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 70%;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 80px 0;
}

.card-slide {
	position: relative;
	aspect-ratio: 16 / 9;
	width: 650px;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.4s ease;
	border: 2px solid #333;
}

.card-background {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card-slide:hover {
	transform: translateY(-10px);
	border-color: #136acc;
	box-shadow: 0 20px 60px rgba(0, 88, 189, 0.25);
}

.card-slide .dynamic-overlay {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.95) 0%,
			rgba(10, 17, 20, 0.9) 70%,
			transparent 100%);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 8;
}

.card-slide:hover .dynamic-overlay {
	bottom: 0;
}

.card-header {
	display: flex;
	flex-direction: row;
	gap: 15px;
	position: absolute;
	top: 13px;
	left: 17px;
	right: 17px;
	background-color: transparent;
	z-index: 10;
	border-bottom: none;
	align-items: center;
	margin: 5px 5px 0px 5px;

}

.category-badge {
	display: inline-block;
	background: #136acc;
	color: white;
	padding: 6px 12px;
	border-radius: 15px;
	font-size: 13px;
	font-weight: bold;
	backdrop-filter: blur(10px);
}

.card-title-visible {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
	line-height: 1.2;
	margin: 0;
}

.dynamic-content {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	color: white;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 15;
}

.card-fade:hover .dynamic-content,
.card-slide:hover .dynamic-content,
.card-circle:hover .dynamic-content,
.card-wipe:hover .dynamic-content,
.card-blur:hover .dynamic-content,
.card-glitch:hover .dynamic-content {
	transform: translateY(0);
	opacity: 1;
}

.card-description {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-date {
	color: #e29300;
	font-weight: 400;
	font-size: 12px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.read-more-btn {
	background: linear-gradient(45deg, #136acc, #0958b3);
	border: none;
	padding: 10px 18px;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	transform: scale(0.9);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}

.card-fade:hover .read-more-btn,
.card-slide:hover .read-more-btn,
.card-circle:hover .read-more-btn,
.card-wipe:hover .read-more-btn,
.card-blur:hover .read-more-btn,
.card-glitch:hover .read-more-btn {
	transform: scale(1);
}

.read-more-btn:hover {
	background: linear-gradient(45deg, #268bff, #097cff);
	box-shadow: 0 6px 20px #004a8f7c;
	transform: scale(1.05) !important;
}

/* Noticias Detalladas */
.news-article {
	width: 65%;
	margin: 50px 0px 80px 0px;
	background: rgba(94, 94, 94, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid #136acc;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.news-header {
	text-align: center;
	padding: 40px 0px;
	background: rgba(0, 0, 0, 0.5);
}

.news-category {
	display: inline-block;
	background: linear-gradient(45deg, #136acc, #0958b3);
	color: white;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.news-title {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1.2;
	color: #ffffff;
}

.news-meta {
	display: flex;
	justify-content: center;
	gap: 35px;
	color: #136acc;
	font-size: 14px;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.news-image-container {
	padding: 0 30px 20px;
}

.news-hero-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.news-content {
	padding: 30px 50px;
}

.news-description {
	font-size: 1.2em;
	color: #e0e0e0;
	margin-bottom: 30px;
	padding: 20px;
	background: rgba(0, 102, 185, 0.1);
	border-left: 4px solid #136acc;
	border-radius: 0 10px 10px 0;
}

.news-detailed-content {
	font-size: 1.1em;
	line-height: 1.8;
	color: #ffffff;
}

.news-detailed-content p {
	margin-bottom: 20px;
}

.author-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: rgba(14, 28, 46, 0.92);
	padding: 20px 0px;
	margin: 30px;
	border-radius: 15px;
}

.author-title {
	color: #136acc;
	margin-bottom: 10px;
	font-weight: bold;
}

.author-name {
	color: #ffffff;
	font-size: 1.1em;
}

.share-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	gap: 20px;
	text-align: center;
	padding: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.viewmore-btn {
	min-width: 190px;
}

.share-btn {
	min-width: 120px;
}

.share-btn,
.viewmore-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #136acc, #0c7dff);
	color: white;
	padding: 12px 25px;
	text-decoration: none;
	border: none;
	border-radius: 25px;
	transition: all 0.3s ease;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	text-wrap: nowrap;
}

.viewmore-icon {
	fill: white;
	width: 1.7em;
	aspect-ratio: 1;
	top: 0;
	left: 0;
	margin: auto;
	transform: translate(-10%, -5%);
	transition: all 0.3s ease;
}

.share-icon {
	fill: white;
	width: 1.1em;
	aspect-ratio: 1;
	top: 0;
	left: 0;
	margin: auto;
	transform: translate(-35%, 0%);
	transition: all 0.3s ease;
}

.share-btn:hover .share-icon {
	transform: scale(1.25) translate(-35%, 0%);
}

.viewmore-btn:hover .viewmore-icon {
	transform: scale(1.3) rotate3d(0, 0, 1, 180deg) translateX(10%);
}

.share-btn:hover,
.viewmore-btn:hover {
	background: linear-gradient(45deg, #0755ad, #0053b3);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 87, 128, 0.4);
}

.error-message {
	text-align: center;
	color: #ff6666;
	background: rgba(255, 0, 0, 0.1);
	padding: 30px;
	border-radius: 15px;
	border: 2px solid rgba(255, 0, 0, 0.3);
	margin-top: 150px;
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	.news-title {
		font-size: 2em;
	}

	.news-content {
		padding: 20px;
	}

	.news-meta {
		flex-direction: column;
		gap: 10px;
	}

	.share-btn {
		display: block;
		margin: 10px auto;
		width: 200px;
	}
}

.rankings-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65%;
	height: auto;
	margin: 60px 0px;
}

.rank-container-error {
	margin: 80px 0px;
}

.alert {
	margin: 80px 0px;
}

.register-container-error .alert {
	margin: 0px 0px 80px 0 !important;
}

/* Layout para las cards de información */
.info-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	grid-template-areas:
		"overview party"
		"commands chaos-core"
		"commands chaos-advanced"
		"media media";
	gap: 26px;
	width: min(1500px, 92vw);
	margin: 40px auto 80px auto;
}

.info-card--overview {
	grid-area: overview;
}

.info-card--party {
	grid-area: party;
}

.info-card--commands {
	grid-area: commands;
	display: flex;
	flex-direction: column;
}

.info-card--chaos-core {
	grid-area: chaos-core;
}

.info-card--chaos-advanced {
	grid-area: chaos-advanced;
}

.info-card--media {
	grid-area: media;
}

.info-card--chaos {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.info-card__icon i {
	font-size: 28px;
}

.info-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 30px 26px;
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(14, 22, 33, 0.94), rgba(11, 18, 28, 0.7));
	border: 1px solid rgba(0, 135, 197, 0.16);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
	color: #f4f7ff;
}

.info-card--overview {
	background: linear-gradient(145deg, rgba(0, 135, 197, 0.25), rgba(15, 22, 36, 0.92));
	border-color: rgba(0, 135, 197, 0.35);
}

.info-card__header {
	display: flex;
	align-items: center;
	gap: 18px;
}

.info-card__icon {
	flex: 0 0 56px;
	height: 56px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.9), rgba(0, 90, 145, 0.95));
	box-shadow: 0 10px 20px rgba(0, 135, 197, 0.35);
}

.info-card__title {
	margin: 0;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.info-card__subtitle {
	margin: 6px 0 0;
	font-size: 15px;
	color: rgba(244, 247, 255, 0.6);
}

.info-meta {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.info-meta li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 18px;
	border-radius: 14px;
	background: rgba(12, 18, 28, 0.55);
	border: 1px solid rgba(0, 135, 197, 0.16);
}

.info-meta__label {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: rgba(244, 247, 255, 0.62);
}

.info-meta__value {
	font-size: 15px;
	font-weight: 600;
	color: #9ed4ff;
	text-align: right;
}

.info-table {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.info-table__head {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 14px;
	font-size: 12px;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(244, 247, 255, 0.6);
}

.info-table__row {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 14px;
	align-items: center;
	padding: 12px 16px;
	border-radius: 14px;
	background: rgba(12, 18, 28, 0.5);
	border: 1px solid rgba(0, 135, 197, 0.12);
}

.info-table__row:nth-child(odd) {
	background: rgba(12, 18, 28, 0.65);
}

.info-table__cell {
	font-size: 15px;
	color: #00a7ff;
}

.info-table__cell--label {
	font-weight: 600;
	color: #9ed4ff;
}

.info-table__cell--accent {
	font-weight: 600;
	color: #f4f7ff;
}

.info-table--wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.info-table--wrap .info-table__column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.info-table__column .info-table__row {
	grid-template-columns: 1fr 85px 85px;
}

.info-table--grid {
	gap: 12px;
}

.info-commands {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.info-commands li {
	padding: 18px;
	border-radius: 14px;
	background: rgba(12, 18, 28, 0.52);
	border: 1px solid rgba(0, 135, 197, 0.16);
	display: flex;
	flex-direction: row;
	gap: 6px;
}

.info-commands__command {
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #00a7ff;
	text-transform: uppercase;
}

.info-commands__description {
	font-size: 15px;
	color: rgba(244, 247, 255, 0.68);
}

.info-card--media {
	grid-area: media;
}

.info-card--media .info-media__frame {
	position: relative;
	border-radius: 18px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: rgba(0, 135, 197, 0.12);
	border: 1px solid rgba(0, 135, 197, 0.18);
	box-shadow: 0 25px 55px rgba(0, 135, 197, 0.2);
}

.info-media__frame iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.downloads-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 65%;
	min-height: 400px;
	margin: 80px 0;
}

.no-mb-alert-download h4 {
	margin-bottom: 0;
}

.panel-downloads,
.panel-downloads-empty {
	margin-bottom: 40px;
	width: 100%;
}

.panel-body-downloads {
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.08) 0%, rgba(0, 135, 197, 0.03) 100%);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.panel-body-downloads:hover {
	border-color: rgba(0, 135, 197, 0.4);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.15);
	transform: translateY(-2px);
}

.panel-title-downloads {
	background: linear-gradient(135deg, rgba(0, 75, 136, 0.2), rgba(0, 62, 155, 0.2));
	padding: 20px 30px;
	font-size: 22px;
	font-weight: 700;
	color: #006cc5;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-bottom: 2px solid rgba(0, 135, 197, 0.3);
	display: flex;
	align-items: center;
	gap: 12px;
}

.downloads-table {
	width: 100%;
}

.download-row {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 20px;
	align-items: center;
	padding: 24px 30px;
	border-bottom: 1px solid rgba(0, 135, 197, 0.1);
	transition: all 0.3s ease;
}

.download-row:last-child {
	border-bottom: none;
}

.download-row:hover {
	background: rgba(0, 135, 197, 0.08);
}

.download-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.download-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.download-description {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
}

.download-size {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	background: rgba(0, 92, 197, 0.1);
	border: 1px solid rgba(0, 92, 197, 0.2);
	border-radius: 10px;
	min-width: 100px;
}

.download-size-value {
	font-size: 16px;
	font-weight: 700;
	color: #006cc5;
	font-family: 'Courier New', monospace;
}

.download-size-label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-download {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 32px;
	background: linear-gradient(135deg, #136acc, #1e87ff);
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 135, 197, 0.4);
	border: none;
	position: relative;
	overflow: hidden;
}

.btn-download::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.5s ease;
}

.btn-download:hover::before {
	left: 100%;
}

.btn-download:hover {
	background: linear-gradient(135deg, #2b8eff, #479dff);
	box-shadow: 0 6px 25px rgba(0, 102, 197, 0.6);
}

.btn-download:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(0, 135, 197, 0.4);
}

.btn-download i {
	font-size: 16px;
}

.empty-state {
	padding: 60px 30px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

.empty-state-icon {
	font-size: 60px;
	margin-bottom: 20px;
	opacity: 0.3;
}

@media (max-width: 768px) {
	.download-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.download-size,
	.btn-download {
		width: 100%;
		justify-content: center;
	}

	.panel-title {
		font-size: 18px;
		padding: 16px 20px;
	}

	.download-row {
		padding: 20px;
	}
}

/*LOGIN Y REGISTER*/
.forgot-form-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65%;
	margin-bottom: 80px;
}

.login-form-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65%;
	margin: 80px 0;
}

.register-form-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65%;
	margin: 80px 0;
}

.form-wrapper {
	background: linear-gradient(rgba(0, 135, 197, 0.08), rgba(0, 135, 197, 0.03));
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 20px;
	padding: 40px;
	backdrop-filter: blur(10px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	width: 600px;
}

.form-wrapper:hover {
	border-color: rgba(0, 135, 197, 0.4);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.15);
}

.form-title {
	text-align: center;
	margin-bottom: 35px;
}

.form-title h2 {
	font-size: 32px;
	font-weight: 800;
	background: linear-gradient(135deg, #157cf1, #0077ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 10px;
}

.form-title p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.forgotpass-group {
	margin-top: 40px;
}

.login-group {
	margin-bottom: 25px;
}

.login-label {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.login-input {
	width: 100%;
	padding: 14px 45px 14px 18px;
	background: rgba(0, 102, 197, 0.05);
	border: 2px solid rgba(0, 102, 197, 0.2);
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	transition: all 0.3s ease;
	outline: none;
}

.login-input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.login-input:focus {
	background: rgba(0, 135, 197, 0.08);
	border-color: #0077ff;
	box-shadow:
		0 0 0 4px rgba(0, 135, 197, 0.1),
		0 4px 15px rgba(0, 135, 197, 0.2);
}

.login-input:hover:not(:focus) {
	border-color: rgba(0, 135, 197, 0.3);
}

.login-help {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
}

.login-help a {
	color: #136acc;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.login-help a:hover {
	color: #238aff !important;
	text-decoration: underline !important;
}

.form-text-area {
	width: 100%;
	padding: 16px 20px;
	background: rgba(0, 102, 197, 0.05);
	border: 2px solid rgba(0, 102, 197, 0.2);
	border-radius: 12px;
	color: #fff;
	font-size: 15px;
	transition: all 0.3s ease;
	outline: none;
}

.form-text-area::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.form-text-area:focus {
	background: rgba(0, 135, 197, 0.08);
	border-color: #0077ff;
	box-shadow:
		0 0 0 4px rgba(0, 135, 197, 0.1),
		0 4px 15px rgba(0, 135, 197, 0.2);
	transform: translateY(-2px);
}

.form-text-area:hover:not(:focus) {
	border-color: rgba(0, 135, 197, 0.3);
}

.form-text-area {
	min-height: 200px;
	resize: vertical;
	line-height: 1.6;
}

.btn-login-register {
	width: 100%;
	padding: 16px;
	background: linear-gradient(#136acc, #1180ff);
	border: none;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 135, 197, 0.4);
	position: relative;
	overflow: hidden;
}

.btn-login-register::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.5s ease;
}

.btn-login-register:hover::before {
	left: 100%;
}

.btn-login-register:hover {
	background: linear-gradient(135deg, #1381ff, #278cff);
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(0, 135, 197, 0.6);
	border-color: rgba(255, 255, 255, 0.2);
}

.btn-login-register:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(0, 135, 197, 0.4);
}

.terms-text {
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
	line-height: 1.6;
}

.terms-text a {
	color: #136acc;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.terms-text a:hover {
	text-decoration: underline;
	color: #2389ff !important;
}

.recaptcha-container {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	padding: 15px;
	background: rgba(0, 135, 197, 0.05);
	border: 1px solid rgba(0, 135, 197, 0.15);
	border-radius: 10px;
}

.form-footer {
	text-align: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 135, 197, 0.2);
	color: rgba(255, 255, 255, 0.3);
	font-size: 15px;
}

.form-footer a {
	color: #136acc;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease;
}

.form-footer a:hover {
	color: #238aff !important;
}

.input-with-icon {
	position: relative;
}

.input-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	opacity: 0.5;
	pointer-events: none;
	color: rgba(255, 255, 255, 0.3);
}





















.myaccount-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	margin-bottom: 60px;
}

/* Panel Sidebar UserCP */
.usercp-panel {
	background: rgba(10, 15, 30, 0.7);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	height: fit-content;
}

.usercp-panel:hover {
	border-color: rgba(0, 135, 197, 0.4);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.2);
}

.usercp-header {
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.2), rgba(0, 135, 197, 0.1));
	padding: 15px 24px;
	border-bottom: 2px solid rgba(0, 135, 197, 0.3);
}

.usercp-title {
	font-size: 20px;
	font-weight: 700;
	color: #0087c5;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 !important;
}

.usercp-menu {
	padding: 0;
	margin: 0;
}

.usercp-opc-container {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

.usercp-opc-container img {
	width: 30px;
	height: 30px;
}

.usercp-opc-container a {
	width: 100%;
}

.usercp-menu ul {
	list-style: none;
	padding: 0 0 0 10px;
}

.usercp-menu li {
	border-bottom: 1px solid rgba(0, 135, 197, 0.1);
}

.usercp-menu li:last-child {
	border-bottom: none;
}

.usercp-menu li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 24px 16px 5px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.usercp-menu li a:hover {
	background: rgba(0, 135, 197, 0.1);
	color: #0087c5 !important;
	padding-left: 10px;
}

.usercp-menu li a i {
	font-size: 18px;
	width: 20px;
	text-align: center;
}

/* Tabla de información */
.account-info-panel {
	background: rgba(10, 15, 30, 0.7);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.account-info-panel:hover {
	border-color: rgba(0, 135, 197, 0.4);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.2);
}

.account-info-header {
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.2), rgba(0, 135, 197, 0.1));
	padding: 15px 24px;
	border-bottom: 2px solid rgba(0, 135, 197, 0.3);
}

.account-info-header h3 {
	font-size: 20px;
	font-weight: 700;
	color: #0087c5;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.account-info-table {
	width: 100%;
	border-collapse: collapse;
}

.account-info-table tr {
	border-bottom: 1px solid rgba(0, 135, 197, 0.1);
}

.account-info-table tr:last-child {
	border-bottom: none;
}

.account-info-table td {
	padding: 18px 24px;
	font-size: 15px;
}

.account-info-table td:first-child {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 600;
	width: 35%;
}

.account-info-table td:last-child {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-edit {
	padding: 6px 16px;
	background: linear-gradient(135deg, #0087c5, #00a8e8);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 135, 197, 0.3);
	appearance: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none !important;
}

.btn-edit:hover {
	background: linear-gradient(135deg, #00a8e8, #0087c5);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 135, 197, 0.5);
}

.status-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.status-active {
	background: rgba(0, 255, 136, 0.2);
	color: #00ff88;
	border: 1px solid rgba(0, 255, 136, 0.4);
}

.status-inactive {
	background: rgba(255, 0, 0, 0.2);
	color: #ff4444;
	border: 1px solid rgba(255, 0, 0, 0.4);
}

.online-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
	animation: pulse 2s ease-in-out infinite;
}

.online-indicator.online {
	background: #00ff88;
	box-shadow: 0 0 10px #00ff88;
}

.online-indicator.offline {
	background: #ff4444;
	box-shadow: 0 0 10px #ff4444;
}

.btn-play-pause-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 30px;
	user-select: none;
	padding: 10px;
	fill: #a5a5b0;
	margin-left: 10px;
}

.btn-play-pause-container button {
	width: 22.5px;
	height: 30px;
}

.btn-play-pause-container .play {
	animation: keyframes-fill .5s;
}

.btn-play-pause-container .pause {
	animation: keyframes-fill .5s;
}

.btn-play-pause-container.playing .play {
	display: none;
}

.btn-play-pause-container.playing .pause {
	display: block;
}

.btn-play-pause-container.paused .play {
	display: block;
}

.btn-play-pause-container.paused .pause {
	display: none;
}

.btn-play-pause-container button {
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	appearance: none;
	cursor: pointer;
}

@keyframes keyframes-fill {
	0% {
		transform: rotate(-180deg) scale(0);
		opacity: 0;
	}

	50% {
		transform: rotate(-10deg) scale(1.2);
	}
}

.guild-profile-container {
	width: 100%;
}

.guild-profile-card {
	position: relative;
	min-height: 600px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(0, 135, 197, 0.3);
	transition: all 0.3s ease;
}

.guild-profile-card:hover {
	border-color: rgba(0, 135, 197, 0.6);
	box-shadow:
		0 25px 70px rgba(0, 0, 0, 0.6),
		0 0 60px rgba(0, 135, 197, 0.3);
}

.guild-content {
	position: relative;
	z-index: 2;
	padding: 50px;
	background: rgba(10, 15, 30, 0.7);
	;
}

.guild-header {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	align-items: center;
	margin-bottom: 60px;
}

.guild-logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.guild-logo {
	width: 200px;
	height: 200px;
	background: rgba(0, 135, 197, 0.1);
	border: 3px solid rgba(0, 135, 197, 0.4);
	border-radius: 20px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.guild-logo:hover {
	border-color: #0087c5;
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.5),
		0 0 40px rgba(0, 135, 197, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transform: scale(1.05);
}

.guild-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.guild-info {
	background: rgba(0, 135, 197, 0.08);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 20px;
	padding: 40px;
	backdrop-filter: blur(15px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.guild-name {
	font-size: 48px;
	font-weight: 900;
	background: linear-gradient(135deg, #0087c5, #00d4ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 4px 20px rgba(0, 135, 197, 0.3);
}

.guild-stats {
	display: grid;
	gap: 16px;
}

.guild-stat-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
	background: rgba(0, 135, 197, 0.1);
	border: 1px solid rgba(0, 135, 197, 0.2);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.guild-stat-row:hover {
	background: rgba(0, 135, 197, 0.15);
	border-color: rgba(0, 135, 197, 0.4);
}

.guild-stat-label {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	letter-spacing: 0.5px;
}

.guild-stat-value {
	font-size: 18px;
	font-weight: 700;
	color: #0087c5;
}

.guild-stat-value a {
	color: #0087c5;
	text-decoration: none;
	transition: all 0.3s ease;
}

.guild-stat-value a:hover {
	color: #00d4ff;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.guild-divider {
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,
			transparent 0%,
			rgba(0, 135, 197, 0.5) 50%,
			transparent 100%);
	margin: 50px 0;
}

.guild-members-section {
	background: rgba(0, 135, 197, 0.08);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 20px;
	padding: 40px;
	backdrop-filter: blur(15px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.guild-members-title {
	font-size: 32px;
	font-weight: 800;
	color: #0087c5;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.guild-members-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
}

.guild-member-item {
	background: rgba(0, 135, 197, 0.1);
	border: 1px solid rgba(0, 135, 197, 0.2);
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	transition: all 0.3s ease;
}

.guild-member-item:hover {
	background: rgba(0, 135, 197, 0.15);
	border-color: rgba(0, 135, 197, 0.4);
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 135, 197, 0.3);
}

.guild-member-item a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease;
}

.guild-member-item:hover a {
	color: #0087c5 !important;
}

.player-profile-container {
	width: 100%;
}

.player-profile-card {
	position: relative;
	min-height: 700px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(0, 135, 197, 0.3);
	transition: all 0.3s ease;
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.08) 0%, rgba(0, 135, 197, 0.03) 100%);
	backdrop-filter: blur(10px);
}

.player-profile-card:hover {
	border-color: rgba(0, 135, 197, 0.6);
	box-shadow:
		0 25px 70px rgba(0, 0, 0, 0.6),
		0 0 60px rgba(0, 135, 197, 0.3);
}

.player-content {
	position: relative;
	z-index: 2;
	padding: 50px;
	background: rgba(10, 15, 30, 0.7);
}

.player-header {
	text-align: center;
	margin-bottom: 50px;
	background: rgba(0, 135, 197, 0.08);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 20px;
	padding: 40px;
	backdrop-filter: blur(15px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.player-name {
	font-size: 40px;
	font-weight: 900;
	background: linear-gradient(135deg, #0087c5, #00d4ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 16px;
	letter-spacing: 3px;
	text-shadow: 0 4px 20px rgba(0, 135, 197, 0.3);
}

.player-class {
	font-size: 24px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 2px;
	display: inline-block;
	padding: 10px 24px;
	background: rgba(0, 135, 197, 0.2);
	border: 1px solid rgba(0, 135, 197, 0.4);
	border-radius: 12px;
}


.player-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.player-stat-card {
	background: rgba(0, 135, 197, 0.08);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 16px;
	padding: 20px 24px;
	backdrop-filter: blur(15px);
	box-shadow:
		0 4px 16px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.player-stat-card:hover {
	background: rgba(0, 135, 197, 0.12);
	border-color: rgba(0, 135, 197, 0.4);
	box-shadow:
		0 6px 20px rgba(0, 0, 0, 0.3),
		0 0 20px rgba(0, 135, 197, 0.2);
}

.player-stat-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.player-stat-value {
	font-size: 17px;
	font-weight: 700;
	color: #0087c5;
	font-family: 'Grenze', sans-serif;
}

.player-stat-value a {
	color: #0087c5;
	text-decoration: none;
	transition: all 0.3s ease;
}

.player-stat-value a:hover {
	color: #00d4ff;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}


.player-stat-value.status-online {
	color: #00ff88;
	display: flex;
	align-items: center;
	gap: 8px;
}

.player-stat-value.status-offline {
	color: #ff4444;
	display: flex;
	align-items: center;
	gap: 8px;
}

.status-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation: pulse-indicator 2s ease-in-out infinite;
}

.status-indicator.online {
	background: #00ff88;
	box-shadow: 0 0 10px #00ff88;
}

.status-indicator.offline {
	background: #ff4444;
	box-shadow: 0 0 10px #ff4444;
}

@keyframes pulse-indicator {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.6;
		transform: scale(1.2);
	}
}

.player-stat-card.reset-card {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.2), rgba(0, 135, 197, 0.1));
	border: 2px solid rgba(0, 135, 197, 0.5);
}

.player-stat-card.reset-card .player-stat-value {
	font-size: 22px;
}

.characters-list-container {
	max-width: 1400px;
	margin: 0 auto;
}

.page-subtitle {
	text-align: center;
	margin-bottom: 50px;
}

.page-subtitle span {
	font-size: 36px;
	font-weight: 800;
	background: linear-gradient(135deg, #0087c5, #00d4ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
}

.page-subtitle span::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #0087c5, transparent);
	border-radius: 2px;
}

.characters-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}

.character-card {
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.08) 0%, rgba(0, 135, 197, 0.03) 100%);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 20px;
	padding: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	position: relative;
}

.character-card:hover {
	border-color: rgba(0, 135, 197, 0.5);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.2);
	transform: translateY(-8px);
}

.character-card-header {
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.2), rgba(0, 135, 197, 0.1));
	padding: 10px 20px 10px 20px;
	border-bottom: 2px solid rgba(0, 135, 197, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.character-name {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.character-name a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.character-name a:hover {
	color: #0087c5;
}

.status-indicator-char {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	animation: pulse-pj-card 2s ease-in-out infinite;
}

.status-indicator-char.online {
	background: #00ff88;
	box-shadow: 0 0 10px #00ff88;
}

.status-indicator-char.offline {
	background: #ff4444;
	box-shadow: 0 0 10px #ff4444;
}

@keyframes pulse-pj-card {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.6;
		transform: scale(1.2);
	}
}

.character-avatar-section {
	position: relative;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.character-avatar-wrapper-myaccount {
	position: relative;
}

.character-avatar {
	width: 140px;
	height: 140px;
	border-radius: 16px;
	border: 3px solid rgba(0, 135, 197, 0.3);
	object-fit: cover;
	transition: all 0.3s ease;
	display: block;
}

.character-card:hover .character-avatar {
	border-color: #0087c5;
	transform: scale(1.05);
	box-shadow: 0 8px 24px rgba(0, 135, 197, 0.4);
}

.character-level-badge {
	position: absolute;
	top: -12px;
	right: -12px;
	background: linear-gradient(135deg, #0087c5, #00a8e8);
	color: #fff;
	padding: 6px 14px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(0, 135, 197, 0.5);
	z-index: 10;
}

.character-card-footer {
	background: rgba(0, 135, 197, 0.05);
	padding: 10px 20px;
	border-top: 1px solid rgba(0, 135, 197, 0.15);
}

.character-location {
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.location-map {
	font-weight: 600;
	color: #0087c5;
}

.location-coords {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.empty-characters {
	text-align: center;
	padding: 80px 40px;
	background: rgba(0, 135, 197, 0.05);
	border: 1px solid rgba(0, 135, 197, 0.2);
	border-radius: 20px;
}

.empty-characters-text {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
	.page-subtitle span {
		font-size: 28px;
	}

	.character-avatar {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 480px) {
	.character-avatar {
		width: 140px;
		height: 140px;
	}
}

.addstats-container {
	max-width: 1200px;
	margin: 0 auto;
}

.character-stats-card {
	background: linear-gradient(135deg, rgba(0, 135, 197, 0.08) 0%, rgba(0, 135, 197, 0.03) 100%);
	border: 1px solid rgba(0, 135, 197, 0.25);
	border-radius: 20px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.character-stats-card:hover {
	border-color: rgba(0, 135, 197, 0.5);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.4),
		0 0 40px rgba(0, 135, 197, 0.2);
	transform: translateY(-4px);
}

.character-stats-grid {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 30px;
	padding: 30px;
}

.character-avatar-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.character-avatar-wrapper {
	width: 160px;
	height: 160px;
	border-radius: 16px;
	border: 3px solid rgba(0, 135, 197, 0.3);
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.character-avatar-wrapper:hover {
	border-color: #0087c5;
	transform: scale(1.05);
	box-shadow: 0 8px 24px rgba(0, 135, 197, 0.4);
}

.character-avatar-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.character-name-display {
	font-size: 20px;
	font-weight: 700;
	color: #0087c5;
	text-align: center;
	letter-spacing: 1px;
}

.character-form-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.available-points-info {
	background: rgba(0, 135, 197, 0.15);
	border: 1px solid rgba(0, 135, 197, 0.3);
	border-radius: 12px;
	padding: 16px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #00d4ff;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.stat-field {
	background: rgba(0, 135, 197, 0.05);
	border: 1px solid rgba(0, 135, 197, 0.2);
	border-radius: 12px;
	padding: 16px;
	transition: all 0.3s ease;
}

.stat-field:hover {
	background: rgba(0, 135, 197, 0.08);
	border-color: rgba(0, 135, 197, 0.4);
}

.stat-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.stat-name {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.stat-current {
	font-size: 14px;
	font-weight: 700;
	color: #0087c5;
	font-family: 'Courier New', monospace;
}

.stat-input {
	width: 100%;
	padding: 12px 16px;
	background: rgba(0, 135, 197, 0.08);
	border: 2px solid rgba(0, 135, 197, 0.2);
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
	outline: none;
}

.stat-input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.stat-input:focus {
	background: rgba(0, 135, 197, 0.12);
	border-color: #0087c5;
	box-shadow:
		0 0 0 4px rgba(0, 135, 197, 0.1),
		0 4px 12px rgba(0, 135, 197, 0.2);
}

.submit-button-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.btn-submit-stats {
	padding: 14px 40px;
	background: linear-gradient(135deg, #0087c5, #00a8e8);
	border: 2px solid transparent;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 135, 197, 0.4);
	position: relative;
	overflow: hidden;
}

.btn-submit-stats::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.5s ease;
}

.btn-submit-stats:hover::before {
	left: 100%;
}

.btn-submit-stats:hover {
	background: linear-gradient(135deg, #00a8e8, #0087c5);
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(0, 135, 197, 0.6);
	border-color: rgba(255, 255, 255, 0.2);
}

.btn-submit-stats:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(0, 135, 197, 0.4);
}

@media (max-width: 992px) {
	.character-stats-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.character-avatar-section {
		flex-direction: row;
		justify-content: center;
	}

	.stats-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	.character-stats-grid {
		padding: 20px;
	}

	.character-avatar-wrapper {
		width: 120px;
		height: 120px;
	}

	.submit-button-wrapper {
		justify-content: center;
	}

	.btn-submit-stats {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.player-content {
		padding: 30px 20px;
	}

	.player-name {
		font-size: 40px;
	}

	.player-class {
		font-size: 18px;
	}

	.player-stats-grid {
		grid-template-columns: 1fr;
	}

	.player-stat-card.reset-card {
		grid-column: 1;
	}
}

@media (max-width: 480px) {
	.player-name {
		font-size: 32px;
	}

	.player-header {
		padding: 30px 20px;
	}
}

@media (max-width: 992px) {
	.guild-header {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 30px;
	}

	.guild-content {
		padding: 30px;
	}

	.guild-name {
		font-size: 36px;
	}

	.guild-logo {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 768px) {
	.guild-members-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.guild-name {
		font-size: 28px;
	}

	.guild-members-title {
		font-size: 24px;
	}

	.guild-content {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.guild-members-grid {
		grid-template-columns: 1fr;
	}

	.guild-logo {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 576px) {
	.form-wrapper {
		padding: 30px 20px;
	}

	.form-title h2 {
		font-size: 26px;
	}
}


@media (max-width: 992px) {
	.btn-play-pause-container {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.rankings-container {
		width: 80%;
	}

	.header-info-flex {
		width: 90%;
	}

	.rankings-wrap {
		width: 90%;
	}

	.rankings-grid {
		grid-template-columns: auto;
	}

	.rankings-background {
		padding: 0 50px;
	}

	.banners-container {
		width: 90%;
	}

	.toggle-icon {
		font-size: 25px;
	}

	.notice-count {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.download-button .button {
		transform: scale(2);
	}

	.divider h6 {
		font-size: 25px;
	}

	.card-contact a {
		width: 80px;
		height: 80px;
	}

	.card-contact svg {
		width: 50px;
		height: 50px;
	}

	.navbar-mobile-menu li a {
		font-size: 20px;
	}

	.auth-buttons-mobile .btn {
		width: 150px;
		height: 40px;
		font-size: 20px !important;
	}

	.footer>.footer-container {
		margin: 0 auto;
		width: 95%;
	}

	.footer hr {
		margin: 50px 0;
	}

	.webengine-mu-logo {
		width: 80%;

	}

	.banners-container {
		height: auto;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.sidebar-banner img {
		width: 100%;
	}

	.news-container {
		width: 80%;
	}

	.downloads-container {
		width: 80%;
	}

	#navbar {
		justify-content: flex-start;
		width: 100%;
	}

	.mobile-menu {
		display: flex;
		width: 100%;
		max-width: 100vw;
		justify-content: space-between;
		align-items: center;
		padding: 10px 30px 10px 30px;
		transition: all .3s ease;
	}

	.mobile-logo {
		width: auto;
		height: 90px;
		transition: all .3s ease;
	}

	/* #navbar:not(.scrolled) .mobile-logo {
		height: 120px;
	} */

	/* #navbar:not(.scrolled) .burger-button {
		transform: scale(1.2);
	} */

	.mobile-menu-content {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		flex-direction: column;
		background: #1c1c1c;
		gap: 30px;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		padding: 100px 30px 30px 30px;
		align-items: flex-start;
		overflow-y: auto;
	}

	.mobile-menu-content.open {
		transform: translateX(0);
	}

	.notices-toggle.hidden {
		transform: translateX(-150px) translateY(-50%);
	}

	.mobile-menu-content .navbar-menu ul {
		align-items: flex-start;
	}

	.mobile-menu-content .navbar-menu a {
		display: flex;
		padding: 0;
		gap: 10px;
	}

	.mobile-menu-content div ul {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.navbar-desktop {
		display: none;
	}

	.language-switcher-wrapper-mobile {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.language-switcher__current {
		gap: 6px;
		font-size: 15px;
	}

	.language-switcher__flag {
		width: 20px;
		height: 15px;
	}

	.download-discord-container {
		padding-bottom: 50px;
	}

	.notices-panel {

		left: -70vw;
		top: 50%;
		transform: translateY(-50%);
		width: 65vw;

	}

	.panel-title {
		font-size: 35px;
	}

	.panel-subtitle {
		font-size: 22px;
	}

	.panel-container-title svg {
		height: 40px;
		width: 40px;
	}

	.notice-icon {
		width: 55px;
		height: 55px;
		font-size: 30px;
	}

	.notice-title {
		font-size: 28px;
		font-weight: 500;
	}

	.notice-time {
		font-size: 20px;
	}

	.notice-message {
		font-size: 22px;
	}

	.background-universal,
	.background-universal-ranking,
	.background-universal-login,
	.background-universal-forgot {
		min-height: 70vh;
	}

	.myaccount-grid {
		grid-template-columns: 1fr;
	}

	.account-info-table td:last-child {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

@media (min-width: 2560px) {
	/* header:not(.scrolled) .navbar-desktop .navbar-menu li a {
		font-size: 18px;
	} */

	header .logo-navbar {
		width: 120px;
		height: auto;
	}

	header .navbar-desktop .navbar-menu li a {
		font-size: 21px;
	}

	header .navbar-desktop .navbar-menu li a i {
		font-size: 23px;
	}

	/* .auth-buttons:not(.scrolled) .btn {
		width: 150px;
		height: 40px;
		font-size: 18px;
	} */

	.auth-buttons .btn {
		width: 138px;
		height: 38px;
		font-size: 20px;
	}

	.button {
		position: relative;
		width: 160px;
		height: 40px;
		cursor: pointer;
		display: flex;
		align-items: center;
		border: 1px solid #005177;
		background-color: #136acc;
		border-radius: 5px;
		overflow: hidden;
		transform: scale(1.4);
	}

	.button,
	.button__icon,
	.button__text {
		transition: all 0.3s;
	}

	.button .button__text {
		transform: translateX(22px);
		color: #fff;
		font-weight: 600;
		font-size: 16px;
	}

	.button .button__icon {
		position: absolute;
		transform: translateX(115px);
		height: 100%;
		width: 39px;
		background-color: #005177;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.button .svg {
		width: 20px;
		fill: #fff;
	}

	.card-contact {
		display: flex;
		justify-content: center;
		height: 70px;
		width: 100%;
		gap: 15px;
	}



	.card-contact svg {
		position: absolute;
		display: flex;
		width: 35px;
		height: 35px;
		font-size: 24px;
		font-weight: 700;
		opacity: 1;
		transition: opacity 0.25s;
		z-index: 2;
		cursor: pointer;
	}

	.social-link1,
	.social-link2,
	.social-link3,
	.social-link4 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		color: whitesmoke;
		font-size: 24px;
		text-decoration: none;
		transition: 0.25s;
		border-radius: 50px;
	}

	.toggle-icon {
		font-size: 20px;

	}
}

.castle-siege-wrapper {
	background: rgba(10, 15, 30, 0.7);
	padding: 40px 20px;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	width: 65%;
	margin: 30px 0 80px 0;
}

.castle-card {
	background: rgba(0, 140, 255, 0.07);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.castle-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 110, 255, 0.2);
	border-color: rgba(0, 132, 255, 0.3);
}

.castle-title {
	color: #157cf1;
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 20px rgba(0, 153, 255, 0.5);
	position: relative;
}

.owner-section {
	background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(0, 150, 255, 0.05) 100%);
	border-radius: 12px;
	padding: 25px;
	border: 2px solid rgba(0, 212, 255, 0.2);
}

.owner-guild {
	text-align: center;
	padding: 20px;
}

.owner-guild-name {
	font-size: 24px;
	font-weight: 700;
	color: #00d4ff;
	margin-bottom: 15px;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.owner-label {
	color: #8dd1ff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: 600;
}

.owner-value {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.alliance-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

.alliance-item {
	background: rgba(0, 212, 255, 0.05);
	border: 1px solid rgba(0, 212, 255, 0.15);
	border-radius: 10px;
	padding: 15px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 15px;
}

.alliance-item:hover {
	background: rgba(0, 212, 255, 0.1);
	transform: translateX(5px);
}

.siege-timer {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
	color: white;
	padding: 40px;
	border-radius: 16px;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	box-shadow: 0 10px 40px rgba(255, 107, 107, 0.4);
	letter-spacing: 3px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.info-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.info-table tr {
	table-layout: fixed;
	background: rgba(255, 255, 255, 0.03);
	transition: all 0.3s ease;
}

.info-table tr:hover {
	background: rgba(0, 212, 255, 0.08);
	transform: translateX(5px);
}

.info-table td {
	padding: 15px 20px;
	color: #fff;
	border: none;
}

.info-table td:first-child {
	color: #8dd1ff;
	font-weight: 600;
	border-radius: 8px 0 0 8px;
}

.info-table td:last-child {
	text-align: right;
	font-weight: 500;
	border-radius: 0 8px 8px 0;
}

.guild-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.guild-table thead th {
	background: rgba(0, 212, 255, 0.15);
	color: #00d4ff;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	border: none;
}

.guild-table thead th:first-child {
	border-radius: 8px 0 0 8px;
}

.guild-table thead th:last-child {
	border-radius: 0 8px 8px 0;
}

.guild-table tbody tr {
	background: rgba(255, 255, 255, 0.03);
	transition: all 0.3s ease;
}

.guild-table tbody tr:hover {
	background: rgba(0, 212, 255, 0.1);
	transform: scale(1.02);
}

.guild-table tbody td {
	padding: 15px;
	text-align: center;
	color: #fff;
	border: none;
}

.guild-table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}

.guild-table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}

.badge-stat {
	display: inline-block;
	background: rgba(0, 119, 255, 0.2);
	color: #0077ff;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid rgba(0, 212, 255, 0.3);
}

.schedule-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.schedule-table thead th {
	background: linear-gradient(135deg, rgba(0, 132, 255, 0.2), rgba(0, 89, 255, 0.1));
	color: #0077ff;
	padding: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	border: none;
}

.schedule-table thead th:first-child {
	border-radius: 8px 0 0 8px;
}

.schedule-table thead th:last-child {
	border-radius: 0 8px 8px 0;
}

.schedule-table tbody tr {
	background: rgba(255, 255, 255, 0.03);
	transition: all 0.3s ease;
}

.schedule-table tbody tr:hover {
	background: rgba(0, 212, 255, 0.08);
}

.schedule-table tbody td {
	padding: 15px 20px;
	color: #fff;
	border: none;
}

.schedule-table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
	font-weight: 600;
	color: #8dd1ff;
}

.schedule-table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}

.guild-logo-container {
	display: inline-block;
	padding: 8px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
	.castle-siege-wrapper {
		padding: 20px 10px;
	}

	.castle-title {
		font-size: 22px;
	}

	.siege-timer {
		font-size: 32px;
		padding: 25px;
	}

	.alliance-grid {
		grid-template-columns: 1fr;
	}
}