.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;
}

.theme-vicio {
	background: #030303 url('../img/background.jpg') no-repeat top center !important;
	color: #ddd;
	font-size: 112%;
}

.theme-vicio #navbar {
	background: linear-gradient(180deg, rgba(22, 18, 16, 0.92), rgba(8, 7, 7, 0.95));
	border-bottom: 1px solid rgba(255, 126, 51, 0.5);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
	position: relative;
	z-index: 20;
}

.theme-vicio #navbar ul li a {
	font-family: 'Cinzel', serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ceb38a !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: #fff4dd !important;
	text-shadow: 0 0 14px rgba(255, 152, 71, 0.8);
}

.theme-vicio .global-top-bar {
	background: #060606;
	border-bottom: 1px solid rgba(130, 87, 46, 0.45);
	color: #ab8d6c;
}

.theme-vicio .global-top-bar a {
	color: #cfb083 !important;
}

.theme-vicio .global-top-bar a:hover {
	color: #fff0d6 !important;
}

.theme-vicio .webengine-language-switcher li {
	background: rgba(36, 24, 16, 0.92);
	border: 1px solid rgba(162, 109, 61, 0.65);
}

.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;
}

.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: #ffefdc !important;
	background: linear-gradient(180deg, #cd4f1f 0%, #7a260f 54%, #5b1c0e 100%);
	border: 1px solid #ff9f57;
	box-shadow: 0 0 28px rgba(255, 96, 36, 0.5), inset 0 0 20px rgba(255, 204, 129, 0.22);
}

.theme-vicio .hero-action-secondary {
	color: #ffe2be !important;
	background: linear-gradient(180deg, #67503a 0%, #33251a 100%);
	border: 1px solid #cf955b;
	box-shadow: 0 0 18px rgba(255, 137, 63, 0.28), inset 0 0 16px rgba(255, 206, 140, 0.14);
}

.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(255, 168, 96, 0.65);
}

.theme-vicio .hero-action-btn:after {
	right: -1px;
	border-left: 10px solid rgba(255, 168, 96, 0.65);
}

.theme-vicio .hero-action-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.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(34, 25, 18, 0.96), rgba(16, 12, 10, 0.99));
	border: 1px solid rgba(215, 154, 103, 0.56);
	box-shadow: inset 0 0 0 1px rgba(106, 69, 42, 0.68), inset 0 0 30px rgba(255, 121, 32, 0.14), 0 8px 20px rgba(0, 0, 0, 0.35);
	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, #f3ab5e 0%, #7e431f 100%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.theme-vicio .hero-stat-label {
	color: #e3bb89;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .8px;
	font-family: 'Cinzel', serif;
	margin-bottom: 5px;
}

.theme-vicio .hero-stat-value {
	color: #fff6e6;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 18px rgba(255, 123, 44, 0.6);
}

.theme-vicio .webengine-online-bar {
	margin: 14px 0 0 0;
	height: 10px;
	border: 1px solid #724829;
	background: #150f0c;
}

.theme-vicio .webengine-online-bar .webengine-online-bar-progress {
	height: 10px;
	background: linear-gradient(90deg, #ff7e42 0%, #ffcb72 100%);
}

.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(173, 114, 62, 0.42);
	background: rgba(10, 8, 8, 0.66);
	color: #c6a17b;
	font-size: 12px;
}

.theme-vicio .hero-time-block time,
.theme-vicio .hero-time-block span {
	color: #f3d6b0;
}

.theme-vicio #container {
	background: linear-gradient(180deg, rgba(14, 12, 10, 0.86), rgba(7, 7, 7, 0.92));
	width: 1232px;
	border: 1px solid rgba(173, 110, 58, 0.52);
	box-shadow: 0 0 0 1px rgba(84, 56, 34, 0.75), 0 20px 60px rgba(0, 0, 0, 0.55);
	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(115, 79, 47, 0), rgba(217, 153, 93, 0.92), rgba(115, 79, 47, 0));
	border-top: 1px solid rgba(228, 158, 96, 0.55);
	border-bottom: 1px solid rgba(48, 33, 22, 0.85);
}

.theme-vicio #content {
	padding: 24px 28px 10px 28px;
}

.theme-vicio .home-news-block {
	background: rgba(20, 14, 12, 0.9);
	border: 1px solid rgba(177, 110, 57, 0.35);
	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: #f2d0a5 !important;
}

.theme-vicio .home-news-block-article {
	padding: 10px;
	margin-top: 8px;
	background: rgba(10, 8, 7, 0.65);
	border: 1px solid rgba(147, 96, 56, 0.2);
}

.theme-vicio .home-news-block-article .home-news-block-article-type {
	border-color: rgba(228, 148, 76, 0.6);
	color: #efbc83;
}

.theme-vicio .home-news-block-article-title a {
	color: #f5e8d8 !important;
}

.theme-vicio .home-news-block-article-date {
	color: #b2916d;
}

.theme-vicio .vicio-section-shell {
	background: linear-gradient(180deg, rgba(38, 38, 38, 0.28), rgba(16, 16, 16, 0.46));
	border: 1px solid rgba(188, 128, 76, 0.32);
	box-shadow: inset 0 0 0 1px rgba(77, 52, 33, 0.62);
	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: #f5cf9e;
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	text-shadow: 0 0 20px rgba(255, 119, 34, 0.42);
}

.theme-vicio .vicio-news-card {
	background: linear-gradient(180deg, rgba(33, 25, 20, 0.97), rgba(15, 12, 11, 0.99));
	border: 1px solid rgba(196, 131, 78, 0.52);
	box-shadow: inset 0 0 0 1px rgba(73, 48, 30, 0.64), 0 8px 18px rgba(0, 0, 0, 0.34);
	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(240, 160, 95, 0.78);
	box-shadow: inset 0 0 0 1px rgba(118, 74, 42, 0.82), 0 14px 26px rgba(0, 0, 0, 0.44);
}

.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: #f4ca98;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(255, 128, 45, 0.45);
	background: linear-gradient(180deg, rgba(53, 36, 23, 0.95), rgba(25, 17, 12, 0.95));
	border: 1px solid rgba(200, 139, 83, 0.7);
}

.theme-vicio .vicio-top5-card {
	background: linear-gradient(180deg, rgba(26, 20, 16, 0.95), rgba(13, 10, 9, 0.98));
	border: 1px solid rgba(193, 130, 78, 0.55);
	box-shadow: inset 0 0 0 1px rgba(74, 49, 31, 0.8), 0 10px 22px rgba(0, 0, 0, 0.35);
	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(255, 174, 97, 0), rgba(255, 174, 97, 0.08), rgba(255, 174, 97, 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: #f1c894;
	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(18, 14, 12, 0.82), rgba(7, 7, 7, 0.92));
	border: 1px solid rgba(161, 110, 66, 0.22);
	color: #e9d7be;
}

.theme-vicio .vicio-top5-pos {
	font-family: 'Cinzel', serif;
	color: #f8cb8f;
	font-size: 16px;
	background: rgba(44, 30, 19, 0.9);
	border: 1px solid rgba(204, 143, 84, 0.58);
	padding: 2px 6px;
	text-align: center;
}

.theme-vicio .vicio-top5-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.theme-vicio .vicio-top5-value {
	font-family: 'Cinzel', serif;
	color: #ffdcb2;
	font-size: 18px;
}

.theme-vicio .vicio-top5-empty {
	display: block !important;
	text-align: center;
	padding: 18px 8px !important;
	color: #b8926f !important;
}

.theme-vicio .vicio-login-wrap {
	margin-bottom: 0;
	animation: vicioFadeInUp .85s ease both;
}

.theme-vicio .vicio-login-card {
	background: linear-gradient(180deg, rgba(43, 43, 43, 0.32), rgba(14, 13, 12, 0.64));
	border: 1px solid rgba(197, 133, 78, 0.4);
	box-shadow: inset 0 0 0 1px rgba(76, 49, 31, 0.6), 0 8px 16px rgba(0, 0, 0, 0.28);
	padding: 12px 14px 14px 14px;
}

.theme-vicio .vicio-login-title {
	text-align: center;
	font-family: 'Cinzel', serif;
	color: #f3c995;
	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(19, 14, 11, 0.95);
	border: 1px solid rgba(198, 133, 79, 0.42);
	color: #eec896;
	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: #ffe8c8 !important;
	background: linear-gradient(180deg, #6e543d 0%, #35271b 100%);
	border: 1px solid #c78a53;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	letter-spacing: .6px;
}

.theme-vicio .vicio-login-register-btn:hover {
	filter: brightness(1.08);
}

.theme-vicio .vicio-section-end {
	height: 8px;
	margin-top: 12px;
	background: linear-gradient(90deg, rgba(118, 79, 47, 0), rgba(215, 152, 95, 0.85), rgba(118, 79, 47, 0));
	border-top: 1px solid rgba(228, 158, 96, 0.55);
	border-bottom: 1px solid rgba(48, 33, 22, 0.85);
}

.theme-vicio .vicio-news-content {
	padding: 16px 12px 12px 12px;
	text-align: center;
}

.theme-vicio .vicio-news-heading {
	color: #f1d4b0;
	font-family: 'Cinzel', serif;
	font-size: 21px;
	line-height: 1.15;
	height: 54px;
	overflow: hidden;
}

.theme-vicio .vicio-news-excerpt {
	color: #ba9876;
	font-size: 12px;
	height: 34px;
	overflow: hidden;
	margin: 5px 0 9px 0;
}

.theme-vicio .vicio-news-btn {
	display: inline-block;
	padding: 6px 26px;
	color: #ffe9cd !important;
	background: linear-gradient(180deg, #b0411d 0%, #642713 100%);
	border: 1px solid #da8448;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
}

.theme-vicio .vicio-news-btn:hover {
	filter: brightness(1.08);
}

.theme-vicio .vicio-server-strip {
	width: 1232px;
	margin: 0 auto 10px auto;
	padding: 11px 14px;
	background: linear-gradient(180deg, rgba(36, 25, 18, 0.97), rgba(14, 11, 10, 0.98));
	border: 1px solid rgba(197, 137, 82, 0.56);
	box-shadow: inset 0 0 0 1px rgba(95, 63, 39, 0.78), 0 9px 24px rgba(0, 0, 0, 0.4);
	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(255, 184, 121, 0), rgba(255, 184, 121, 0.6), rgba(255, 184, 121, 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(77, 50, 30, 0.55), rgba(22, 16, 13, 0.97));
	border: 1px solid rgba(198, 136, 82, 0.42);
	box-shadow: inset 0 0 0 1px rgba(84, 55, 34, 0.7), 0 5px 12px rgba(0, 0, 0, 0.3);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.theme-vicio .vicio-server-chip:hover {
	transform: translateY(-1px);
	border-color: rgba(243, 171, 101, 0.72);
	box-shadow: inset 0 0 0 1px rgba(104, 67, 41, 0.86), 0 8px 16px rgba(0, 0, 0, 0.38);
}

.theme-vicio .vicio-server-chip small {
	color: #cfaa7d;
	font-size: 11px;
	letter-spacing: .8px;
	text-transform: uppercase;
	line-height: 1;
}

.theme-vicio .vicio-server-chip strong {
	color: #ffe0ba;
	font-family: 'Cinzel', serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 14px rgba(255, 145, 62, 0.38);
}

.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(14, 11, 10, 0.86);
	border: 1px solid rgba(184, 124, 72, 0.48);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 16px rgba(255, 121, 32, 0.1);
}

.theme-vicio .vicio-mini-social a:hover {
	border-color: rgba(255, 157, 86, 0.8);
}

.theme-vicio .vicio-mini-social img {
	width: 24px;
	height: 24px;
}

.theme-vicio .vicio-mini-social svg {
	width: 24px;
	height: 24px;
	display: block;
}

@keyframes vicioLogoFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}

@keyframes vicioCardBreath {
	0%, 100% { box-shadow: inset 0 0 0 1px rgba(106, 69, 42, 0.68), inset 0 0 30px rgba(255, 121, 32, 0.14), 0 8px 20px rgba(0, 0, 0, 0.35); }
	50% { box-shadow: inset 0 0 0 1px rgba(132, 86, 51, 0.72), inset 0 0 36px rgba(255, 144, 45, 0.2), 0 10px 24px rgba(0, 0, 0, 0.38); }
}

@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; }
}

.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: #f3cb98;
	background: linear-gradient(180deg, rgba(45, 31, 21, 0.97), rgba(20, 14, 10, 0.98));
	border: 1px solid rgba(187, 126, 72, 0.62);
	border-left: 0;
	text-shadow: 0 0 12px rgba(255, 132, 51, 0.42);
	cursor: pointer;
	box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.34);
	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(22, 17, 14, 0.97), rgba(9, 8, 7, 0.98));
	border: 1px solid rgba(187, 126, 72, 0.44);
	border-right: 0;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(82, 55, 35, 0.68);
	border-radius: 0 0 6px 0;
}

.theme-vicio .vicio-events-item {
	padding: 8px 8px 7px 8px;
	margin-bottom: 6px;
	background: rgba(16, 13, 11, 0.86);
	border: 1px solid rgba(163, 111, 66, 0.32);
}

.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: #f2d4af;
	font-family: 'Cinzel', serif;
	font-size: 14px;
}

.theme-vicio .vicio-events-timer {
	color: #ffd39f;
	font-size: 12px;
	white-space: nowrap;
}

.theme-vicio .vicio-events-next {
	margin-top: 4px;
	color: #bc9b76;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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(25, 19, 15, 0.94), rgba(12, 10, 8, 0.95));
	border: 1px solid rgba(174, 112, 59, 0.36);
	box-shadow: inset 0 0 34px rgba(255, 113, 38, 0.08), 0 10px 22px rgba(0, 0, 0, 0.35);
	color: #d5c7b4;
}

.theme-vicio .panel-sidebar > .panel-heading,
.theme-vicio .panel-news .panel-heading {
	background: rgba(10, 8, 6, 0.55);
	color: #f0ca97;
	border-bottom: 1px solid rgba(192, 122, 68, 0.55);
}

.theme-vicio .panel-title,
.theme-vicio .page-title {
	color: #f0ca97 !important;
	font-family: 'Cinzel', serif;
}

.theme-vicio .table {
	color: #d8c7ae;
}

.theme-vicio .table thead tr th {
	color: #f1d3a9 !important;
	border-bottom: 1px solid rgba(194, 126, 69, 0.35) !important;
}

.theme-vicio .table tbody tr td {
	border-top: 1px solid rgba(172, 115, 65, 0.18) !important;
}

.theme-vicio .rankings-table tr td,
.theme-vicio .general-table-ui tr td {
	border-bottom: 1px solid rgba(175, 120, 69, 0.2);
	color: #dcc6a7;
}

.theme-vicio .rankings-table tr:first-child td,
.theme-vicio .general-table-ui tr:first-child td {
	color: #ffdcb2;
	border-bottom: 2px solid rgba(220, 147, 84, 0.45);
}

.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(8, 8, 8, 0.88);
	border: 1px solid rgba(198, 133, 79, 0.36);
	color: #f4e2cc;
}

.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(255, 162, 94, 0.78);
	box-shadow: 0 0 0 2px rgba(255, 120, 40, 0.16);
}

.theme-vicio .btn-primary {
	color: #ffe8c8 !important;
	background: linear-gradient(180deg, #9e3a1b 0%, #5f2212 100%);
	border-color: #d87d44 !important;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.theme-vicio .btn-primary:active,
.theme-vicio .btn-primary:focus,
.theme-vicio .btn-primary:hover {
	color: #fff6e5 !important;
	background: linear-gradient(180deg, #c34a24 0%, #742d17 100%) !important;
	border-color: #f09b57 !important;
}

.theme-vicio .footer {
	background: linear-gradient(180deg, rgba(15, 12, 10, 0.98), rgba(7, 6, 6, 0.98));
	width: 1040px;
	color: #bca484;
	border: 1px solid rgba(169, 110, 58, 0.44);
	border-top: 0;
	margin: 0 auto 80px auto;
}

.theme-vicio .footer hr {
	border-top: 1px solid rgba(166, 109, 62, 0.35);
}

.theme-vicio .footer a {
	color: #dfbe90 !important;
}

.theme-vicio .footer a:hover {
	color: #fff1d8 !important;
}

.theme-vicio .thumbnail {
	background-color: rgba(22, 18, 15, 0.95);
	border: 1px solid rgba(168, 109, 61, 0.34);
}

.theme-vicio a.thumbnail:hover,
.theme-vicio a.thumbnail:focus,
.theme-vicio a.thumbnail.active {
	border-color: #ff8d4d;
}

.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;
}

.theme-vicio .profiles_player_table .cclass {
	font-size: 14px;
}

.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;
}

.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;
}

.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(231, 160, 99, 0.62);
	box-shadow: inset 0 0 0 1px rgba(107, 69, 41, 0.82), 0 14px 30px rgba(0, 0, 0, 0.4);
	transform: translateY(-1px);
}

.theme-vicio .table > tbody > tr > td {
	transition: background-color .2s ease;
}

.theme-vicio .table > tbody > tr:hover > td {
	background: rgba(82, 54, 33, 0.22);
}

.theme-vicio .btn-primary {
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28), inset 0 0 10px rgba(255, 154, 79, 0.08);
	transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.theme-vicio .btn-primary:hover,
.theme-vicio .btn-primary:focus {
	transform: translateY(-1px);
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.35), inset 0 0 16px rgba(255, 170, 98, 0.16);
}

.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(58, 38, 24, 0.82), rgba(5, 5, 5, 0.98));
	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(33, 25, 20, 0.72), rgba(12, 10, 9, 0.82));
	border: 1px solid rgba(206, 142, 86, 0.46);
	box-shadow: inset 0 0 0 1px rgba(92, 60, 37, 0.74), 0 18px 50px rgba(0, 0, 0, 0.62);
	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(255, 226, 187, 0.92) !important;
	padding: 10px 14px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.66));
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.10), 0 14px 26px rgba(0, 0, 0, 0.34);
}

.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(255, 226, 187, 0.84);
	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(212, 154, 89, 0.22);
	border-top-color: rgba(255, 192, 128, 0.86);
	margin: 0 auto 14px auto;
	animation: vicioSpin 1s linear infinite;
}

.theme-vicio .vicio-preload-title {
	font-family: 'Cinzel', serif;
	color: #ffe2bb;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(255, 140, 60, 0.35);
}

.theme-vicio .vicio-preload-sub {
	margin-top: 10px;
	color: #c9ab86;
	font-size: 14px;
}

.theme-vicio .vicio-preload-ip {
	color: #ffdcb2;
	font-family: 'Cinzel', serif;
}

@keyframes vicioSpin {
	to { transform: rotate(360deg); }
}
