:root {
	/* ConquestRO Treasure palette — derived from the brand logo */
	--cq-gold: #f2c230;      /* crystal gold — primary accent */
	--cq-amber: #c88a16;     /* deep amber — links/borders on light */
	--cq-glow: #ffe38a;      /* gold glow — highlights/shadows */
	--cq-espresso: #2a2018;  /* warm dark chrome */
	--cq-ink: #14100a;       /* deepest brown */
	--cq-cream: #f6ecd6;     /* logo cream — light text on dark */
	--cq-crystal: linear-gradient(155deg, #ffe38a 0%, #f2c230 45%, #c88a16 100%);
	--cq-glow-shadow: 0 0.35rem 1.4rem rgba(242, 194, 48, 0.45);
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    #mobile-nav-wrap {
		background-color: #2a2018 !important;
		box-shadow: 0 0 2rem rgba(0,0,0,1);
	}
	
	#mobile-nav-wrap > #mobile-nav-logo {
		max-width: 12rem !important;
		padding: 1rem 0;
	}
	
	#mobile-nav-btn {
		position: absolute;
		inset: 1;
		font-size: 1.25rem;
	}
	
	#mobile-nav-cont-wrap {
		z-index: 0 !important;
		width: 70% !important;
	}

	#status .status-group p {
		font-size: 0.875rem !important;
	}

	#header #header-group {
		margin: 12rem auto 4rem auto !important;
		text-align: center !important;
		text-shadow: 0 0 1rem rgba(0,0,0,1);
	}

	#content-wrap {
		margin: 4rem 0 8rem 0 !important;
		padding-top: 6rem !important;
		padding-bottom: 8rem !important;
	}

	#content-wrap > div#default{
		padding-bottom: 8rem !important;
	}

	#info {
		gap: 1rem !important;
	}

	#info .info-group {
		width: 24rem !important;
	}

	#social-link #socials {
		justify-content: center !important;
		gap: 0 2rem !important;
	}

	div.page-logo {
		max-width: 66.66% !important;
	}
	
	.download-wrap {
		gap: 1rem !important;
	}
	
	.download-wrap > .download-group {
		max-width: 100% !important;
	}
	
	#discord-embed {
		min-height: 30rem !important;
	}

	.vertical-table {
		width: 100% !important;
	}
	
	#vote-notice {
		width: 100% !important;
	}
	
	#vote-banner-wrap {
		max-width: 100% !important;
		gap: 0.25rem 0;
	}	

	.donate-wrap {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 992px) {
	div.modal#modal-promo > .modal-dialog {
		max-width: 50% !important;
		margin: auto !important;
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 1120px) {
	#info {
		justify-content: space-around !important;
	}
}

@media screen and (min-width: 1920px) {
	#info {
		justify-content: flex-start !important;
	}
	
	#char-render > div {
		inset: 10.625rem 0 0 28rem !important;
	}
	
	div.modal[id^="modal-"] > .modal-dialog {
		max-width: 33% !important;
		margin: auto !important;
		font-size: 0.875rem;
	}
	
	div.modal#modal-promo > .modal-dialog {
		max-width: 50% !important;
		margin: auto !important;
		font-size: 0.875rem;
	}
}

html {
	scroll-behavior: smooth;
	position: relative;
	height: 100%;
}

.g-recaptcha {
	margin: 0 auto;
}

body {
	height: 100%;
	scroll-behavior: smooth;
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	background-image: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 33.3333%, rgba(255,255,255,1) 66.66667%),
					url('../img/osro/bg_slash.webp'),
					url('../img/osro/bg_default.webp');
	background-color: #e6ddc8;
	background-position: center, top left, center;
	background-attachment: fixed, scroll, fixed;
	background-repeat: no-repeat, repeat, no-repeat;
	background-size: contain, auto, cover;
	color: #444;
	overflow-x: hidden;
}

body#bpass {
	background-image: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%),
					url('../img/osro/bg_slash.webp'),
					url('../img/osro/bg_bpass.webp');
	background-position: center, top left, bottom center;
	background-attachment: fixed, scroll, fixed;
	background-repeat: no-repeat, repeat, no-repeat;
	background-size: contain, auto, cover;
	background-blend-mode: normal, overlay, normal;
}

body#bpass #content-wrap div#default {
	text-shadow: none !important;
}

body#bpass #content-wrap div#default p:not(.item-name):not(.bpass-level):not(.alert) {
	color: #333 !important;
	text-shadow: 0 0 0.25rem rgba(255,255,255,1),
				 0 0 0.25rem rgba(255,255,255,1) !important;
}

body#bpass #content-wrap div#default h1:not(.text),
body#bpass #content-wrap div#default h2:not(.text),
body#bpass #content-wrap div#default h3:not(.text),
body#bpass #content-wrap div#default h4:not(.text),
body#bpass #content-wrap div#default h5:not(.text),
body#bpass #content-wrap div#default h6:not(.text) {
	color: #fff !important;
	text-shadow: 0 0 0.25rem rgba(32,32,32,1),
				 0 0 0.25rem rgba(32,32,32,1) !important;
}

body#bpass:before {
	content: '';
	position: absolute;
	top: 2.5rem;
	width: 100%;
	height: 8rem;
	background-color: #fff;
}

#content-wrap {
	min-height: 100%;
	padding-top: 8rem;
	margin: 4rem 0;
	padding-bottom: 12rem;
}

#content-wrap div#default {
	text-shadow: 0 0 0.5rem rgba(255,255,255,1);
	padding-bottom: 4rem;
	font-size: 0.875rem;
}

#content-wrap div#default p {
	text-shadow: 0 0 0.25rem rgba(255,255,255,1),
				 0 0 0.25rem rgba(255,255,255,1),
				 0 0 0.125rem rgba(255,255,255,1),
				 0 0 0.125rem rgba(255,255,255,1);
}

#status-wrap {
	width: 100%;
	background: #14100a;
	color: #d8cba8;
	z-index: 999;
	position: relative;
	padding: 0.5rem 0;
}

#status {
	display: flex;
	justify-content: flex-start;
	gap: 0 0.5rem;
}

#status .status-group {
	min-width: 10rem;
	background-color: #2a2018;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	display: flex;
	justify-content: space-between;
}

#status .status-group p {
	margin: 0;
	font-size: 0.675rem;
}

#status .status-group:not(#time) p.value {
	text-transform: uppercase;
	font-weight: 700;
}

#status .status-group:not(#time) p.value.icon-green {
	color: #33cc33;
}

#status .status-group:not(#time) p.value.icon-yellow {
	color: #cccc33;
}

#status .status-group:not(#time) p.value.icon-red {
	color: #cc3333;
}

#status-wrap #btn-wrap {
	margin-left: 2rem;
	gap: 0 0.75rem;
}

#status-wrap #btn-wrap a {
	text-decoration: none;
	color: #bbbbbb;
	transition: color 0.25s ease-in-out;
}

#status-wrap #btn-wrap a:hover,
#status-wrap #btn-wrap a:focus,
#status-wrap #btn-wrap a:focus-within {
	color: #f2c230;
}

#status-wrap #btn-wrap i {
	font-size: 1.25rem;
}

#nav-wrap {
	width: 100%;
	background: rgba(20,16,10,0.72);
	color: #fff;
	position: absolute;
	z-index: 1020;
}

#nav-wrap ul {
	min-height: 8rem;
	list-style-type: none;
	padding-left: 0 !important;
	margin: 0;
}

#navbar a#home > img {
	max-height: 4rem;
}

#navbar a {
	color: #fff;
	text-decoration: none;
	transition: filter 0.25s ease-in-out,
				color 0.25s ease-in-out;
}

#navbar a:hover:not(.dropdown-item),
#navbar a:focus:not(.dropdown-item), 
#navbar a:focus-within:not(.dropdown-item) {
	color: #f2c230;
	filter: drop-shadow(0 0 0.75rem rgba(255,255,255,0.5));
}

.dropdown > .dropdown-menu {
	background-color: #f2ecdd;
	display: block;
	opacity: 0;
	visibility: hidden;
	padding: 0.5rem 0;
	margin: 0;
	transition: all 0.25s ease-in-out;
}

.dropdown:hover > .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
}

.dropdown-menu > a.dropdown-item {
	font-size: 0.875rem;
	color: #929292 !important;
	transition: background-color 0.25s ease-in-out,
				color 0.25s ease-in-out;
}

a.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:focus-within {
	background-color: rgba(42,32,24,0.92) !important;
	color: #d0d0d0 !important;
}

#navbar #account-group i {
	font-size: 1.5rem;
}

#navbar #account-group {
	display: flex;
	gap: 0 1rem;
}

#mobile-nav-cont-wrap {
	z-index: -1 !important;
	position: fixed !important;
	left: -100%;
	width: 75%;
	height: 100%;
	overflow-x: hidden !important;
	transition: all 0.25s ease-in-out;
	padding: 1.5rem 1.5rem 8rem 1.5rem;
	background-color: rgba(20,16,10,0.9);
}

#mobile-nav-cont-wrap.active {
	z-index: 1030 !important;
	overflow-y: auto !important;
	left: 0;
}

#mobile-nav-cont-wrap .btn {
	color: #fff;
	font-size: 0.75rem;
}

#mobile-nav-cont-wrap #mobile-login {
	margin: 2rem auto;
}

#mobile-nav-cont-wrap hr {
	background-color: #fff;
}

#mobile-nav-cont-wrap > #mobile-nav-menu,
#mobile-nav-cont-wrap > #mobile-login {
	min-height: 1rem;
	width: 100%;
}

#mobile-nav-menu > a {
	position: relative;
	padding: 1rem 0;
	display: flex;
	justify-content: flex-start;
	color: #fff;
	text-decoration: none !important;
}

#mobile-nav-menu > a:hover,
#mobile-nav-menu > a:focus,
#mobile-nav-menu > a:focus-within {
	color: #f2c230 !important;
}

#mobile-nav-menu > a:after {
	content: '';
	position: absolute;
	height: 0.125rem;
	width: 0%;
	left: 50%;
	bottom: 0rem;
	background-color: #f2c230;
	transition: all 0.25s ease-in-out;
}

#mobile-nav-menu > a:hover:after,
#mobile-nav-menu > a:focus:after,
#mobile-nav-menu > a:focus-within:after {
	width: 100%;
	left: 0;
}

#mobile-nav-menu > a > i {
	font-size: 1.5rem;
	width: 3rem;
	text-align: center !important;
}

#mobile-nav-menu > a > p {
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	margin-left: 1rem;
}

#mobile-nav-btn {
	position: fixed !important;
	z-index: 1031 !important;
	border: none;
	background-color: transparent;
	color: #fff;
	inset: 1;
	transition: all 0.25s ease-in-out;
}

#mobile-nav-btn i {
	font-size: 1.25rem !important;
}

#header-wrap {
	background-image: url('../img/osro/bg_header.webp');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#header {
	margin-top: -12rem;
	position: relative;
	min-height: 36rem;
	z-index: 1;
}

#header #header-group {
	margin-top: 12rem;
	font-size: 0.875rem;
	color: #fff;
}

#header-wrap > #char-render {
	position: absolute;
	inset: 0;
	z-index: 0;
	height: 28rem;
	width: inherit;
}

#char-render > div {
	height: inherit;
	width: 44rem;
	position: absolute;
	background-image: url('../img/osro/char_render.webp');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	inset: 10.625rem 0 0 calc(50% - 16rem);
	filter: drop-shadow(0 0 1rem #ffe38a);
}

#header #header-group h1 {
	font-size: 3.25rem;
	font-family: 'Gotham', Arial, Helvetica, sans-serif;
	color: #fff;
}

#header-group h1 > span,
.feature-group h6 {
	color: #f2c230;
}

#header-group a {
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	padding: 1rem 2.5rem;
	border-radius: 2.5rem;
	text-shadow: 0 0 0.5rem rgba(0,0,0,0.25), 0.125rem 0.125rem 0.125rem rgba(0,0,0,0.25);
}

#info-wrap {
	background-color: #f2ecdd;
	min-height: 60rem;
	padding: 3rem 0 6rem 0;
	color: #929292;
	position: relative;
	z-index: 999;
}

#info {
	
	gap: 2rem 1.75rem;
}

#info .info-group {
	max-width: 16.5rem;
}

.info-group > .thumbnail {
	height: 12.5rem;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.info-group > .thumbnail#thumb_1 {
	background-image: url('../img/osro/info/thumb_1.gif');
}

.info-group > .thumbnail#thumb_2 {
	background-image: url('../img/osro/info/thumb_2.gif');
}

.info-group > .thumbnail#thumb_3 {
	background-image: url('../img/osro/info/thumb_3.gif');
}

.info-group > .thumbnail#thumb_4 {
	background-image: url('../img/osro/info/thumb_4.gif');
}

.info-group > .thumbnail#thumb_5 {
	background-image: url('../img/osro/info/thumb_5.webp');
}

.info-group > .thumbnail#thumb_6 {
	background-image: url('../img/osro/info/thumb_6.webp');
}

.info-group > .thumbnail#thumb_7 {
	background-image: url('../img/osro/info/thumb_7.webp');
}

.info-group > .thumbnail#thumb_8 {
	background-image: url('../img/osro/info/thumb_8.webp');
}

.info-group > .thumbnail:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-image: linear-gradient(180deg, transparent 55%, rgba(242, 194, 48, 0.78) 100%);
}

.info-group > .thumbnail > p.title {
	font-family: 'Gotham Condensed', Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	font-size: 2rem;
	position: absolute;
	bottom: 0;
	margin-bottom: 0.5rem;
	width: 100%;
	text-align: center;
	z-index: 999;
	line-height: 2rem;
	padding: 0 0.5rem;
	text-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
}

.info-group > .caption {
	padding: 1rem;
	box-shadow: 0 1rem 4rem rgba(64,64,64,0.25);
}

.info-group > .caption > p.title {
	color: #c88a16;
	font-size: 0.875rem;
}

.info-group > .caption > p:not(.title) {
	color: #929292 !important;
	font-size: 0.75rem !important;
	margin-bottom: 0;
}

#feature-wrap {
	min-height: 44rem;
	background-image: url('../img/osro/bg_feature.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

#feature-wrap h1 {
	font-size: 2.75rem;
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	color: #fff;
}

#feature-wrap h6 {
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
}

#feature-wrap p {
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	font-size: 1.05rem;
}

#feature-wrap #char-render2 {
	background-image: url('../img/osro/char_render2.webp');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 48rem;
	background-size: contain;
	margin-top: 4rem;
}

#feature-wrap .feature-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 1rem;
}

#feature-wrap .feature-group p {
	font-size: 0.75rem;
}

#content-wrap hr.separator {
	width: 100%;
	color: #b7b7b7;
	margin: 1rem auto 3rem auto;
}

#register-wrap {
	min-height: 20rem;
	background-image: url('../img/osro/bg_register.webp'),
					linear-gradient(0deg, rgba(1,94,234,1) 0%, rgba(0,192,250,1) 100%);
	background-repeat: no-repeat;
	background-position: center, top center;
	background-size: cover;
	background-blend-mode: soft-light;
	box-shadow: 0 -2rem 4rem rgba(0,0,0,0.25);
	color: #fff;
}

#register-wrap a {
	font-size: 1rem;
	color: #fff;
	padding: 1rem 2.5rem;
	border-radius: 2.5rem;
	text-shadow: 0 0 0.25rem rgba(0,0,0,0.25);
	text-transform: uppercase;
}

#register {
	min-height: 20rem;
	display: grid;
	align-content: center;
	gap: 1rem 0;
}

#discord {
	min-height: 32rem;
	display: grid;
	align-content: center;
	gap: 1rem 0;
}

#footer-wrap {
	margin-top: -16rem;
	background-color: #1c1c1a;
	border-top: 0.0625rem solid #636363;
	min-height: 16rem;
	padding: 2rem 0;
}

#footer-wrap #footer-link > #qlink {
	padding-left: 0;
	list-style-type: none;
	font-size: 0.75rem;
}

#qlink > li {
	position: relative;
	padding: 0 1rem;
}

#qlink > li:not(:last-child):after {
	content: '';
	position: absolute;
	height: 100%;
	border-right: 0.0625rem solid #575757;
	margin: 0 1rem;
}

#qlink a {
	color: #575757;
	text-decoration: none;
	transition: color 0.25s ease-in-out;
}

#qlink a:hover,
#qlink a:focus,
#qlink a:focus-within {
	color: #fff;
}

#copyright p {
	font-size: 0.875rem;
	color: #575757;
}

#footer-link #logo {
	gap: 0 2rem;
}

#footer-link #logo > #server {
	background-image: url('../img/ConquestRO_logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 4rem;
	width: 25%;
	margin-right: -1rem;
}

#social-link h6 {
	font-family: 'Sporty Pro', Arial, Helvetica, sans-serif;
	color: #575757;
	font-weight: 200;
}

#social-link #socials {
	list-style-type: none;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	gap: 0 0.5rem;
}

#socials a {
	background-color: #575757;
	display: block;
	text-align: center;
	border-radius: 100%;
	padding: 0.25rem 0.25rem 0.125rem 0.25rem;
	transition: background-color 0.25s ease-in-out;
}

#socials a:hover,
#socials a:focus,
#socials a:focus-within {
	background-color: #9d9d9d;
}

#socials a i {
	font-size: 1.25rem;
	width: 1.5rem;
	height: 1.5rem;
	color: #1c1c1a;
}

.modal-dialog h1,
.modal-dialog h2,
.modal-dialog h3,
.modal-dialog h4,
.modal-dialog h5, 
.modal-dialog h6, 
#content-wrap > div#default h1,
#content-wrap > div#default h2,
#content-wrap > div#default h3,
#content-wrap > div#default h4,
#content-wrap > div#default h5, 
#content-wrap > div#default h6 {
	font-family: 'Gotham Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #c88a16;
}

#content-wrap > div#default p,
#content-wrap > div#default label {
	font-size: 0.875rem;
}

select,
option,
textarea,
input[type="text"],
input[type="password"] {
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	padding: 0.5rem 0.5rem;
	border: 0.0625rem solid #929292;
	color: #2a2018;
	background-color: rgba(255,255,255,0.5);
	border-radius: 0.25rem;
	font-weight: 400 !important;
}

.generic-form button,
.generic-form input[type="button"],
.generic-form input[type="submit"],
.generic-form input[type="reset"] {
}

strong {
	font-weight: 400 !important;
}

.generic-form-table p,
.generic-form-table label,
.generic-form-table button, 
.generic-form-table input[type="submit"], 
.generic-form-table input[type="reset"], 
.generic-form-table input[type="button"] {
	margin: 1rem 0;
}

.generic-form-table label {
	padding-right: 4rem;
}

#menu-group {
	background-color: rgba(255,255,255,0.25);
	border: 0.0625rem solid #929292;
	padding: 1rem;
	font-size: 0.75rem;
	margin-bottom: 2rem;
	border-radius: 0.25rem;
}

#password-note, #email-note {
	position: absolute;
	top: 10rem;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	padding: 1rem;
	font-size: 0.75rem !important;
	transition: all 0.25s ease-in-out;
}

#password-note.active,
#email-note.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

#notif-wrap {
	z-index: 1030;
	position: absolute;
	top: 8rem;
	animation: pop-out-msg .5s 1.5s;
	-webkit-animation: pop-out-msg .5s 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-webkit-animation-fill-mode: forwards
}

.bg-black {
	background-color: rgba(20, 20, 20, 0.80);
	text-shadow: none !important;
	color: #f2ecdd !important;
}

.bg-black p {
	text-shadow: none !important;
}

.empty-row {
	display: none;
}

.search-form {
	display: none;
}

.horizontal-table {
	min-width: 100% !important;
}

.vertical-table {
	width: 50%;
}

.horizontal-table,
.vertical-table {
	font-size: 0.75rem !important;
	border-collapse: separate;
	border-spacing: 0;
}

.horizontal-table th, 
.vertical-table th {
	background-color: rgba(0,0,0,0.65);
	text-shadow: none;
	color: #f2ecdd;
	padding: 0.5rem;
	font-weight: normal;
	border: 0.0625rem solid rgba(0,0,0,0.25);
}

.horizontal-table td, 
.vertical-table td {
	border: 0.0625rem solid rgba(0,0,0,0.25);
	background-color: rgba(255,255,255,0.25);
	padding: 0.5rem;
}

td.char-head-sprite {
	width: 3rem !important;
	text-align: center;
}

table:not(.generic-form-table) tr:first-child td:first-child,
table:not(.generic-form-table) tr:first-child th:first-child {
	border-top-left-radius: 0.275rem;
}

table:not(.generic-form-table) tr:first-child td:last-child,
table:not(.generic-form-table) tr:first-child th:last-child {
	border-top-right-radius: 0.275rem;
}

table:not(.generic-form-table) tr:last-child td:first-child,
table:not(.generic-form-table) tr:last-child th:first-child {
	border-bottom-left-radius: 0.275rem;
}

table:not(.generic-form-table) tr:last-child td:last-child,
table:not(.generic-form-table) tr:last-child th:last-child {
	border-bottom-right-radius: 0.275rem;
}

table:not(.generic-form-table) tr:first-child td,
table:not(.generic-form-table) tr:first-child th {
	border-top-style: solid;
}

table:not(.generic-form-table) tr td:first-child,
table:not(.generic-form-table) tr th:first-child {
	border-left-style: solid;
}

div.page-logo {
	max-width: 33.33%;
	filter: drop-shadow(0 0 1rem rgba(255,255,255,1))
			drop-shadow(0 0 0.5rem rgba(255,255,255,0.5));
}

.sub-header {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	color: #c88a16;
}

.sub-header > .module-title {
	margin-top: 0 !important;
	margin-bottom: 0;
}

.sub-header > i {
	font-size: 1.5rem !important;
	padding-right: 1rem;
}

#trans-wrap {
	gap: 1rem;
}

.trans-group {
	padding: 1rem;
	border-radius: 0.5rem;
	background-color: rgba(255,255,255,0.35);
	border: 0.0625rem solid rgba(53,53,53,0.25);
}

.admin-menu-item,
.sub-menu-item,
.page-menu-item {
	margin: 0 0.25rem;
}

.request, .fs-path {
	font-family: Monaco, "Lucida Console", "Bitsteam Vera Sans Mono", monospace;
	text-align: center;
	background-color: rgba(255,255,255,0.75);
	padding: 0.25rem;
	border: 0.0625rem solid rgba(0,0,0,0.25);
	border-radius: 0.125rem;
}

.current-sub-menu {
	text-decoration: underline !important;
}

#content-wrap #default h2 {
	text-align: center;
}

* + h3 {
	margin-top: 1.5rem;
}

.download-wrap {
	gap: 1rem;
	text-shadow: none !important;
}

.download-group {
	max-width: 25% !important;
	border: 0.0625rem solid #c88a16;
	padding: 0.5rem;
	text-align: center;
	border-radius: 0.5rem;
	text-decoration: none !important;
	transition: all 0.25s ease-in-out !important;
}

.download-group > i {
	font-size: 2rem !important;
	text-align: center;
	color: #c88a16;
	transition: all 0.25s ease-in-out !important;
}

.download-group > span {
	font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
	font-weight: none !important;
	font-size: 0.9rem;
	transition: all 0.25s ease-in-out !important;
}

.download-group:hover,
.download-group:focus,
.download-group:focus-within {
	border: 0.0625rem solid #c88a16;
	background-color: #c88a16;
}

.download-group:hover > i,
.download-group:focus > i,
.download-group:focus-within > i,
.download-group:hover > span,
.download-group:focus > span,
.download-group:focus-within > span {
	color: #fff;
}

.donate-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: 75%;
}

a.donate-group {
	height: 8rem;
	width: 8rem;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4rem;
	filter: saturate(0.85);
	transition: all 0.25s ease-in-out;
}

a.donate-group:hover,
a.donate-group:focus,
a.donate-group:focus-within {
	background-color: rgba(255,255,255,1);
	filter: saturate(1.15);
	
}

a.donate-group#btn-paypal {
	background-image: url('../img/osro/icon/paypal.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

a.donate-group#btn-gcash {
	background-image: url('../img/osro/icon/gcash.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 66%;
}

a.donate-group#btn-gcash2bank {
	background-image: url('../img/osro/icon/gcash2bank.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 66%;
}

a.donate-group#btn-maya {
	background-image: url('../img/osro/icon/maya.webp');
	background-position: center 55%;
	background-repeat: no-repeat;
	background-size: 75%;
}

a.donate-group#btn-bank {
	background-image: url('../img/osro/icon/bank.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

a.donate-group#btn-gotyme {
	background-image: url('../img/osro/icon/gotyme.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

a.donate-group#btn-coins {
	background-image: url('../img/osro/icon/coinsph.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

a.donate-group#btn-bitcoin {
	background-image: url('../img/osro/icon/bitcoin.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

a.donate-group#btn-usdt {
	background-image: url('../img/osro/icon/usdt.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

iframe.converter {
	width: 100%;
	height: 7rem !important;
	border: none;
}

.paypal-input {
	width: 16.5rem !important;
	text-align: center;
	letter-spacing: 0;
}

span.donate-info {
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	color: #c88a16;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.form-check.checkbox-lg > .form-check-input {
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
}

.form-check.checkbox-lg > .form-check-label {
	margin-left: 1rem;
	cursor: pointer;
}

.pages,
.jump-to-page {
	display: flex;
	justify-content: center;
	gap: 0 0.5rem;
}

.page-num,
.page-prev,
.page-next {
	text-align: center;
	min-width: 2rem !important;
	padding: 0.5rem 0.5rem;
	border: 0.0625rem solid #929292;
	background-color: rgba(255,255,255,0.5);
	border-radius: 0.25rem;
	text-decoration: none !important;
}

tr.top-ranked > td {
	background-color: rgba(51, 160, 255, 0.25);
}

tr.spirit-redeemed > td {
	background-color: rgba(255, 255, 153, 0.25);
}

#vote-notice {
	width: 50%;
}

#vote-banner-wrap {
	max-width: 75%;
	gap: 1rem;
}

.disabled {
	cursor: not-allowed;
}

.disabled > table > tr:first-child > td {
	opacity: 0.25;
}

a[id^="votelink-"] > img {
	transition: filter 0.25s ease-in-out;
}

a[id^="votelink-"]:hover > img,
a[id^="votelink-"]:focus > img,
a[id^="votelink-"]:focus-within > img {
	filter: saturate(1.15) brightness(1.05) contrast(1.05);
}

div[id^=banner-].disabled {
	filter: saturate(0);
	opacity: 0.66;
}

.qr-wrap {
	max-width: 60% !important;
	padding: 1rem;
	margin: 0 auto;
}

#navbar a {
	position: relative;
}

#navbar a > div.icon-promo {
	height: 3.3rem;
	width: 3.3rem;
	position: absolute;
	right: -2.25rem;
	bottom: calc(50% - 0.75rem);
	background-image: url('../img/osro/icon/promo.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
	animation: sway 3s cubic-bezier(0.25, 0.25, 0.25, 0.25) forwards infinite;
}

.tier-group {
	position: relative;
}

div[id^="tier-arrow-"] {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

div[id^="tier-arrow-"] > a {
	text-decoration: none;
	position: absolute;
	top: calc(50% - 1.5rem);
	opacity: 0.5;
	transition: all 0.25s ease-in-out;
	color: var(--secondary) !important;
}

div[id^="tier-arrow-"] > a.slick-disabled {
	opacity: 0 !important;
	cursor: default;
}

div[id^="tier-arrow-"] > a:hover,
div[id^="tier-arrow-"] > a:focus,
div[id^="tier-arrow-"] > a:focus-within {
	opacity: 1;
	color: var(--primary) !important;
}

div[id^="tier-arrow-"] > a[id^="tier-prev-"] {
	left: -1.5rem;
}

div[id^="tier-arrow-"] > a[id^="tier-next-"] {
	right: -1.5rem;
}

div[id^="tier-arrow-"] > a > i {
	font-size: 3rem;
}

.bpass-group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-color: rgba(255,255,255,1);
	border-top: none;
	height: 100%;
}

.bpass-group > .alert {
	border-radius: 0 !important;
	padding: 0.5rem !important;
	text-align: center;
}

.bpass-level {
	text-shadow: none !important;
	font-size: 0.75rem !important;
}

.item-group {
	position: relative;
	border: 0.0625rem solid #d6d8db;
}

.item-group.lock-reward img,
.item-group.no-reward img {
	filter: grayscale(0.975) brightness(1.15);
}

.item-group.lock-reward:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('../img/osro/icon/lock.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(90% - 3rem);
	z-index: 998;
}

.item-group > img {
	margin: 0 auto;
	min-height: 4.6875rem;
	min-height: 6.25rem;
	padding: 0.5rem 0;
}

.item-group > .item-amount {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	text-align: right;
	font-weight: bold;
	color: var(--secondary);
	font-size: 0.675rem;
	z-index: 999;
	padding: 0.125rem;
	min-width: 2rem;
	text-align: center;
	border: 0.0625rem solid rgba(0,0,0,0.25);
	background-color: rgba(255,255,255,0.75);
	border-radius: 0.125rem;
}

.item-group > .item-name {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0.75rem;
	font-size: 0.675rem !important;
	background-color: rgba(255,255,255,0.75);
	z-index: 1000;
	padding: 0.25rem 0;
}

.btn-bpass-wrap {
	position: fixed;
	z-index: 1020;
	bottom: 1.5rem;
	left: 1.5rem;
}

.btn-bpass-wrap > #btn-bpass {
	height: 5rem;
	width: 9rem;
	display: block;
	text-decoration: none;
	background-image: url('../img/osro/btn_bpass.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.25s ease-in-out;
}

.btn-bpass-wrap > #btn-bpass:hover,
.btn-bpass-wrap > #btn-bpass:focus,
.btn-bpass-wrap > #btn-bpass:focus-within {
	filter: brightness(1.15) contrast(1.05) saturate(1.15);
	zoom: 1.1;
}

tr[id^="woe-guild-details-"]:not(.active), 
tr[id^="koe-guild-details-"]:not(.active) {
	max-height: 0%;
	visibility: hidden;
	position: absolute;
}

tr[id^="woe-guild-details-"].active,
tr[id^="koe-guild-details-"].active {
	max-height: 100%;
	visibility: visible;
}

tr[id^="woe-guild-details-"] p {
	font-size: 0.75rem !important;
	margin-bottom: 0.125rem !important;
}

table > tbody > tr[id^="woe-guild-id-"],
table > tbody > tr[id^="koe-guild-id-"],
table > tbody > tr[id^="woe-stat-id-"] {
	cursor: pointer;
}

table > tbody > tr[id^="woe-guild-id-"]:nth-child(4n-0),
table > tbody > tr[id^="koe-guild-id-"]:nth-child(4n-0),
table > tbody > tr[id^="woe-stat-id-"]:nth-child(4n-0) {
	background-color: rgba(255, 255, 255, 0.5);
}

table > tbody > tr[id^="woe-guild-details-"],
table > tbody > tr[id^="koe-guild-details-"],
table > tbody > tr[id^="woe-stat-details-"] {
	background-color: rgba(255, 255, 255, 0.25);
}

table#woe-rank button,
table#woe-rank .btn {
	font-size: 0.75rem !important;
	font-weight: 400 !important;
}

table#woe-rank.horizontal-table td {
	padding: 0.5rem !important;
}

@keyframes pop-out-msg {
    from {opacity: 1; visibility: visible; z-index: 1030;}
    to {opacity: 0; visibility: hidden; z-index: -1;}
}

@-webkit-keyframes pop-out-msg {
    from {opacity: 1; visibility: visible; z-index: 1030;}
    to {opacity: 0; visibility: hidden; z-index: -1;}
}

@keyframes sway {
	0% { transform: rotate(0deg); }
	4.16% { transform: rotate(2.5deg); }
	8.32% { transform: rotate(-2.5deg); }
	12.48% { transform: rotate(5deg); }
	16.64% { transform: rotate(-5deg); }
	20.8% { transform: rotate(2.5deg); }
	24.96% { transform: rotate(-2.5deg); }
	24.97% { transform: rotate(0); }
}
/* ============================================================
   ConquestRO brand layer — gold / espresso / cream over the OSRO base.
   Rebrands Bootstrap's blue primary and adds the "crystal gold" signature.
   ============================================================ */

/* Content links not given a specific colour elsewhere */
a { color: var(--cq-amber); }
a:hover, a:focus { color: var(--cq-gold); }

::selection { background: rgba(242, 194, 48, 0.35); color: var(--cq-ink); }

/* Bootstrap primary -> treasure gold (crystal gradient) */
.btn-primary {
	background: var(--cq-crystal) !important;
	border: none !important;
	color: var(--cq-espresso) !important;
	font-weight: 700;
	box-shadow: 0 0.25rem 1rem rgba(242, 194, 48, 0.32);
	transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	filter: brightness(1.06);
	color: var(--cq-ink) !important;
	box-shadow: var(--cq-glow-shadow);
	transform: translateY(-1px);
}
.btn-outline-primary {
	color: var(--cq-amber) !important;
	border-color: var(--cq-gold) !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	background: var(--cq-crystal) !important;
	color: var(--cq-espresso) !important;
	border-color: var(--cq-gold) !important;
}
.badge-primary { background-color: var(--cq-gold) !important; color: var(--cq-espresso) !important; }
.text-primary  { color: var(--cq-amber) !important; }
.bg-primary    { background: var(--cq-crystal) !important; color: var(--cq-espresso) !important; }

/* Brand-gold keyboard focus ring */
a:focus-visible, button:focus-visible, .btn:focus-visible,
input:focus-visible, select:focus-visible {
	outline: 2px solid var(--cq-gold);
	outline-offset: 2px;
}

/* Signature: crystal-gold installer / download tiles */
.download-group:hover, .download-group:focus, .download-group:focus-within {
	border-color: var(--cq-gold) !important;
	background: var(--cq-crystal) !important;
	box-shadow: var(--cq-glow-shadow);
}
.download-group:hover > i, .download-group:focus > i, .download-group:focus-within > i,
.download-group:hover > span, .download-group:focus > span, .download-group:focus-within > span {
	color: var(--cq-espresso) !important;
}

/* Section eyebrows pick up the gold */
.sub-header > i { color: var(--cq-gold); }

/* Ranking cards (woeserver-style): a thin gold crown-line under each header */
.card.bg-dark > .card-header { border-bottom: 2px solid var(--cq-gold); }
