/*!
    
 =========================================================
 * 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
 
 =========================================================
 
*/
:root {
	--color-crimson: #5A0D0D;
	--color-ember: #A52A2A;
	--color-orange: #D35400;
	--color-gold: #D4AF37;
	--color-yellow: #F4D03F;
	--color-obsidian: #2C3E50;
	--color-void: #34495E;
	--color-silver: #BFC9CA;
	--color-gold-accent: #F5B041;
}

html {
	min-width: 1200px;
	height: 100%;
}

body {
	background: #000000 url('../img/dwnbck.jpg') no-repeat top center fixed;
	background-size: cover;
	color: #eee;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
}

@media only screen and (min-width: 2000px) {
	body {
		background: #000000 url('../img/background-2600.jpg') no-repeat top center !important;
	}
}

a {
	color: #ccc;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover {
	color: #ffda8a;
}

img {
	border: 0px;
}

input[type=text],
input[type=password],
input[type=number] {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
	border: 1px solid #ccc;
}

#header {
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px 10px 0px;
	text-align: center;
	color: #fff;
}

#container {
	/* 	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px); */
	width: 1200px;
	height: auto;
	margin: 0px auto 50px 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: auto;
	min-height: 500px;
	padding: 10px 20px 0px 20px;
}

.footer {
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
}

.footer>.footer-container {
	width: 1200px;
	margin: 0px auto;
}

.footer>.footer-container a:hover {
	text-decoration: underline !important;
}

.footer hr {
	border-top: 1px solid #cacaca;
}

.footer .footer-social-link {
	filter: grayscale(100%);
	transition: all .3s ease;
}

.footer .footer-social-link:hover {
	filter: grayscale(0%);
}

#navbar {
	width: 100%;
	backdrop-filter: blur(5px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#navbar ul {
	text-align: center;
	margin: 0px;
	-webkit-padding-start: 0px;
}

#navbar ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
}

#navbar ul li a {
	display: inline-block;
	color: #cccccc !important;
	text-decoration: none;
	padding: 20px 30px;
	transition: all .3s ease;
	text-transform: uppercase;
}

#navbar ul li a:active,
#navbar ul li a:focus,
#navbar ul li a:hover,
#navbar ul li a.active {
	color: var(--color-ember) !important;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: var(--color-ember) !important;
}

#navbar ul li a.active {
	color: var(--color-gold) !important;
	text-shadow: 0px 0px 15px rgba(212, 175, 55, 0.9);
}

.admincp-button {
	position: absolute;
	top: 100%;
	right: 40px;
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
	font-weight: bold !important;
	z-index: 10001;
	border-top: 0px !important;
	border-radius: 0px 0px 5px 5px;
}

.page-title {
	color: var(--color-gold);
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #eee;
	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: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.panel-news .panel-body {
	padding: 10px;
}

.panel-news .panel-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	font-style: italic;
	font-size: 11px;
	height: 40px;
	color: #aaa;
}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.rankings-class-image {
	width: 30px;
	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;
}

.rankings-table tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}

.rankings-table-place {
	color: #ccc;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.rankings-table tr:first-child td {
	color: var(--color-gold);
	border-bottom: 3px solid var(--color-crimson);
}

.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}

/* RANKINGS MENU */
.rankings_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 32px;
	width: 100%;
}

.rankings-menu-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ccc;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.rankings-menu-btn:hover {
	transform: scale(1.05);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-color: var(--color-ember);
}

.rankings-menu-btn.active {
	background: linear-gradient(135deg, var(--color-crimson) 0%, var(--color-orange) 100%);
	border: 1px solid var(--color-gold-accent);
	box-shadow: 0 4px 20px rgba(90, 13, 13, 0.4);
	color: #fff;
}

.rankings-menu-btn svg {
	width: 20px;
	height: 20px;
}

.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: rgba(10, 10, 15, 0.85);
	border: 1px solid rgba(63, 101, 136, 0.3);
	border-radius: 6px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.myaccount-table tr td:first-child {
	color: var(--color-silver);
	font-weight: 600;
	width: 40%;
	background: rgba(90, 13, 13, 0.15);
	border-right: 1px solid rgba(212, 175, 55, 0.1);
}

.myaccount-table tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 20px 25px !important;
	/* Increased padding */
	transition: background 0.2s ease;
}

.myaccount-table tr:hover td {
	background: rgba(255, 255, 255, 0.05);
}

.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
	margin: 10px 0px;
}

.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}

.general-table-ui tr:first-child td {
	color: var(--color-gold);
}

.general-table-ui tr:nth-child(2n+2) td {
	background: rgba(255, 255, 255, 0.02);
}

.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 */
.tos_list li {
	color: #aa0000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

.tos_list li p {
	color: #444;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 14px;
	font-weight: normal;
}

/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: rgba(255, 255, 255, 0.1);
	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: rgba(255, 255, 255, 0.05);
	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: var(--color-obsidian);
	color: var(--color-gold);
	font-family: 'PT Sans', sans-serif;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid var(--color-crimson);
}

.panel-usercp {
	background: rgba(10, 10, 15, 0.85);
	border-radius: 6px;
	padding: 20px;
	border: 1px solid rgba(63, 101, 136, 0.3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.usercp-menu-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.usercp-menu-list li {
	display: block;
	width: 100%;
}

.usercp-menu-item {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: rgba(20, 25, 35, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 4px;
	color: #aeaeae !important;
	font-weight: 500;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.usercp-menu-item:hover {
	background: rgba(165, 42, 42, 0.2);
	border-color: var(--color-ember);
	color: #fff !important;
	transform: translateX(4px);
}

.usercp-menu-item.active {
	background: linear-gradient(90deg, var(--color-crimson), var(--color-ember));
	border-color: var(--color-gold-accent);
	color: #fff !important;
	box-shadow: 0 0 10px rgba(90, 13, 13, 0.2);
}

.usercp-menu-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	margin-right: 12px;
}

.usercp-menu-icon img {
	max-width: 100%;
	height: auto;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.2s ease;
}

.usercp-menu-item:hover .usercp-menu-icon img,
.usercp-menu-item.active .usercp-menu-icon img {
	filter: grayscale(0%);
	opacity: 1;
}

.usercp-menu-text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.panel-usercp .panel-heading {
	background: transparent !important;
	border-bottom: 1px solid rgba(63, 101, 136, 0.3) !important;
	color: #fff !important;
	padding: 10px 5px 20px 5px;
	/* Adjusted padding */
	margin-bottom: 10px;
}

.panel-usercp .panel-title {
	font-size: 18px;
	/* Larger title */
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 10px rgba(63, 101, 136, 0.5);
	/* Glowing effect */
}

.panel-usercp .panel-title a.btn {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ccc;
	font-size: 11px;
	padding: 2px 10px;
}

.panel-usercp .panel-title a.btn:hover {
	background: #a00;
	border-color: #f00;
	color: #fff;
}

.sidebar-banner {
	margin: 20px 0px;
	border: 0px;
}

.sidebar-banner img {
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
	border: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #eee;
}

.panel-body .panel-title {
	color: #ddd;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #eee;
}

.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: #ccc;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: bold;
}

/* DOWNLOADS */
.panel-downloads {
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #eee;
}

.download-description {
	font-size: 11px;
	position: relative;
	top: -7px;
	color: #aaa;
}

.online-status-indicator {
	margin-left: 5px;
}

/* WEBENGINE CMS */
.webengine-powered {
	color: #777 !important;
}

.webengine-powered:active,
.webengine-powered:hover {
	color: #ff3214 !important;
}

/* GLOBAL TOP BAR */
.global-top-bar {
	width: 100%;
	background: #101010;
	color: #777777;
	padding: 7px 0px 2px 0px;
	text-transform: uppercase;
	font-size: 12px;
}

.global-top-bar .global-top-bar-content {
	width: 1200px;
	margin: 0px auto;
}

.global-top-bar .global-top-bar-content .row {
	margin: 0px;
	padding: 0px;
}

.global-top-bar a.logout {
	color: #ff0000 !important;
}

.global-top-bar a {
	color: #999999 !important;
}

.global-top-bar a:hover {
	color: #ffffff !important;
}

.global-top-bar-nopadding {
	padding: 0px !important;
}

.global-top-bar-separator {
	padding: 0px 5px;
}

/* 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 {
	transition: all .3s ease;
}

.webengine-mu-logo:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

/* HEADER INFO */
.header-info-container {
	width: 1200px;
	margin: 0px auto;
	text-align: right;
}

.header-info-container .header-info {
	display: inline-block;
	width: 350px;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
	margin: 0px;
	padding: 20px;
	overflow: auto;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	text-shadow: 1px 1px 3px #000000;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
}

.header-info-container .header-info .header-info-block {
	padding: 0px;
	color: #aaaaaa;
}

.header-info-container .header-info .header-info-block #tServerTime,
.header-info-container .header-info .header-info-block #tLocalTime {
	color: #ffffff;
}

.header-info-container .header-info .header-info-block #tServerDate,
.header-info-container .header-info .header-info-block #tLocalDate {
	color: #cccccc;
}

.header-info-container .header-info .header-info-block .online-count {
	color: #00ff00;
}

/* ONLINE BAR */
.webengine-online-bar {
	width: 100%;
	background: #000000;
	border: 1px solid #555555;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	transition: all .3s ease;
}

.webengine-online-bar .webengine-online-bar-progress {
	height: 8px;
	background: #00ff00 url('../img/online_progress_bar.jpg') no-repeat left center;
	-webkit-border-radius: 0px 1px 1px 0px;
	-moz-border-radius: 0px 1px 1px 0px;
	-khtml-border-radius: 0px 1px 1px 0px;
	border-radius: 0px 1px 1px 0px;
}

.webengine-online-bar:hover {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

/* 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 FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.rankings-class-filter li {
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

.rankings-class-filter li:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

.rankings-class-filter-selection:hover {
	color: #000000 !important;
}

.rankings-class-filter-selection:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Home - News List */



.home-news-block .home-news-block-header h2 {
	padding: 0px !important;
	margin: 0px 0px 20px 0px !important;
	font-style: italic;
}

.home-news-block .home-news-block-header a {
	display: inline-block;
	padding-top: 5px;
	font-style: italic;
	font-size: 16px;
}

.home-news-block-article {
	margin-top: 10px;
}

.home-news-block-article .home-news-block-article-type {
	display: block;
	border: 1px solid #3f6588;
	padding: 5px;
	text-align: center;
	color: #3f6588;
}

.home-news-block-article .home-news-block-article-title-container {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-news-block-article .home-news-block-article-title,
.home-news-block-article .home-news-block-article-date {
	line-height: 30px;
}

/* Event Timer Block */

.event-schedule-open {
	color: green;
}

.event-schedule-inprogress {
	color: orange;
}

.panel-sidebar-events .smalltext {
	font-size: 11px;
	position: relative;
	top: -5px;
}

/* HERO SERVER INFO GRID */
.hero-server-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	/* Increased gap */
	margin-bottom: 24px;
	max-width: 100%;
	/* Fluid on mobile */
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	/* Ensure it respects z-index */
	z-index: 10;
	/* Put above hero-overlay (z-index: 1) */
}

@media (min-width: 768px) {
	.hero-server-info-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		/* Increased gap */
		margin-bottom: 32px;
		max-width: 1120px;
		/* Adjusted to fit approx 260px cards (260*4 + 20*3 = 1100) */
		padding: 0;
	}
}

.hero-stat-card {
	position: relative;
	padding: 16px;
	border-radius: 8px;
	text-align: center;
	backdrop-filter: blur(12px);
	/* backdrop-blur-md */
	transition: all 0.3s ease;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(90, 13, 13, 0.8) 0%, rgba(20, 25, 35, 0.9) 100%);
	/* Crimson to Abyssal tint */
	border: 1px solid rgba(212, 175, 55, 0.3);
	/* Aura Gold border */
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
	display: flex;
	/* Changed to flex for vertical centering */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 125px;
	/* Reduced height as requested */
	width: 200px;
	/* Fluid width to fill grid */
	/* For anchor tags */
	text-decoration: none !important;
	user-select: none;
	/* Disable text selection */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

@media (min-width: 768px) {
	.hero-stat-card {
		padding: 24px;
		height: 125px;
		/* Revert to standard height on desktop if needed, or keep taller? User said "responsive" changes. Let's start with keeping desktop scaling appropriate, maybe 100% width there too but constrained by grid max-width */
		width: 100%;
	}
}

/* ... existing hover styles ... */

/* ... (skip to button styles) ... */

/* Base button styles */
.hero-btn-download,
.hero-btn-discord {
	display: block;
	position: relative;
	width: 100%;
	/* 80% width on mobile as requested */
	min-width: 200px;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none !important;
	transition: all 0.3s ease;
	overflow: hidden;
	margin: 0 auto;
	/* Center buttons */
}

@media (min-width: 640px) {

	.hero-btn-download,
	.hero-btn-discord {
		width: 100%;
		/* Auto width on desktop */
	}
}

.hero-stat-card:hover {
	transform: scale(1.1);
	z-index: 20;
	border-color: var(--color-gold-accent);
}

.hero-stat-card-overlay {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	background: radial-gradient(circle at center, rgba(165, 42, 42, 0.2) 0%, transparent 80%);
	/* Ember glow */
	pointer-events: none;
}

.hero-stat-card:hover .hero-stat-card-overlay {
	opacity: 1;
}

.hero-stat-card-content {
	position: relative;
	z-index: 10;
}

.hero-stat-icon {
	width: 16px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	color: var(--color-gold);
	display: block;
}

@media (min-width: 768px) {
	.hero-stat-icon {
		width: 20px;
		height: 20px;
	}
}

.hero-stat-card:hover .hero-stat-icon.group-hover-scale {
	transform: scale(1.1);
}

.hero-stat-label {
	font-size: 14px;
	/* text-xs */
	margin-bottom: 4px;
	color: #aebfd1;
	/* Muted blue-grey */
	margin-top: 0;
}

.hero-stat-value {
	font-size: 18px;
	/* text-base */
	font-weight: bold;
	margin: 0;
	color: #fff;
}

@media (min-width: 768px) {
	.hero-stat-value {
		font-size: 22px;
		/* text-lg */
	}
}

/* Use standard green for positive status, or keep it blue? User asked for navbar colors palette. 
   Usually "Online" is green. I will keep green for status but use blue for standard text highlighting */

.val-green {
	color: #10B981;
	/* Keep valid/online status green */
}

.val-beige {
	color: #E6D6C6;
}

.hero-stat-card:hover .val-beige.transition-colors {
	color: var(--color-orange);
}

/* Animations */
@keyframes signal-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
	}

	70% {
		box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
	}
}

.status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #10B981;
	display: inline-block;
	margin-right: 6px;
	animation: signal-pulse 2s infinite;
}

/* ACTION BUTTONS */
.hero-action-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	align-items: center;
	width: 80%;
	/* Occupy most of the screen width on mobile */
	max-width: 500px;
	margin: 0 auto 40px auto;
	position: relative;
	z-index: 10;
}

@media (min-width: 640px) {
	.hero-action-buttons {
		flex-direction: row;
		gap: 20px;
		width: auto;
		/* Revert to auto on desktop */
	}
}

/* Base button styles */
.hero-btn-download,
.hero-btn-discord {
	display: block;
	position: relative;
	width: 100%;
	/* Fill container */
	min-width: 200px;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none !important;
	transition: all 0.3s ease;
	overflow: hidden;
	margin: 0 auto;
}

@media (min-width: 640px) {

	.hero-btn-download,
	.hero-btn-discord {
		width: auto;
	}
}

.hero-btn-download:hover,
.hero-btn-discord:hover {
	transform: scale(1.05);
	/* group-hover:scale-105 */
}

/* Content wrapper */
.hero-btn-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	/* space-x-2 */
	position: relative;
	z-index: 10;
}

/* Icons and Text */
.hero-btn-icon {
	width: 20px;
	height: 20px;
	/* w-5 h-5 */
}

.hero-btn-text {
	font-family: 'Cinzel', serif;
	/* Matching font from user snippet if available, or fallback */
	font-weight: 700;
	letter-spacing: 0.025em;
	/* tracking-wide */
	font-size: 16px;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-btn-discord .hero-btn-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #E6D6C6;
}

/* Download Button Specifics */
.hero-btn-download {
	/* Crimson to Orange gradient */
	background: linear-gradient(135deg, var(--color-crimson) 0%, var(--color-orange) 100%);
	box-shadow: 0 8px 30px rgba(90, 13, 13, 0.5), 0 0 50px rgba(211, 84, 0, 0.3);
}

/* Shine animation for Download button */
.hero-btn-shine {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
	/* animation: shine 2s infinite; - User CSS had it on div, let's keep it simple or add keyframes if needed */
}

.hero-btn-download:hover .hero-btn-shine {
	opacity: 1;
	animation: shine-move 2s infinite;
}

@keyframes shine-move {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

/* Discord Button Specifics */
.hero-btn-discord {
	background: rgba(44, 62, 80, 0.6);
	/* Abyssal glass */
	backdrop-filter: blur(12px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.hero-btn-discord .hero-btn-icon {
	color: #5865F2;
	/* Standard Discord color */
}

.hero-btn-download .hero-btn-icon {
	color: #fff;
}

/* HERO STATS SECTION - MODERN DESIGN */
.stats-hero-section {
	position: relative;
	min-height: 100dvh;
	background-color: #050505;
	background-image: radial-gradient(at 0% 0%, rgba(56, 189, 248, 0.1) 0px, transparent 50%),
		radial-gradient(at 100% 0%, rgba(236, 72, 153, 0.1) 0px, transparent 50%),
		radial-gradient(at 100% 100%, rgba(234, 88, 12, 0.1) 0px, transparent 50%);
	display: flex;
	align-items: center;
	border-bottom: 1px solid #1a1a1a;
	overflow: hidden;
	padding: 60px 0;
}

.stats-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 2;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 32px;
}

@media (min-width: 992px) {
	.stats-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Base Card Styles */
.modern-stat-card {
	position: relative;
	transition: all 0.5s ease;
}

/* Glow Background */
.modern-card-glow {
	position: absolute;
	inset: 0;
	border-radius: 12px;
	filter: blur(24px);
	opacity: 0.3;
	transition: all 0.5s ease;
}

.modern-stat-card:hover .modern-card-glow {
	opacity: 0.6;
	filter: blur(32px);
}

/* Card Content Container */
.modern-card-content {
	position: relative;
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(31, 41, 55, 0.9));
	backdrop-filter: blur(8px);
	border-radius: 12px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease;
	height: 100%;
}

/* Header Section */
.modern-card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.modern-icon-box {
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
}

.modern-icon-box svg {
	width: 24px;
	height: 24px;
	color: white;
}

.modern-card-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

/* List Items */
.modern-stat-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.modern-list-item {
	display: flex;
	align-items: center;
	padding: 10px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.03);
	transition: all 0.3s ease;
}

.modern-list-item:hover {
	background: rgba(255, 255, 255, 0.05);
	transform: translateX(4px);
}

/* Top 1 Special Styling */
.modern-list-item.rank-1 {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
	border-left: 2px solid;
	padding: 12px;
}

.rank-badge {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	margin-right: 12px;
	color: #6b7280;
}

.modern-list-item.rank-1 .rank-badge {
	color: #fbbf24;
}

/* Amber-400 */
.modern-list-item.rank-2 .rank-badge {
	color: #9ca3af;
}

/* Gray-400 */
.modern-list-item.rank-3 .rank-badge {
	color: #b45309;
}

/* Amber-700ish */

.player-info-modern {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-grow: 1;
	overflow: hidden;
}

.player-avatar-modern {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.5); - Remove shadow if image has it */
	display: flex;
	align-items: center;
	justify-content: center;
}

.player-avatar-modern img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	/* Ensure image is circle */
}

/* Override existing ranking class image styles if they conflict */
.player-avatar-modern .rankings-class-image {
	width: 100% !important;
	height: 100% !important;
	box-shadow: none !important;
	margin: 0 !important;
	border: 0 !important;
}

.player-text-modern {
	display: flex;
	flex-direction: column;
}

.player-name-modern {
	color: #f3f4f6;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.player-class-modern {
	color: #9ca3af;
	font-size: 12px;
}

.stat-value-modern {
	font-weight: 700;
	font-size: 15px;
	margin-left: 12px;
}

/* COLOR SCHEMES */

/* AMBER (Top Level) */
.theme-amber .modern-card-glow {
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(211, 84, 0, 0.3));
}

.theme-amber .modern-card-content {
	border-color: rgba(212, 175, 55, 0.3);
}

.theme-amber:hover .modern-card-content {
	border-color: rgba(212, 175, 55, 0.6);
}

.theme-amber .modern-icon-box {
	background: linear-gradient(135deg, var(--color-gold), var(--color-orange));
	box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.3);
}

.theme-amber .modern-card-title {
	color: var(--color-yellow);
}

.theme-amber .stat-value-modern {
	color: var(--color-yellow);
}

.theme-amber .modern-list-item.rank-1 {
	border-left-color: var(--color-yellow);
}


/* RED (Castle Siege / Killer) */
.theme-red .modern-card-glow {
	background: linear-gradient(135deg, rgba(165, 42, 42, 0.3), rgba(90, 13, 13, 0.3));
}

.theme-red .modern-card-content {
	border-color: rgba(165, 42, 42, 0.3);
}

.theme-red:hover .modern-card-content {
	border-color: rgba(165, 42, 42, 0.6);
}

.theme-red .modern-icon-box {
	background: linear-gradient(135deg, var(--color-ember), var(--color-crimson));
	box-shadow: 0 10px 15px -3px rgba(165, 42, 42, 0.3);
}

.theme-red .modern-card-title {
	color: var(--color-orange);
}

.theme-red .stat-value-modern {
	color: var(--color-orange);
}

.theme-red .modern-list-item.rank-1 {
	border-left-color: var(--color-orange);
}


/* SILVER (GearScore / Resets / Generic) */
.theme-purple .modern-card-glow {
	background: linear-gradient(135deg, rgba(191, 201, 202, 0.3), rgba(245, 176, 65, 0.3));
}

.theme-purple .modern-card-content {
	border-color: rgba(191, 201, 202, 0.3);
}

.theme-purple:hover .modern-card-content {
	border-color: rgba(191, 201, 202, 0.6);
}

.theme-purple .modern-icon-box {
	background: linear-gradient(135deg, var(--color-silver), var(--color-gold-accent));
	box-shadow: 0 10px 15px -3px rgba(191, 201, 202, 0.3);
}

.theme-purple .modern-card-title {
	color: var(--color-silver);
}

.theme-purple .stat-value-modern {
	color: var(--color-silver);
}

.theme-purple .modern-list-item.rank-1 {
	border-left-color: var(--color-silver);
}

/* Title Section */
.stats-hero-title {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.stats-title-text {
	font-size: 3rem;
	/* 4xl equivalent */
	font-weight: 700;
	margin-bottom: 16px;
	background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-crimson) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
}

@media (min-width: 768px) {
	.stats-title-text {
		font-size: 4rem;
		/* 6xl equivalent approx */
	}
}

.stats-title-separator {
	height: 4px;
	width: 128px;
	margin: 0 auto;
	background: linear-gradient(to right, transparent, var(--color-crimson), transparent);
	border-radius: 2px;
}

/* Adjustments to reduce height */
.stats-hero-section {
	padding: 40px 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.85) 0%, rgba(5, 5, 5, 0) 100%);
	position: relative;
	/* Reduced from 60px */
}

.modern-card-content {
	padding: 20px;
	/* Reduced from 24px */
}

.modern-card-header {
	margin-bottom: 16px;
	/* Reduced from 24px */
}

.modern-list-item {
	padding: 6px 10px;
	/* Reduced from 8px 12px */
}

/* Fix lint */
.stats-title-text {
	background-clip: text;
}

/* REFINED DOWNLOADS MODULE */
/* REFINED DOWNLOADS MODULE */
.new-client-card {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	border: 1px solid rgba(212, 175, 55, 0.3);
	/* Aura Gold border */
	background: linear-gradient(135deg, rgba(90, 13, 13, 0.8) 0%, rgba(13, 20, 30, 0.9) 100%);
	/* Crimson to Abyssal background */
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.new-client-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 40px rgba(90, 13, 13, 0.3);
	border-color: var(--color-gold-accent);
}

.card-padding {
	padding: 2.5rem;
	/* Increased padding significantly */
}

.card-badge-container {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 10;
}

.card-badge {
	background-color: var(--color-crimson);
	/* Deep Crimson */
	color: #ffffff;
	font-size: 1rem;
	/* Increased font size */
	font-weight: 700;
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.card-mb-6 {
	margin-bottom: 2rem;
}

.card-header-flex {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.card-header-flex svg {
	width: 32px;
	height: 32px;
	color: var(--color-gold);
}

.card-title-gradient {
	font-size: 2.25rem;
	/* Increased font size significantly to be 'Big' */
	font-weight: 700;
	background: linear-gradient(90deg, var(--color-gold) 0%, #ffffff 100%);
	/* Gold to White gradient */
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
}

.card-subtitle {
	color: #aebfd1;
	/* Muted blue-grey */
	font-size: 1.2rem;
	/* Increased font size */
	margin: 0;
}

.card-desc {
	color: #d1d5db;
	font-size: 1.2rem;
	/* Increased font size */
	margin-bottom: 2.5rem;
	line-height: 1.7;
}

.card-meta-label {
	font-size: 1.1rem;
	/* Increased font size */
	color: #9ca3af;
}

.card-meta-value {
	font-size: 1.2rem;
	/* Increased font size */
	font-weight: 600;
	color: var(--color-gold-accent);
	/* Highlight Gold */
	margin-left: 0.5rem;
}

.card-buttons-stack {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.card-download-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.5rem 2.5rem;
	/* Much Larger button */
	border-radius: 1rem;
	font-weight: 700;
	/* Bolder */
	font-size: 1.25rem;
	/* Larger button text */
	color: #ffffff;
	transition: all 0.3s ease;
	text-decoration: none !important;
	background: linear-gradient(135deg, var(--color-crimson) 0%, var(--color-orange) 100%);
	/* Crimson Gradient */
	box-shadow: 0 4px 15px rgba(90, 13, 13, 0.4);
}

.card-download-btn:hover {
	transform: scale(1.02);
	filter: brightness(1.1);
	box-shadow: 0 8px 25px rgba(63, 101, 136, 0.6);
}

.btn-flex {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.btn-version {
	font-size: 1rem;
	opacity: 0.9;
}

/* DOWNLOADS INFO GRID */
.downloads-info-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.downloads-info-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.info-card-padding {
	padding: 2rem;
	/* Increased Padding */
}

/* Features List */
.info-space-y-5>*+* {
	margin-top: 1.5rem;
	/* Increased spacing */
}

.info-feature-item {
	display: flex;
	align-items: flex-start;
}

.info-feature-icon-wrapper {
	width: 3rem;
	/* Larger icon wrapper */
	height: 3rem;
	border-radius: 9999px;
	/* rounded-full */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.5rem;
	/* More spacing */
	flex-shrink: 0;
	background-color: rgba(90, 13, 13, 0.15);
	/* Crimson theme subtle bg */
}

.info-feature-icon {
	width: 1.75rem;
	/* Larger icon */
	height: 1.75rem;
	color: var(--color-gold);
	/* Theme Gold */
}

.info-feature-text {
	font-size: 1.15rem;
	/* Increased feature text */
	padding-top: 0.5rem;
	color: #d1d5db;
	/* Light grey/beige equivalent */
}

/* Extras Section */
.info-extras-section {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(165, 42, 42, 0.2);
}

.info-extras-title {
	font-size: 1.25rem;
	/* Increased title */
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-align: center;
	color: var(--color-gold);
	/* Theme Gold */
}

.info-extras-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.extra-download-btn {
	display: block;
	padding: 1rem 1.25rem;
	/* Larger button padding */
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1rem;
	/* Increased text size */
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none !important;
	background: linear-gradient(135deg, rgba(90, 13, 13, 0.2) 0%, rgba(211, 84, 0, 0.2) 100%);
	border: 1px solid rgba(212, 175, 55, 0.2);
	color: var(--color-gold-accent);
}

.extra-download-btn:hover {
	transform: scale(1.05);
	background: linear-gradient(135deg, rgba(90, 13, 13, 0.4) 0%, rgba(211, 84, 0, 0.4) 100%);
	border-color: var(--color-gold);
	color: #ffffff;
}

.extra-btn-title {
	font-weight: 600;
	display: block;
	font-size: 1.1rem;
	/* Specific title size */
}

.extra-btn-version {
	font-size: 0.9rem;
	/* Increased version text */
	opacity: 0.75;
	display: block;
	margin-top: 5px;
}

/* Requirements Grid */
.req-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	/* Increased gap */
	font-size: 1rem;
	/* Increased base text for table */
	margin-bottom: 2rem;
}

.req-header {
	font-size: 1.1rem;
	/* Larger headers */
	font-weight: 700;
	text-align: center;
	color: var(--color-gold);
	/* Theme Gold */
	margin-bottom: 0.5rem;
}

.req-label {
	font-weight: 700;
	color: var(--color-silver);
	/* Argentum Silver */
}

.req-value {
	color: #d1d5db;
}

/* Notes Box */
.req-notes-box {
	background-color: rgba(18, 9, 9, 0.5);
	/* Dark Crimson/Bunker */
	padding: 1.5rem;
	/* More padding */
	border-radius: 0.5rem;
	border: 1px solid rgba(212, 175, 55, 0.15);
}

.req-notes-title {
	font-weight: 700;
	font-size: 1.1rem;
	/* Larger title */
	margin-bottom: 0.75rem;
	color: var(--color-gold);
}

.req-notes-list {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	color: #d1d5db;
	font-size: 1rem;
	/* Increased list text size */
	line-height: 1.6;
}

.req-notes-list li+li {
	margin-top: 0.5rem;
}