/*!
 * Bushido MU skin overrides for Volcon.
 */
:root {
	--bushido-side-width: 326px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body.bushido-template {
	margin: 0;
	background: #000;
	color: #c6b08a;
	font-family: Cinzel, Georgia, serif;
	overflow-x: hidden;
}

.bushido-template:before {
	display: none;
}

.bushido-template .volcon-wrap {
	width: min(1180px, calc(100vw - 16px));
	max-width: 1180px;
}

.bushido-template .global-top-bar {
	display: none;
}

.bushido-template .volcon-navbar {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: min(1050px, calc(100vw - 14px));
	aspect-ratio: 2000 / 138;
	height: auto;
	padding: 0 60px;
	transform: translateX(-50%);
	background: url("../img/NavBar.png") center -5px / contain no-repeat;
	border: 0;
	box-shadow: none;
}

.bushido-template .volcon-navbar:before,
.bushido-template .volcon-navbar:after {
	display: none;
}

.bushido-template .bushido-nav-list {
	display: grid;
	grid-template-columns: 1.1fr .85fr 1.05fr .85fr 1.2fr;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bushido-template .volcon-navbar li {
	height: 100%;
}

.bushido-template .volcon-navbar li + li:before {
	top: calc(43% + 1px);
	left: 0;
	width: 1px;
	height: 50%;
	background: linear-gradient(180deg, transparent, rgba(198, 37, 31, .92), rgba(198, 37, 31, .72), transparent);
}

.bushido-template .volcon-navbar a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0 4px;
	color: #f3f0e9;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000, 0 0 5px rgba(255, 255, 255, .22);
	background: none;
	border: 0;
}

.bushido-template .volcon-navbar a:after,
.bushido-template .volcon-navbar i,
.bushido-template .volcon-navbar small {
	display: none;
}

.bushido-template .volcon-navbar img {
	display: block;
	width: 23px;
	height: 23px;
	object-fit: contain;
	filter: grayscale(18%) drop-shadow(0 0 3px rgba(255, 255, 255, .26)) drop-shadow(0 0 5px rgba(146, 17, 14, .42));
}

.bushido-template .volcon-navbar a:hover,
.bushido-template .volcon-navbar li.is-active a {
	color: #e1121b !important;
	background: none;
	text-shadow: 0 1px 2px #000, 0 0 1px rgba(225, 18, 27, .55);
}

.bushido-template .volcon-navbar a:hover span,
.bushido-template .volcon-navbar li.is-active span {
	color: #e1121b !important;
	text-shadow: 0 1px 2px #000, 0 0 1px rgba(225, 18, 27, .55) !important;
}

.bushido-template .volcon-navbar a:hover img,
.bushido-template .volcon-navbar li.is-active img {
	filter: grayscale(18%) drop-shadow(0 0 3px rgba(255, 255, 255, .26)) drop-shadow(0 0 5px rgba(146, 17, 14, .42));
}

.bushido-template .volcon-hero {
	position: relative;
	min-height: 560px;
	padding-top: 76px;
	background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,0) 48%, #000 99%), url("../img/ChatGPT Image 18 jun 2026, 12_19_24 p.m..png") center top / cover no-repeat;
	border: 1px solid rgba(88, 68, 51, .45);
	border-bottom: 0;
}

.bushido-template .volcon-hero:after {
	display: none;
}

.bushido-template .volcon-hero-content {
	position: absolute;
	left: 50%;
	top: 55%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 1060px);
	margin: 0;
	padding: 0 16px;
	transform: translate(-50%, -50%);
}

.bushido-template .volcon-brand {
	display: block;
	width: min(435px, 62vw);
	margin-top: 0;
	filter: drop-shadow(0 18px 12px rgba(0,0,0,.7));
}

.bushido-template .volcon-brand-logo {
	width: 100%;
	max-width: none;
	margin: 0;
	animation: none;
}

.bushido-template .volcon-hero-actions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 82px;
	align-items: center;
	width: min(930px, 92vw);
	margin-top: -8px;
}

.bushido-template .volcon-image-btn {
	display: block;
	width: 100%;
	max-width: none;
	min-width: 0;
	height: auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	transform: none;
}

.bushido-template .volcon-image-btn img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 12px 9px rgba(0,0,0,.65));
	transition: filter .16s ease, transform .16s ease, opacity .16s ease;
}

.bushido-template .volcon-image-btn:hover img {
	transform: translateY(-1px);
	opacity: 1;
	filter: drop-shadow(0 12px 9px rgba(0,0,0,.65));
}

.bushido-template #container {
	position: relative;
	width: min(1110px, calc(100vw - 16px));
	max-width: 1110px;
	min-height: 0;
	margin: 0 auto;
	padding: 18px 0 0;
	background: transparent;
}

.bushido-template #container:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -86px;
	z-index: 0;
	width: 100vw;
	height: 300px;
	transform: translateX(-50%);
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82) 42%, #000 100%);
}

.bushido-template #content {
	position: relative;
	z-index: 1;
	min-height: 0;
	padding: 0;
}

.bushido-home-grid {
	display: grid;
	grid-template-columns: minmax(0, 735px) 326px;
	gap: 34px;
	align-items: start;
}

.news-panel {
	--news-panel-width: 735px;
	--news-side-padding: 52px;
	display: flex;
	flex-direction: column;
	width: min(100%, var(--news-panel-width));
	margin-top: 12px;
	padding: 34px 42px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,0) 42%),
		linear-gradient(135deg, #12110f, #050505 62%, #11100e);
	border: 1px solid rgba(120, 91, 58, .58);
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,.9),
		inset 0 0 42px rgba(0,0,0,.85),
		0 18px 32px rgba(0,0,0,.55);
}

.news-header,
.news-footer {
	display: none;
}

.news-content {
	flex: 1 1 auto;
	min-height: 110px;
	padding: 0;
	background: transparent;
}

.bushido-news-row {
	display: block;
	padding: 18px 8px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.bushido-news-row:last-child {
	border-bottom: 0;
}

.bushido-news-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.bushido-news-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.bushido-news-row a,
.bushido-template #content .bushido-news-row a:not(.btn) {
	color: #fff;
	text-shadow: 0 1px 2px #000, 0 0 2px rgba(225, 18, 27, .45);
}

.bushido-news-row time {
	flex: 0 0 auto;
	color: rgba(255,255,255,.52);
	font-size: 11px;
}

.bushido-news-preview {
	position: relative;
	max-height: clamp(320px, 50vh, 430px);
	overflow: hidden;
	padding: 0 10px 24px 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.45;
	text-shadow: 0 1px 2px #000;
}

.bushido-news-preview:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 86px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(6, 5, 4, 0), #060504 82%);
}

.bushido-news-preview :first-child {
	margin-top: 0;
}

.bushido-news-preview h1,
.bushido-news-preview h2,
.bushido-news-preview h3 {
	color: #fff;
	line-height: 1.18;
	text-shadow: 0 1px 2px #000, 0 0 3px rgba(225, 18, 27, .45);
}

.bushido-news-preview p {
	margin: 0 0 10px;
}

.bushido-news-actions {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.bushido-news-more,
.bushido-template #content .bushido-news-more:not(.btn) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	min-height: 34px;
	padding: 7px 22px;
	border: 1px solid rgba(255, 140, 0, .65);
	border-radius: 2px;
	background: linear-gradient(180deg, #7a1804, #2c0702);
	box-shadow: inset 0 0 16px rgba(0,0,0,.55), 0 8px 18px rgba(0,0,0,.4);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}

.bushido-news-more:hover,
.bushido-news-more:focus {
	filter: brightness(1.16);
	text-decoration: none;
}

.bushido-empty {
	align-self: center;
	justify-self: center;
	color: rgba(199, 170, 120, .38);
	font-size: 13px;
	text-transform: uppercase;
}

.bushido-side {
	display: grid;
	gap: 6px;
	width: var(--bushido-side-width);
	align-items: start;
}

.bushido-login-frame {
	position: relative;
	height: 420px;
	background: url("../img/Login.png") center top / 100% 100% no-repeat;
}

.bushido-login-frame:before {
	content: "Login";
	position: absolute;
	top: 126px;
	left: 85px;
	color: #fff;
	font: 700 12px/1 Arial, sans-serif;
	text-shadow: 0 1px 2px #000;
}

.bushido-login-form {
	position: absolute;
	top: 144px;
	left: 85px;
	width: 158px;
}

.bushido-login-form input {
	display: block;
	width: 100%;
	height: 29px;
	margin-bottom: 19px;
	padding: 0 12px;
	color: #fff !important;
	font: 700 11px Arial, sans-serif;
	background: transparent;
	border: 1px solid transparent !important;
	outline: none !important;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
	box-shadow: none !important;
}

.bushido-login-form input[type="password"] {
	margin-top: -7px;
	margin-bottom: 26px;
}

.bushido-login-form input:focus {
	border-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bushido-login-form input::placeholder {
	color: #f1efe9;
	opacity: 1;
}

.bushido-login-submit {
	display: block;
	width: 172px;
	margin: 36px 0 0 -7px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.bushido-login-submit img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 7px 5px rgba(0,0,0,.7));
	transition: filter .16s ease, transform .16s ease, opacity .16s ease;
}

.bushido-login-submit:hover img,
.bushido-login-submit:focus img {
	transform: translateY(-1px);
	opacity: 1;
	filter: drop-shadow(0 7px 5px rgba(0,0,0,.7));
}

.bushido-forgot {
	display: block;
	margin-top: 28px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
}

.bushido-usercp {
	position: absolute;
	top: 105px;
	right: 55px;
	left: 55px;
	max-height: 225px;
	overflow: hidden;
}

.bushido-account-frame {
	position: relative;
	width: var(--bushido-side-width);
	min-height: 286px;
	padding: 44px 28px 34px;
	background:
		linear-gradient(180deg, rgba(8,8,8,.2), rgba(0,0,0,.74)),
		url("../img/Noticias.png") center / 100% 100% no-repeat;
}

.bushido-account-frame:before {
	content: "Login";
	position: absolute;
	top: 42px;
	left: 62px;
	color: #fff;
	font: 700 13px/1 Arial, sans-serif;
	text-shadow: 0 1px 2px #000;
}

.bushido-account-card {
	position: static;
	width: 100%;
	margin: 28px auto 0;
	text-align: center;
}

.bushido-account-card h3 {
	margin: 0 0 8px;
	color: #fff;
	font: 800 30px/1 Cinzel, Georgia, serif;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000, 0 0 8px rgba(175, 20, 16, .55);
}

.bushido-account-card p {
	margin: 0 0 24px;
	color: rgba(255,255,255,.72);
	font: 800 13px/1 Arial, sans-serif;
	text-transform: uppercase;
}

.bushido-panel-link {
	display: block;
	height: 58px;
	margin: 0 auto 24px;
	color: #fff !important;
	font: 800 20px/58px Cinzel, Georgia, serif;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(108,18,14,.9), rgba(20,5,4,.9));
	border: 1px solid rgba(190, 34, 27, .72);
	box-shadow: inset 0 0 18px rgba(0,0,0,.85), 0 0 10px rgba(128,16,13,.4);
}

.bushido-logout-link {
	color: rgba(255,255,255,.72) !important;
	font: 800 13px/1 Arial, sans-serif;
	text-transform: uppercase;
}

.bushido-full-client {
	display: block;
	width: calc(var(--bushido-side-width) + 14px);
	max-width: 100%;
	margin: -12px -7px -12px;
}

.bushido-full-client img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,.72));
}

.bushido-server-info {
	position: relative;
	width: var(--bushido-side-width);
	max-width: 100%;
	margin: 0 auto -2px;
	padding: 28px 24px 22px;
	color: #fff;
	background:
		linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.72)),
		url("../img/Noticias.png") center / 100% 100% no-repeat;
}

.bushido-server-info h2 {
	margin: 0 0 12px;
	color: #fff;
	font: 800 15px/1 Cinzel, Georgia, serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000;
}

.bushido-server-info table {
	width: 100%;
	margin: 0;
	color: #fff;
	font: 800 10px/1 Arial, sans-serif;
	text-transform: uppercase;
	border-collapse: collapse;
}

.bushido-server-info td {
	padding: 7px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.bushido-server-info tr:last-child td {
	border-bottom: 0;
}

.bushido-server-info td:last-child {
	width: 82px;
	color: #fff;
	text-align: right;
}

.bushido-ranking-frame {
	position: relative;
	width: var(--bushido-side-width);
	min-height: 248px;
	padding: 36px 18px 16px;
	background: url("../img/Rankings.png") center top / 100% 100% no-repeat;
}

.bushido-ranking-frame > input {
	position: absolute;
	left: -9999px;
}

.bushido-ranking-frame h2 {
	margin: -8px 0 10px;
	color: #e1e1e1;
	font: 800 20px/1 Cinzel, Georgia, serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000;
}

.bushido-ranking-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	margin: 0 8px 5px;
}

.bushido-ranking-tabs label {
	height: 18px;
	color: #c3b091;
	font: 800 7px/18px Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: rgba(15, 12, 10, .88);
	border: 1px solid rgba(102, 71, 43, .62);
	cursor: pointer;
}

#ranking-resets:checked ~ .bushido-ranking-tabs label[for="ranking-resets"],
#ranking-kills:checked ~ .bushido-ranking-tabs label[for="ranking-kills"],
#ranking-guilds:checked ~ .bushido-ranking-tabs label[for="ranking-guilds"],
#ranking-level:checked ~ .bushido-ranking-tabs label[for="ranking-level"] {
	color: #fff;
	background: linear-gradient(180deg, #8d1b16, #2a0605);
	border-color: rgba(198, 37, 31, .9);
}

.bushido-ranking-pane {
	display: none;
}

#ranking-resets:checked ~ .bushido-ranking-panes .bushido-ranking-pane-resets,
#ranking-kills:checked ~ .bushido-ranking-panes .bushido-ranking-pane-kills,
#ranking-guilds:checked ~ .bushido-ranking-panes .bushido-ranking-pane-guilds,
#ranking-level:checked ~ .bushido-ranking-panes .bushido-ranking-pane-level {
	display: block;
}

.bushido-ranking-head,
.bushido-ranking-table tr {
	display: grid;
	grid-template-columns: 36px 1fr 54px;
	align-items: center;
	height: 24px;
	padding: 0 8px;
}

.bushido-ranking-head {
	margin: 0 8px;
	color: #c19a63;
	font: 800 8px Arial, sans-serif;
	text-transform: uppercase;
	background: rgba(0,0,0,.62);
	border-top: 1px solid rgba(145, 95, 48, .35);
	border-bottom: 1px solid rgba(145, 95, 48, .22);
}

.bushido-ranking-head span:last-child {
	text-align: right;
}

.bushido-ranking-table {
	width: calc(100% - 16px);
	margin: 0 8px;
	border-collapse: collapse;
	color: #d0ba8d;
	font: 800 9px Arial, sans-serif;
	text-transform: uppercase;
}

.bushido-ranking-table tbody,
.bushido-ranking-table td {
	display: block;
}

.bushido-ranking-table tr {
	display: grid;
}

.bushido-ranking-table tr {
	border-bottom: 1px solid rgba(139, 91, 47, .22);
}

.bushido-ranking-table td:nth-child(1) {
	color: #d1a35e;
}

.bushido-ranking-table td:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bushido-ranking-table td:nth-child(3) {
	color: #f2f2f2;
	text-align: right;
}

.bushido-ranking-table a {
	color: #d0ba8d;
}

.bushido-all-rankings {
	display: block;
	margin: 8px 8px 0;
	color: #f3f3f3;
	font: 800 8px Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.bushido-all-rankings b {
	padding-left: 10px;
	color: #c5251f;
}

.bushido-template .footer {
	position: relative;
	min-height: 190px;
	margin: 24px auto 0;
	padding: 0 0 0;
	background: url("../img/Footer.png") center top / min(1400px, 100vw) auto no-repeat;
	background-repeat: no-repeat;
	border: 0;
}

.bushido-template .footer:before,
.bushido-template .footer:after,
.bushido-template .footer .footer-container:before {
	display: none;
}

.bushido-template .footer > .footer-container {
	position: relative;
	width: min(1180px, calc(100vw - 32px));
	min-height: 190px;
	padding-top: 0;
}

.bushido-template .footer p,
.bushido-template .footer a {
	color: rgba(235, 235, 235, .54);
	font-size: 10px;
	text-align: center;
	text-shadow: 0 1px 2px #000;
}

.bushido-template .volcon-footer-copy > p {
	display: none;
}

.bushido-template .volcon-template-credit {
	position: absolute;
	right: 0;
	bottom: 2px;
	margin: 0 !important;
	color: rgba(255,255,255,.62) !important;
	font-size: 10px !important;
	text-align: right;
	white-space: nowrap;
}

.bushido-template .volcon-template-credit a {
	color: #39d353 !important;
	font-weight: 700;
	text-decoration: none;
}

.bushido-template .volcon-template-credit a:hover,
.bushido-template .volcon-template-credit a:focus {
	color: #66e879 !important;
	text-decoration: none;
}

.bushido-template.volcon-inner #container {
	margin-top: 0;
	padding: 42px 18px;
	background: rgba(8, 6, 5, .84);
	border: 1px solid rgba(126, 89, 48, .44);
}

.bushido-template .rankings_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 18px;
	padding: 10px;
	background: rgba(0,0,0,.38);
	border: 1px solid rgba(255,255,255,.08);
}

.bushido-template .rankings_menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 30px;
	padding: 0 12px;
	color: #fff !important;
	font: 800 10px/1 Arial, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(28,24,22,.96), rgba(5,5,5,.98));
	border: 1px solid rgba(118,92,60,.54);
	box-shadow: inset 0 0 14px rgba(0,0,0,.75);
}

.bushido-template .rankings_menu a:hover,
.bushido-template .rankings_menu a.active {
	color: #fff !important;
	background: linear-gradient(180deg, #8d1b16, #2a0605);
	border-color: rgba(198,37,31,.9);
}

.bushido-template .rankings-class-filter {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
	gap: 10px;
	max-width: 760px;
	margin: 0 auto 22px;
	padding: 0;
	list-style: none;
}

.bushido-template .rankings-class-filter li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bushido-template .rankings-class-filter-selection {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 104px;
	padding: 9px 6px 8px;
	color: #fff !important;
	font: 800 9px/1.15 Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(18,16,15,.94), rgba(3,3,3,.98));
	border: 1px solid rgba(118,92,60,.5);
	box-shadow: inset 0 0 18px rgba(0,0,0,.82);
	cursor: pointer;
}

.bushido-template .rankings-class-filter-selection:hover {
	transform: translateY(-1px);
	border-color: rgba(198,37,31,.82);
	box-shadow: inset 0 0 18px rgba(0,0,0,.82), 0 0 0 1px rgba(198,37,31,.22);
}

.bushido-template .rankings-class-filter-image {
	width: 54px !important;
	height: 54px !important;
	object-fit: cover;
	border: 1px solid rgba(255,255,255,.14);
}

.bushido-template .rankings-class-filter-grayscale .rankings-class-filter-image {
	filter: grayscale(36%);
	opacity: .86;
}

.bushido-template .rankings-class-filter-selection:hover .rankings-class-filter-image {
	filter: none;
	opacity: 1;
}

.bushido-register-panel {
	width: min(620px, calc(100vw - 32px));
	margin: 26px auto 80px;
	padding: 34px 42px 38px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,0) 42%),
		linear-gradient(135deg, #12110f, #050505 62%, #11100e);
	border: 1px solid rgba(120, 91, 58, .58);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.9), inset 0 0 42px rgba(0,0,0,.85), 0 18px 32px rgba(0,0,0,.55);
}

.bushido-register-form {
	display: grid;
	gap: 16px;
	margin: 0;
}

.bushido-register-form .form-group {
	margin: 0;
}

.bushido-register-form .control-label {
	display: block;
	margin: 0 0 7px;
	padding: 0;
	color: #fff;
	font: 800 11px/1 Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
}

.bushido-register-field {
	width: 100%;
}

.bushido-register-form .form-control {
	width: 100%;
	height: 42px;
	color: #fff !important;
	background: rgba(0,0,0,.64) !important;
	border: 1px solid rgba(198,37,31,.44) !important;
	box-shadow: inset 0 0 18px rgba(0,0,0,.74) !important;
}

.bushido-register-form .form-control:focus {
	border-color: rgba(225,18,27,.74) !important;
	box-shadow: inset 0 0 18px rgba(0,0,0,.74), 0 0 0 1px rgba(225,18,27,.24) !important;
}

.bushido-register-form .help-block {
	margin: 6px 0 0;
	color: rgba(255,255,255,.48);
	font: 700 10px/1.35 Arial, sans-serif;
	text-transform: uppercase;
}

.bushido-register-terms {
	color: rgba(255,255,255,.78);
	font: 700 11px/1.5 Arial, sans-serif;
	text-transform: uppercase;
}

.bushido-register-terms a {
	color: #fff !important;
	text-decoration: underline;
	text-decoration-color: rgba(225,18,27,.5);
}

.bushido-register-form .btn-primary {
	min-width: 176px;
	height: 42px;
	color: #fff !important;
	font: 800 12px/1 Arial, sans-serif;
	text-transform: uppercase;
	background: linear-gradient(180deg, #8d1b16, #2a0605) !important;
	border: 1px solid rgba(198,37,31,.9) !important;
	box-shadow: inset 0 0 18px rgba(0,0,0,.75) !important;
}

.bushido-register-form .btn-primary:hover {
	transform: translateY(-1px);
	filter: none;
}

.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: 1px solid rgba(255, 255, 255, 0.08) !important;
}

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

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

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

@media (max-width: 900px) {
	.bushido-template .volcon-navbar {
		top: 0;
		width: calc(100vw - 10px);
		height: auto;
		min-height: 0;
		padding: 0 34px;
		background-position: center -3px;
	}

	.bushido-template .bushido-nav-list {
		grid-template-columns: repeat(5, 1fr);
		gap: 2px 0;
		height: 100%;
	}

	.bushido-template .volcon-navbar li {
		height: 100%;
	}

	.bushido-template .volcon-navbar li + li:before {
		display: block;
		height: 100%;
	}

	.bushido-template .volcon-navbar a {
		height: 100%;
		font-size: 9px;
	}

	.bushido-template .volcon-navbar img {
		width: 19px;
		height: 19px;
	}

	.bushido-template .volcon-hero {
		min-height: 460px;
		padding-top: 92px;
		background-position: 46% top;
	}

	.bushido-template .volcon-hero-content {
		top: 54%;
	}

	.bushido-template .volcon-hero-actions {
		gap: 12px;
		width: min(620px, 96vw);
	}

	.bushido-home-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bushido-side {
		grid-template-columns: minmax(260px, var(--bushido-side-width));
		justify-content: center;
	}

	.news-panel {
		--news-side-padding: 46px;
		padding: 28px 32px;
	}
}

@media (max-width: 560px) {
	.bushido-template .volcon-navbar {
		width: calc(100vw - 8px);
		top: 0;
		height: auto;
		padding: 0 16px;
		background-position: center -1px;
	}

	.bushido-template .volcon-navbar a {
		gap: 3px;
		font-size: 7px;
	}

	.bushido-template .volcon-navbar img {
		width: 14px;
		height: 14px;
	}

	.bushido-template .volcon-hero {
		min-height: 390px;
	}

	.bushido-template .volcon-hero-content {
		top: 54%;
	}

	.bushido-template .volcon-brand {
		width: min(330px, 78vw);
	}

	.bushido-template .volcon-hero-actions {
		grid-template-columns: 1fr;
		width: 230px;
		margin-top: -14px;
		gap: 0;
	}

	.news-panel {
		--news-side-padding: 28px;
		padding: 22px 22px;
	}

	.news-content {
		min-height: 86px;
	}

	.bushido-news-row {
		display: block;
		padding: 14px 4px;
	}

	.bushido-news-meta {
		display: block;
	}

	.bushido-news-title {
		font-size: 13px;
	}

	.bushido-news-row time {
		display: block;
		margin-top: 7px;
	}

	.bushido-news-preview {
		max-height: 340px;
		padding-right: 0;
		font-size: 11px;
	}
}
