/*
 * AxionMU Override - Paleta del logo
 * Dorado:   #e8b84b (claro) / #c9933a (principal) / #8a5a1a (oscuro)
 * Plateado: #c8cdd6 (claro) / #a8adb5 (medio) / #6b7280 (oscuro)
 * Fondo:    #030303 / #0a0a0a / #111111
 */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none !important;
}

a:focus, a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/* ===================== BODY ===================== */
.theme-vicio {
	background: #030303 url('../img/background.jpg') no-repeat top center !important;
	color: #c8cdd6;
	font-size: 112%;
}

/* ===================== NAVBAR ===================== */
.theme-vicio #navbar {
	background: linear-gradient(180deg, rgba(18, 15, 10, 0.95), rgba(6, 5, 4, 0.97));
	border-bottom: 1px solid rgba(201, 147, 58, 0.45);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 20;
}

.theme-vicio #navbar ul li a {
	font-family: 'Cinzel', serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #a8adb5 !important;
	padding: 18px 22px;
}

.theme-vicio #navbar ul li a:active,
.theme-vicio #navbar ul li a:focus,
.theme-vicio #navbar ul li a:hover {
	color: #e8b84b !important;
	text-shadow: 0 0 14px rgba(232, 184, 75, 0.7);
}

/* ===================== TOP BAR ===================== */
.theme-vicio .global-top-bar {
	background: #060606;
	border-bottom: 1px solid rgba(138, 90, 26, 0.4);
	color: #a8adb5;
}

.theme-vicio .global-top-bar a {
	color: #c8cdd6 !important;
}

.theme-vicio .global-top-bar a:hover {
	color: #e8b84b !important;
}

.theme-vicio .webengine-language-switcher li {
	background: rgba(20, 18, 14, 0.92);
	border: 1px solid rgba(138, 90, 26, 0.55);
}

/* ===================== HERO PANEL ===================== */
.theme-vicio .hero-panel {
	width: 1232px;
	margin: 16px auto 0 auto;
	padding: 24px 34px 20px 34px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.theme-vicio .global-top-bar .global-top-bar-content {
	width: 1232px;
}

.theme-vicio #header {
	padding: 0;
	margin-bottom: 20px;
}

.theme-vicio .webengine-mu-logo {
	max-width: 420px;
	width: 100%;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.8));
	animation: vicioLogoFloat 4.2s ease-in-out infinite;
}

/* ===================== HERO BUTTONS ===================== */
.theme-vicio .hero-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 24px;
}

.theme-vicio .hero-action-btn {
	display: inline-block;
	min-width: 250px;
	padding: 12px 28px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
	position: relative;
	border-radius: 2px;
}

.theme-vicio .hero-action-primary {
	color: #f5f0e8 !important;
	background: linear-gradient(180deg, #c9933a 0%, #7a5318 54%, #5a3c10 100%);
	border: 1px solid #e8b84b;
	box-shadow: 0 0 28px rgba(201, 147, 58, 0.45), inset 0 0 20px rgba(232, 184, 75, 0.18);
}

.theme-vicio .hero-action-secondary {
	color: #c8cdd6 !important;
	background: linear-gradient(180deg, #3a3d42 0%, #1a1d20 100%);
	border: 1px solid #6b7280;
	box-shadow: 0 0 18px rgba(168, 173, 181, 0.2), inset 0 0 16px rgba(200, 205, 214, 0.08);
}

.theme-vicio .hero-action-btn:before,
.theme-vicio .hero-action-btn:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}

.theme-vicio .hero-action-btn:before {
	left: -1px;
	border-right: 10px solid rgba(201, 147, 58, 0.6);
}

.theme-vicio .hero-action-btn:after {
	right: -1px;
	border-left: 10px solid rgba(201, 147, 58, 0.6);
}

.theme-vicio .hero-action-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.1);
}

/* ===================== HERO STAT CARDS ===================== */
.theme-vicio .hero-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.theme-vicio .hero-stat-card {
	background: linear-gradient(180deg, rgba(22, 18, 12, 0.97), rgba(10, 8, 6, 0.99));
	border: 1px solid rgba(201, 147, 58, 0.5);
	box-shadow: inset 0 0 0 1px rgba(90, 60, 20, 0.65), inset 0 0 30px rgba(201, 147, 58, 0.1), 0 8px 20px rgba(0, 0, 0, 0.4);
	padding: 10px 12px 14px 12px;
	text-align: center;
	position: relative;
	min-height: 96px;
	animation: vicioCardBreath 2.8s ease-in-out infinite;
}

.theme-vicio .hero-stat-card:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	width: 16px;
	height: 10px;
	background: linear-gradient(180deg, #e8b84b 0%, #7a5318 100%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.theme-vicio .hero-stat-label {
	color: #c8cdd6;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .8px;
	font-family: 'Cinzel', serif;
	margin-bottom: 5px;
}

.theme-vicio .hero-stat-value {
	color: #f5f0e8;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 18px rgba(201, 147, 58, 0.55);
}

/* ===================== ONLINE BAR ===================== */
.theme-vicio .webengine-online-bar {
	margin: 14px 0 0 0;
	height: 10px;
	border: 1px solid #5a3c10;
	background: #0a0806;
}

.theme-vicio .webengine-online-bar .webengine-online-bar-progress {
	height: 10px;
	background: linear-gradient(90deg, #c9933a 0%, #e8b84b 100%);
}

/* ===================== HERO TIME ===================== */
.theme-vicio .hero-time-grid {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 12px;
}

.theme-vicio .hero-time-block {
	padding: 7px 12px;
	border: 1px solid rgba(138, 90, 26, 0.38);
	background: rgba(8, 6, 4, 0.7);
	color: #a8adb5;
	font-size: 12px;
}

.theme-vicio .hero-time-block time,
.theme-vicio .hero-time-block span {
	color: #c8cdd6;
}

/* ===================== CONTAINER ===================== */
.theme-vicio #container {
	background: linear-gradient(180deg, rgba(12, 10, 8, 0.9), rgba(6, 5, 4, 0.95));
	width: 1232px;
	border: 1px solid rgba(138, 90, 26, 0.48);
	box-shadow: 0 0 0 1px rgba(60, 40, 15, 0.72), 0 20px 60px rgba(0, 0, 0, 0.6);
	position: relative;
	margin-bottom: 42px;
}

.theme-vicio #container:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -18px;
	height: 18px;
	background: linear-gradient(90deg, rgba(90, 60, 20, 0), rgba(201, 147, 58, 0.88), rgba(90, 60, 20, 0));
	border-top: 1px solid rgba(201, 147, 58, 0.5);
	border-bottom: 1px solid rgba(30, 20, 8, 0.85);
}

.theme-vicio #content {
	padding: 24px 28px 10px 28px;
}

/* ===================== NEWS BLOCK ===================== */
.theme-vicio .home-news-block {
	background: rgba(14, 10, 6, 0.92);
	border: 1px solid rgba(138, 90, 26, 0.3);
	padding: 16px;
}

.theme-vicio .home-news-block .home-news-block-header h2,
.theme-vicio .home-news-block .home-news-block-header a {
	font-family: 'Cinzel', serif;
	color: #e8b84b !important;
}

.theme-vicio .home-news-block-article {
	padding: 10px;
	margin-top: 8px;
	background: rgba(8, 6, 4, 0.68);
	border: 1px solid rgba(138, 90, 26, 0.2);
}

.theme-vicio .home-news-block-article .home-news-block-article-type {
	border-color: rgba(201, 147, 58, 0.55);
	color: #c9933a;
}

.theme-vicio .home-news-block-article-title a {
	color: #c8cdd6 !important;
}

.theme-vicio .home-news-block-article-date {
	color: #6b7280;
}

/* ===================== SECTIONS ===================== */
.theme-vicio .vicio-section-shell {
	background: linear-gradient(180deg, rgba(30, 28, 24, 0.28), rgba(12, 12, 10, 0.48));
	border: 1px solid rgba(138, 90, 26, 0.28);
	box-shadow: inset 0 0 0 1px rgba(55, 40, 15, 0.58);
	margin-bottom: 16px;
	padding: 14px 14px 12px 14px;
}

.theme-vicio .vicio-home {
	padding: 14px 14px 12px 14px;
	animation: vicioFadeInUp .8s ease both;
}

.theme-vicio .vicio-home-title {
	text-align: center;
	font-family: 'Cinzel', serif;
	color: #e8b84b;
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	text-shadow: 0 0 20px rgba(201, 147, 58, 0.4);
}

/* ===================== NEWS CARDS ===================== */
.theme-vicio .vicio-news-card {
	background: linear-gradient(180deg, rgba(20, 16, 10, 0.98), rgba(10, 8, 5, 0.99));
	border: 1px solid rgba(138, 90, 26, 0.48);
	box-shadow: inset 0 0 0 1px rgba(55, 38, 14, 0.62), 0 8px 18px rgba(0, 0, 0, 0.38);
	min-height: 220px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.theme-vicio .vicio-news-card:hover {
	transform: translateY(-4px);
	border-color: rgba(232, 184, 75, 0.72);
	box-shadow: inset 0 0 0 1px rgba(90, 62, 20, 0.8), 0 14px 26px rgba(0, 0, 0, 0.48);
}

/* ===================== TOP 5 ===================== */
.theme-vicio .vicio-top5-wrap {
	margin-bottom: 0;
	animation: vicioFadeInUp .8s ease both;
}

.theme-vicio .vicio-top5-title {
	display: table;
	margin: 0 auto 12px auto;
	padding: 4px 16px;
	font-family: 'Cinzel', serif;
	font-size: 31px;
	color: #e8b84b;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(201, 147, 58, 0.4);
	background: linear-gradient(180deg, rgba(40, 28, 10, 0.97), rgba(18, 12, 4, 0.97));
	border: 1px solid rgba(201, 147, 58, 0.65);
}

.theme-vicio .vicio-top5-card {
	background: linear-gradient(180deg, rgba(18, 14, 8, 0.97), rgba(8, 6, 4, 0.99));
	border: 1px solid rgba(138, 90, 26, 0.5);
	box-shadow: inset 0 0 0 1px rgba(55, 38, 14, 0.76), 0 10px 22px rgba(0, 0, 0, 0.38);
	padding: 10px;
	min-height: 246px;
	position: relative;
	overflow: hidden;
}

.theme-vicio .vicio-top5-card:before {
	content: '';
	position: absolute;
	left: -35%;
	top: 0;
	width: 46%;
	height: 100%;
	background: linear-gradient(90deg, rgba(201, 147, 58, 0), rgba(201, 147, 58, 0.07), rgba(201, 147, 58, 0));
	transform: skewX(-18deg);
	animation: vicioShine 3.4s ease-in-out infinite;
}

.theme-vicio .vicio-top5-card-title {
	text-align: center;
	font-family: 'Cinzel', serif;
	color: #c9933a;
	font-size: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.theme-vicio .vicio-top5-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.theme-vicio .vicio-top5-list li {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	gap: 8px;
	align-items: center;
	padding: 7px 10px;
	margin-bottom: 4px;
	background: linear-gradient(90deg, rgba(14, 10, 6, 0.85), rgba(5, 5, 5, 0.94));
	border: 1px solid rgba(138, 90, 26, 0.2);
	color: #c8cdd6;
}

.theme-vicio .vicio-top5-pos {
	font-family: 'Cinzel', serif;
	color: #e8b84b;
	font-size: 16px;
	background: rgba(30, 20, 8, 0.92);
	border: 1px solid rgba(201, 147, 58, 0.55);
	padding: 2px 6px;
	text-align: center;
}

.theme-vicio .vicio-top5-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #c8cdd6;
}

.theme-vicio .vicio-top5-value {
	font-family: 'Cinzel', serif;
	color: #a8adb5;
	font-size: 18px;
}

.theme-vicio .vicio-top5-empty {
	display: block !important;
	text-align: center;
	padding: 18px 8px !important;
	color: #6b7280 !important;
}

/* ===================== LOGIN ===================== */
.theme-vicio .vicio-login-wrap {
	margin-bottom: 0;
	animation: vicioFadeInUp .85s ease both;
}

.theme-vicio .vicio-login-card {
	background: linear-gradient(180deg, rgba(35, 32, 26, 0.32), rgba(10, 9, 7, 0.66));
	border: 1px solid rgba(138, 90, 26, 0.38);
	box-shadow: inset 0 0 0 1px rgba(55, 38, 14, 0.58), 0 8px 16px rgba(0, 0, 0, 0.3);
	padding: 12px 14px 14px 14px;
}

.theme-vicio .vicio-login-title {
	text-align: center;
	font-family: 'Cinzel', serif;
	color: #e8b84b;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.theme-vicio .vicio-login-form .form-control {
	height: 42px;
}

.theme-vicio .vicio-login-form .input-group-addon {
	background: rgba(12, 10, 6, 0.96);
	border: 1px solid rgba(138, 90, 26, 0.4);
	color: #c9933a;
	font-size: 12px;
}

.theme-vicio .vicio-login-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.theme-vicio .vicio-login-register-btn {
	display: inline-block;
	padding: 9px 18px;
	color: #c8cdd6 !important;
	background: linear-gradient(180deg, #3a3d42 0%, #1a1d20 100%);
	border: 1px solid #6b7280;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	letter-spacing: .6px;
}

.theme-vicio .vicio-login-register-btn:hover {
	filter: brightness(1.1);
}

/* ===================== SECTION END ===================== */
.theme-vicio .vicio-section-end {
	height: 8px;
	margin-top: 12px;
	background: linear-gradient(90deg, rgba(90, 60, 20, 0), rgba(201, 147, 58, 0.82), rgba(90, 60, 20, 0));
	border-top: 1px solid rgba(201, 147, 58, 0.5);
	border-bottom: 1px solid rgba(25, 18, 6, 0.85);
}

/* ===================== NEWS CONTENT ===================== */
.theme-vicio .vicio-news-content {
	padding: 16px 12px 12px 12px;
	text-align: center;
}

.theme-vicio .vicio-news-heading {
	color: #c8cdd6;
	font-family: 'Cinzel', serif;
	font-size: 21px;
	line-height: 1.15;
	height: 54px;
	overflow: hidden;
}

.theme-vicio .vicio-news-excerpt {
	color: #6b7280;
	font-size: 12px;
	height: 34px;
	overflow: hidden;
	margin: 5px 0 9px 0;
}

.theme-vicio .vicio-news-btn {
	display: inline-block;
	padding: 6px 26px;
	color: #f5f0e8 !important;
	background: linear-gradient(180deg, #c9933a 0%, #7a5318 100%);
	border: 1px solid #e8b84b;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
}

.theme-vicio .vicio-news-btn:hover {
	filter: brightness(1.1);
}

/* ===================== SERVER STRIP ===================== */
.theme-vicio .vicio-server-strip {
	width: 1232px;
	margin: 0 auto 10px auto;
	padding: 11px 14px;
	background: linear-gradient(180deg, rgba(22, 18, 10, 0.98), rgba(8, 6, 4, 0.99));
	border: 1px solid rgba(138, 90, 26, 0.52);
	box-shadow: inset 0 0 0 1px rgba(65, 44, 14, 0.75), 0 9px 24px rgba(0, 0, 0, 0.42);
	position: relative;
	z-index: 10;
}

.theme-vicio .vicio-server-strip:before {
	content: '';
	position: absolute;
	left: 14px;
	right: 14px;
	top: 7px;
	height: 1px;
	background: linear-gradient(90deg, rgba(201, 147, 58, 0), rgba(201, 147, 58, 0.55), rgba(201, 147, 58, 0));
}

.theme-vicio .vicio-server-strip-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: center;
	align-items: stretch;
	gap: 10px;
}

.theme-vicio .vicio-server-chip {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	min-height: 58px;
	padding: 8px 8px 9px 8px;
	background: radial-gradient(ellipse at top, rgba(55, 40, 14, 0.5), rgba(14, 10, 6, 0.98));
	border: 1px solid rgba(138, 90, 26, 0.4);
	box-shadow: inset 0 0 0 1px rgba(60, 40, 12, 0.68), 0 5px 12px rgba(0, 0, 0, 0.32);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.theme-vicio .vicio-server-chip:hover {
	transform: translateY(-1px);
	border-color: rgba(232, 184, 75, 0.68);
	box-shadow: inset 0 0 0 1px rgba(90, 60, 18, 0.84), 0 8px 16px rgba(0, 0, 0, 0.4);
}

.theme-vicio .vicio-server-chip small {
	color: #a8adb5;
	font-size: 11px;
	letter-spacing: .8px;
	text-transform: uppercase;
	line-height: 1;
}

.theme-vicio .vicio-server-chip strong {
	color: #e8b84b;
	font-family: 'Cinzel', serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 14px rgba(201, 147, 58, 0.35);
}

/* ===================== SOCIAL ===================== */
.theme-vicio .vicio-mini-social {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 14px;
}

.theme-vicio .vicio-mini-social a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(10, 8, 4, 0.88);
	border: 1px solid rgba(138, 90, 26, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 16px rgba(201, 147, 58, 0.08);
}

.theme-vicio .vicio-mini-social a:hover {
	border-color: rgba(232, 184, 75, 0.75);
}

.theme-vicio .vicio-mini-social img {
	width: 24px;
	height: 24px;
}

.theme-vicio .vicio-mini-social svg {
	width: 24px;
	height: 24px;
	display: block;
}

/* ===================== EVENTS DOCK ===================== */
.theme-vicio .vicio-events-dock {
	position: fixed;
	left: 0;
	top: 188px;
	z-index: 99;
	display: flex;
	align-items: stretch;
	transform: translateX(calc(-100% + 62px));
	transition: transform .34s ease;
}

.theme-vicio .vicio-events-dock:hover {
	transform: translateX(0);
}

.theme-vicio .vicio-events-dock-tab {
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #e8b84b;
	background: linear-gradient(180deg, rgba(30, 22, 10, 0.98), rgba(12, 9, 4, 0.99));
	border: 1px solid rgba(138, 90, 26, 0.58);
	border-left: 0;
	text-shadow: 0 0 12px rgba(201, 147, 58, 0.4);
	cursor: pointer;
	box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.38);
	border-radius: 0 6px 6px 0;
}

.theme-vicio .vicio-events-dock-tab span {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-transform: uppercase;
}

.theme-vicio .vicio-events-dock-panel {
	width: 300px;
	padding: 12px 10px;
	background: linear-gradient(180deg, rgba(16, 12, 6, 0.98), rgba(6, 5, 4, 0.99));
	border: 1px solid rgba(138, 90, 26, 0.42);
	border-right: 0;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.48), inset 0 0 0 1px rgba(60, 40, 12, 0.66);
	border-radius: 0 0 6px 0;
}

.theme-vicio .vicio-events-item {
	padding: 8px 8px 7px 8px;
	margin-bottom: 6px;
	background: rgba(10, 8, 4, 0.88);
	border: 1px solid rgba(138, 90, 26, 0.28);
}

.theme-vicio .vicio-events-item:last-child {
	margin-bottom: 0;
}

.theme-vicio .vicio-events-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	color: #c8cdd6;
	font-family: 'Cinzel', serif;
	font-size: 14px;
}

.theme-vicio .vicio-events-timer {
	color: #e8b84b;
	font-size: 12px;
	white-space: nowrap;
}

.theme-vicio .vicio-events-next {
	margin-top: 4px;
	color: #6b7280;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===================== PANELS ===================== */
.theme-vicio .panel-sidebar,
.theme-vicio .panel-news,
.theme-vicio .panel-general,
.theme-vicio .panel-downloads,
.theme-vicio .panel-addstats {
	background: linear-gradient(180deg, rgba(18, 14, 8, 0.96), rgba(8, 6, 4, 0.97));
	border: 1px solid rgba(138, 90, 26, 0.32);
	box-shadow: inset 0 0 34px rgba(201, 147, 58, 0.06), 0 10px 22px rgba(0, 0, 0, 0.38);
	color: #c8cdd6;
}

.theme-vicio .panel-sidebar > .panel-heading,
.theme-vicio .panel-news .panel-heading {
	background: rgba(8, 6, 4, 0.58);
	color: #e8b84b;
	border-bottom: 1px solid rgba(138, 90, 26, 0.5);
}

.theme-vicio .panel-title,
.theme-vicio .page-title {
	color: #e8b84b !important;
	font-family: 'Cinzel', serif;
}

/* ===================== TABLES ===================== */
.theme-vicio .table {
	color: #c8cdd6;
}

.theme-vicio .table thead tr th {
	color: #e8b84b !important;
	border-bottom: 1px solid rgba(138, 90, 26, 0.32) !important;
}

.theme-vicio .table tbody tr td {
	border-top: 1px solid rgba(138, 90, 26, 0.16) !important;
}

.theme-vicio .rankings-table tr td,
.theme-vicio .general-table-ui tr td {
	border-bottom: 1px solid rgba(138, 90, 26, 0.18);
	color: #a8adb5;
}

.theme-vicio .rankings-table tr:first-child td,
.theme-vicio .general-table-ui tr:first-child td {
	color: #e8b84b;
	border-bottom: 2px solid rgba(201, 147, 58, 0.42);
}

/* ===================== FORM CONTROLS ===================== */
.theme-vicio .form-control,
.theme-vicio input[type=text],
.theme-vicio input[type=password],
.theme-vicio input[type=number],
.theme-vicio select,
.theme-vicio textarea {
	background: rgba(6, 5, 4, 0.9);
	border: 1px solid rgba(138, 90, 26, 0.34);
	color: #c8cdd6;
}

.theme-vicio .form-control:focus,
.theme-vicio input[type=text]:focus,
.theme-vicio input[type=password]:focus,
.theme-vicio input[type=number]:focus,
.theme-vicio textarea:focus {
	border-color: rgba(232, 184, 75, 0.75);
	box-shadow: 0 0 0 2px rgba(201, 147, 58, 0.14);
}

/* ===================== BUTTONS ===================== */
.theme-vicio .btn-primary {
	color: #f5f0e8 !important;
	background: linear-gradient(180deg, #c9933a 0%, #7a5318 100%);
	border-color: #e8b84b !important;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .5px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(232, 184, 75, 0.08);
	transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.theme-vicio .btn-primary:active,
.theme-vicio .btn-primary:focus,
.theme-vicio .btn-primary:hover {
	color: #fff8ec !important;
	background: linear-gradient(180deg, #e8b84b 0%, #c9933a 100%) !important;
	border-color: #f5d080 !important;
	transform: translateY(-1px);
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.38), inset 0 0 16px rgba(232, 184, 75, 0.14);
}

/* ===================== FOOTER ===================== */
.theme-vicio .footer {
	background: linear-gradient(180deg, rgba(10, 8, 4, 0.99), rgba(5, 4, 3, 0.99));
	width: 1040px;
	color: #6b7280;
	border: 1px solid rgba(138, 90, 26, 0.4);
	border-top: 0;
	margin: 0 auto 80px auto;
}

.theme-vicio .footer hr {
	border-top: 1px solid rgba(138, 90, 26, 0.3);
}

.theme-vicio .footer a {
	color: #a8adb5 !important;
}

.theme-vicio .footer a:hover {
	color: #e8b84b !important;
}

/* ===================== THUMBNAIL ===================== */
.theme-vicio .thumbnail {
	background-color: rgba(14, 10, 6, 0.96);
	border: 1px solid rgba(138, 90, 26, 0.3);
}

.theme-vicio a.thumbnail:hover,
.theme-vicio a.thumbnail:focus,
.theme-vicio a.thumbnail.active {
	border-color: #e8b84b;
}

/* ===================== MISC ===================== */
.form-horizontal .control-label {
	text-align: left !important;
}

.theme-vicio .profiles_player_table .cname,
.theme-vicio .profiles_guild_card .guild_name,
.theme-vicio .profiles_guild_card .guild_members {
	font-size: 28px;
	color: #e8b84b;
}

.theme-vicio .profiles_player_table .cclass {
	font-size: 14px;
	color: #a8adb5;
}

.theme-vicio .profiles_player_table_info tr td {
	font-size: 18px;
	padding: 4px 10px;
}

.theme-vicio .module-page-register .page-title,
.theme-vicio .module-page-downloads .page-title {
	font-size: 34px;
}

.theme-vicio .module-page-register .form-horizontal .control-label {
	font-size: 17px;
}

.theme-vicio .module-page-register .form-control {
	font-size: 16px;
	height: 42px;
}

.theme-vicio .module-page-register .help-block {
	font-size: 13px;
	color: #6b7280;
}

.theme-vicio .module-page-register .btn-primary {
	font-size: 15px;
	padding: 8px 16px;
}

.theme-vicio .module-page-downloads .panel-downloads .panel-title {
	font-size: 24px;
}

.theme-vicio .module-page-downloads .panel-downloads .table > tbody > tr > td {
	font-size: 16px;
}

.theme-vicio .module-page-downloads .download-description {
	display: block;
	font-size: 13px;
	top: 0;
	margin-top: 4px;
}

.theme-vicio .module-page-downloads .panel-downloads .btn.btn-primary.btn-xs {
	font-size: 14px;
	padding: 5px 10px;
}

/* ===================== HOVER TRANSITIONS ===================== */
.theme-vicio .vicio-section-shell,
.theme-vicio .vicio-top5-card,
.theme-vicio .vicio-news-card,
.theme-vicio .panel-sidebar,
.theme-vicio .panel-news,
.theme-vicio .panel-general,
.theme-vicio .panel-downloads,
.theme-vicio .panel-addstats {
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.theme-vicio .vicio-section-shell:hover,
.theme-vicio .vicio-top5-card:hover,
.theme-vicio .panel-sidebar:hover,
.theme-vicio .panel-news:hover,
.theme-vicio .panel-general:hover,
.theme-vicio .panel-downloads:hover,
.theme-vicio .panel-addstats:hover {
	border-color: rgba(232, 184, 75, 0.58);
	box-shadow: inset 0 0 0 1px rgba(90, 60, 18, 0.78), 0 14px 30px rgba(0, 0, 0, 0.44);
	transform: translateY(-1px);
}

.theme-vicio .table > tbody > tr > td {
	transition: background-color .2s ease;
}

.theme-vicio .table > tbody > tr:hover > td {
	background: rgba(90, 60, 18, 0.18);
}

/* ===================== PRELOAD ===================== */
.theme-vicio .vicio-preload {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(ellipse at top, rgba(45, 30, 10, 0.85), rgba(4, 4, 4, 0.99));
	backdrop-filter: blur(2px);
	opacity: 1;
	transition: opacity .6s ease;
}

.theme-vicio .vicio-preload.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.theme-vicio .vicio-preload-center {
	text-align: center;
	padding: 26px 28px;
	background: linear-gradient(180deg, rgba(22, 16, 8, 0.75), rgba(8, 6, 4, 0.86));
	border: 1px solid rgba(138, 90, 26, 0.44);
	box-shadow: inset 0 0 0 1px rgba(65, 44, 14, 0.72), 0 18px 50px rgba(0, 0, 0, 0.65);
	min-width: 360px;
}

.theme-vicio .vicio-preload-brand-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px auto;
	color: rgba(232, 184, 75, 0.92) !important;
	padding: 10px 14px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.68));
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 14px 26px rgba(0, 0, 0, 0.36);
}

.theme-vicio .vicio-preload-brand-logo {
	width: 130px;
	height: 78px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.55));
	opacity: 0;
	transform: translateY(-1px) scale(0.985);
	transition: opacity .22s ease, transform .22s ease;
}

.theme-vicio .vicio-preload.is-brand-ready .vicio-preload-brand-logo {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.theme-vicio .vicio-preload-brand-text {
	margin-top: 12px;
	color: rgba(232, 184, 75, 0.86);
	font-family: 'Cinzel', serif;
	font-size: 15px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.theme-vicio .vicio-preload-spinner {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 4px solid rgba(138, 90, 26, 0.22);
	border-top-color: rgba(232, 184, 75, 0.85);
	margin: 0 auto 14px auto;
	animation: vicioSpin 1s linear infinite;
}

.theme-vicio .vicio-preload-title {
	font-family: 'Cinzel', serif;
	color: #e8b84b;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(201, 147, 58, 0.35);
}

.theme-vicio .vicio-preload-sub {
	margin-top: 10px;
	color: #a8adb5;
	font-size: 14px;
}

.theme-vicio .vicio-preload-ip {
	color: #e8b84b;
	font-family: 'Cinzel', serif;
}

/* ===================== ANIMATIONS ===================== */
@keyframes vicioLogoFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}

@keyframes vicioCardBreath {
	0%, 100% { box-shadow: inset 0 0 0 1px rgba(90, 60, 20, 0.65), inset 0 0 30px rgba(201, 147, 58, 0.1), 0 8px 20px rgba(0, 0, 0, 0.38); }
	50% { box-shadow: inset 0 0 0 1px rgba(110, 75, 25, 0.7), inset 0 0 36px rgba(201, 147, 58, 0.16), 0 10px 24px rgba(0, 0, 0, 0.42); }
}

@keyframes vicioFadeInUp {
	0% { opacity: 0; transform: translateY(12px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes vicioShine {
	0%, 100% { left: -42%; opacity: .2; }
	50% { left: 104%; opacity: .85; }
}

@keyframes vicioSpin {
	to { transform: rotate(360deg); }
}
