/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2026 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * https://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.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;
	outline: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: var(--webenginecolor27);
    border: 1px solid var(--webenginecolor16);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--webenginecolor1);
}

.btn-primary {
    color: var(--webenginecolor9);
    background-color: var(--webenginecolor8);
	border-color: var(--webenginecolor10);
    transition: all .1s ease-in;
	border-radius: 3px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: var(--webenginecolor12) !important;
    background-color: var(--webenginecolor11) !important;
	border-color: var(--webenginecolor13) !important;
}

.form-horizontal .control-label {
	text-align: left !important;
}
/* Gaia reference redesign */
:root {
	--gaia-green: #72df35;
	--gaia-deep: #00170e;
	--gaia-border: #34442b;
	--gaia-gold: #827b4d;
	--gaia-text: #c3c8c1;
}

html { min-width: 0; background: #000; }
body {
	background: #000 !important;
	color: var(--gaia-text);
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
a { color: var(--gaia-green); }
a:hover, a:focus { color: #b4ff76; text-decoration: none; }

.global-top-bar {
	position: absolute;
	z-index: 5;
	top: 8px;
	left: 0;
	background: transparent;
	padding: 0;
}
.global-top-bar .global-top-bar-content { width: 980px; }
.global-top-bar .global-top-bar-content > .row > div:first-child { opacity: .75; }
.global-top-bar .global-top-bar-content > .row > div:last-child { display: none; }

#header {
	position: relative;
	width: 1024px;
	height: 278px;
	margin: 0 auto;
	padding: 0;
	background: url('../USARESTE.png') no-repeat top center;
	background-size: 1024px auto;
	overflow: hidden;
}
#header:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 91%, rgba(0,0,0,.2));
	pointer-events: none;
}
.header-particles {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.webengine-mu-logo {
	position: absolute;
	z-index: 2;
	display: block;
	width: 820px;
	height: auto;
	left: 50%;
	top: -120px;
	transform: translateX(-50%);
	pointer-events: none;
	user-select: none;
}
.hero-online {
	position: absolute;
	z-index: 3;
	top: 17px;
	right: 38px;
	width: 316px;
	height: 32px;
	border: 1px solid #274824;
	border-radius: 14px;
	background: #001208;
	display: flex;
	align-items: center;
	padding: 0 13px;
	gap: 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
.hero-online-bar { flex: 1; height: 10px; background: #163c16; border-radius: 5px; overflow: hidden; }
.hero-online-bar i { display: block; height: 100%; background: linear-gradient(90deg,#95ff51,#37a926); }
.hero-online strong { color: #82ed43; font-size: 14px; }

#navbar {
	width: 1024px;
	height: 52px;
	margin: 0 auto;
	background:
		radial-gradient(ellipse at 50% 15%, rgba(13,59,37,.42) 0%, rgba(2,28,17,.18) 42%, transparent 70%),
		linear-gradient(90deg,#000704 0%,#00150c 18%,#021f14 50%,#00150c 82%,#000704 100%);
	border-top: 1px solid #6b7048;
	border-bottom: 1px solid #756b43;
	box-shadow:
		inset 0 12px 20px rgba(0,0,0,.34),
		inset 0 -12px 22px rgba(0,0,0,.58),
		inset 18px 0 30px rgba(0,0,0,.45),
		inset -18px 0 30px rgba(0,0,0,.45),
		0 3px 12px #000;
	backdrop-filter: none;
}
#navbar ul { display: flex; justify-content: center; height: 50px; }
#navbar ul li { flex: 0 1 145px; font-size: 13px; position: relative; }
#navbar ul li + li:before { content: ""; position: absolute; left: 0; top: 19px; width: 1px; height: 13px; background: #334529; }
#navbar ul li a { display: block; padding: 17px 8px; color: #eee !important; }
#navbar ul li a:hover { color: var(--gaia-green) !important; text-shadow: 0 0 8px #41d72e; }

#container {
	width: 1024px;
	margin: 0 auto;
	padding: 24px 17px 55px;
	background:
		radial-gradient(ellipse at 50% 0, rgba(0,42,25,.36), transparent 48%),
		linear-gradient(90deg,#010503,#000 25%,#000 75%,#010503);
	border-radius: 0;
}
#content {
	display: flow-root;
	min-height: 700px;
	padding: 0;
	overflow: visible;
}
#content > .col-xs-12, #content > .col-xs-8, #content > .col-xs-4 { padding: 0; }

.gaia-home { display: grid; grid-template-columns: 232px minmax(0, 442px) 290px; gap: 14px; align-items: start; }
.gaia-column { min-width: 0; }
.gaia-panel {
	position: relative;
	margin: 0 0 16px;
	background:
		radial-gradient(ellipse at 50% 28%, rgba(8,48,29,.32) 0%, rgba(1,24,14,.12) 45%, transparent 72%),
		linear-gradient(135deg, rgba(12,50,31,.16), transparent 36%),
		linear-gradient(180deg,#00170e 0%,#00120b 48%,#000805 100%);
	border: 1px solid #596041;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 18px;
	border-image-outset: 7px;
	border-image-repeat: stretch;
	border-radius: 2px;
	box-shadow:
		inset 0 0 0 1px rgba(117,139,75,.08),
		inset 0 14px 24px rgba(0,0,0,.18),
		inset 0 -22px 34px rgba(0,0,0,.56),
		inset 15px 0 28px rgba(0,0,0,.38),
		inset -15px 0 28px rgba(0,0,0,.38),
		0 4px 12px rgba(0,0,0,.3);
	padding: 0;
}
.gaia-panel:before, .gaia-panel:after,
.panel-general:before, .panel-general:after,
.panel-news:before, .panel-news:after,
.panel-sidebar:before, .panel-sidebar:after,
.panel-addstats:before, .panel-addstats:after,
.panel-downloads:before, .panel-downloads:after {
	display: none;
}
.gaia-panel:before,
.panel-general:before, .panel-news:before, .panel-sidebar:before,
.panel-addstats:before, .panel-downloads:before {
	top: -37px;
	left: -31px;
}
.gaia-panel:after,
.panel-general:after, .panel-news:after, .panel-sidebar:after,
.panel-addstats:after, .panel-downloads:after {
	right: -31px;
	bottom: -37px;
	transform: rotate(180deg);
}
.gaia-panel h2, .gaia-panel h3 {
	position: relative;
	z-index: 3;
	font-family: Cinzel, serif;
	color: #c8c9b9;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #293529;
	font-weight: 400;
	text-shadow: 0 1px 2px #000;
}
.gaia-panel h3 { font-size: 16px; padding: 15px 8px; }
.gaia-panel h2 { font-size: 21px; padding: 15px 20px; text-align: left; }
.login-panel { padding-bottom: 17px; }
.login-panel form { padding: 15px 18px 5px; }
.gaia-input { margin-bottom: 12px; }
.gaia-input input {
	width: 100%;
	height: 37px;
	padding: 0 12px;
	background: rgba(0,5,3,.75);
	border: 1px solid #39502d;
	border-radius: 4px;
	color: #eee;
	font-size: 12px;
}
.gaia-input input:focus { border-color: #65c83a; outline: none; box-shadow: 0 0 8px rgba(71,209,44,.25); }
.gaia-button {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #148322;
	border-radius: 4px;
	background: linear-gradient(#0b7f1e,#00520e);
	color: #fff !important;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 1px 2px #000;
}
.gaia-button:hover { filter: brightness(1.25); }
.login-link { display: block; margin: 5px 23px; font-size: 12px; }
.user-panel { padding-bottom: 15px; }
.user-panel ul { list-style: none; margin: 10px 20px; padding: 0; }
.user-panel li { border-bottom: 1px solid #253326; padding: 6px 0; }
.user-panel img { width: 22px; margin-right: 7px; }

.ranking-widget table, .server-panel table { width: 100%; border-collapse: collapse; }
.ranking-widget th, .ranking-widget td, .server-panel td { padding: 9px 11px; border-bottom: 1px solid #27372b; font-size: 12px; }
.ranking-widget th { color: #aeb4ac; font-size: 10px; font-weight: 400; }
.ranking-widget th:first-child, .ranking-widget td:first-child { width: 30px; text-align: center; }
.ranking-widget th:last-child, .ranking-widget td:last-child, .server-panel td:last-child { text-align: right; }
.ranking-widget td a { color: #c7cbc5; }
.panel-more {
	display: block;
	padding: 7px 5px 9px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}
.ranking-empty {
	margin: 0;
	padding: 12px 8px 5px;
	color: #8e978d;
	font-size: 11px;
	text-align: center;
}

.news-panel { min-height: 720px; }
.gaia-news { padding: 16px 15px; border-bottom: 1px solid #27372b; }
.news-art {
	height: 143px;
	margin-bottom: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 1px solid #39522c;
}
.news-copy { display: flex; gap: 12px; }
.news-copy time { flex: 0 0 48px; height: 57px; padding: 5px 0; border: 1px solid #345528; border-radius: 3px; color: #72dd39; text-align: center; }
.news-copy time b { display: block; font-size: 21px; line-height: 25px; }
.news-copy h3 { padding: 2px 0 7px; border: 0; text-align: left; font-family: "PT Sans",sans-serif; font-size: 17px; }
.news-copy h3 a { color: #79df3b; }
.news-copy p { margin: 0; color: #b7bbb7; font-size: 12px; line-height: 1.55; }
.read-more { display: block; text-align: right; padding-top: 7px; font-size: 12px; }
.gaia-news:not(.featured-news) .news-copy time { display: none; }
.gaia-news:not(.featured-news) { padding: 12px 15px; }
.gaia-news:not(.featured-news) .news-copy h3 { font-size: 15px; }
.all-news { display: block; padding: 22px; text-align: center; }
.empty-news { padding: 50px 20px; text-align: center; }

.reference-banner {
	display: flex;
	width: 100%;
	height: 100px;
	margin: 0 0 3px;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.08;
	text-shadow: 0 2px 3px #000;
	box-shadow: none;
	transform: translateZ(0);
	transition: transform .25s ease, filter .25s ease;
}
.download-banner { background-image: url('../img/descargar-boton.png'); }
.download-banner { margin-top: -10px; }
.register-banner {
	background-image: url('../img/registro-boton.png');
	margin-bottom: 13px;
}
.reference-banner:hover {
	color: #fff;
	filter: brightness(1.08) saturate(1.04);
	transform: translateY(-1px) scale(1.01);
}
.register-banner:hover {
	filter: brightness(1.08) saturate(1.04);
}
.reference-banner span { display: none; }
.server-panel td:first-child { color: #c5cac4; }
.server-panel td:last-child { color: #d0d3cf; }
.server-panel .server-online { color: var(--gaia-green) !important; font-weight: 700; }
.server-panel .server-offline { color: #d94b43 !important; font-weight: 700; }
.discord-panel { padding-bottom: 17px; }
.discord-content { display: flex; align-items: center; gap: 12px; padding: 17px 20px 10px; }
.discord-content img { width: 72px; height: 60px; }
.discord-content p { font-size: 12px; line-height: 1.6; margin: 0; }
.discord-panel .gaia-button { width: auto; margin: 0 20px; }
.whatsapp-panel { padding-bottom: 17px; }
.whatsapp-content { display: flex; align-items: center; gap: 12px; padding: 17px 20px 10px; }
.whatsapp-content p { font-size: 12px; line-height: 1.6; margin: 0; }
.whatsapp-icon { flex: 0 0 66px; width: 66px; height: 66px; padding: 10px; border-radius: 50%; background: #22b65b; }
.whatsapp-icon svg { width: 100%; height: 100%; fill: #fff; }
.whatsapp-panel .gaia-button { width: auto; margin: 0 20px; }

/* Standard inner modules inherit the same visual language. */
#content > .col-xs-12:not(:has(.gaia-home)), #content > .col-xs-8 {
	background: rgba(0,22,13,.92);
	border: 1px solid var(--gaia-border);
	padding: 22px;
	color: #c4c9c3;
}
.page-title { color: var(--gaia-green); font-family: Cinzel,serif; }
.panel-general, .panel-news, .panel-sidebar, .panel-addstats, .panel-downloads {
	position: relative;
	background:
		radial-gradient(ellipse at 50% 28%, rgba(8,48,29,.32) 0%, rgba(1,24,14,.12) 45%, transparent 72%),
		linear-gradient(135deg, rgba(12,50,31,.16), transparent 36%),
		linear-gradient(180deg,#00170e 0%,#00120b 48%,#000805 100%);
	color: #c4c9c3;
	border: 1px solid #596041;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 18px;
	border-image-outset: 7px;
	border-image-repeat: stretch;
	border-radius: 2px;
	box-shadow:
		inset 0 0 0 1px rgba(117,139,75,.08),
		inset 0 14px 24px rgba(0,0,0,.18),
		inset 0 -22px 34px rgba(0,0,0,.56),
		inset 15px 0 28px rgba(0,0,0,.38),
		inset -15px 0 28px rgba(0,0,0,.38),
		0 4px 12px rgba(0,0,0,.3);
	padding: 0;
}
.panel-sidebar > .panel-heading, .panel-general > .panel-heading { background: #092418 !important; border-bottom-color: #477332 !important; }
.table > tbody > tr > td, .table > thead > tr > th { border-color: #2d3a2e; }
.btn-primary { background: #08731b; border-color: #209333; }

/* User control panel */
.usercp-content,
.usercp-sidebar {
	font-family: 'PT Sans', sans-serif;
}
#content > .usercp-content {
	border: 1px solid #596041;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 18px;
	border-image-outset: 6px;
	border-image-repeat: stretch;
	background:
		radial-gradient(ellipse at 50% 8%, rgba(9,58,34,.25), transparent 48%),
		linear-gradient(180deg,#00170e,#000a06);
	box-shadow: inset 0 -28px 55px rgba(0,0,0,.42), 0 8px 20px rgba(0,0,0,.3);
}
.usercp-content > .page-title {
	margin: 2px 0 17px;
	padding: 4px 10px 13px;
	border-bottom: 1px solid #284331;
	color: #cbcbb9;
	font: 400 25px/1.2 Cinzel, serif;
	letter-spacing: .025em;
	text-shadow: 0 2px 3px #000;
}
.usercp-content > .page-title:not(:first-child) {
	margin-top: 22px;
	padding-top: 10px;
}
.usercp-content .myaccount-table {
	margin: 0;
	border: 1px solid #294332;
	background: rgba(0,13,8,.8);
	color: #aeb9b1;
}
.usercp-content .myaccount-table tr {
	background: transparent !important;
}
.usercp-content .myaccount-table tr:nth-child(even) {
	background: rgba(10,50,30,.13) !important;
}
.usercp-content .myaccount-table tr td {
	padding: 14px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid #263d2e !important;
	color: #aeb9b1;
	vertical-align: middle;
}
.usercp-content .myaccount-table tr:last-child td { border-bottom: 0 !important; }
.usercp-content .myaccount-table tr td:first-child {
	width: 43%;
	color: #d0d4c9;
	font-weight: 700;
}
.usercp-content .btn-primary,
.usercp-sidebar .btn-primary {
	border: 1px solid #239638;
	border-radius: 2px;
	background: linear-gradient(#0a8f24,#056917);
	color: #fff !important;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
}
.usercp-content .label {
	padding: 4px 7px;
	border-radius: 2px;
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
}
.usercp-content .label-default { background: #467b36; }
.usercp-content .label-danger { background: #b44444; }
.usercp-content .label-success { background: #268c39; }
.usercp-content .unstick-table {
	width: 100%;
	margin: 0;
	border: 1px solid #35543d;
	background:
		radial-gradient(ellipse at 50% 0, rgba(17,72,43,.2), transparent 60%),
		#000e08;
	color: #b8c5bc;
	box-shadow: inset 0 0 24px rgba(0,0,0,.5);
}
.usercp-content .unstick-table tr {
	background: transparent !important;
}
.usercp-content .unstick-table tr:first-child {
	background: rgba(10,49,29,.55) !important;
}
.usercp-content .unstick-table td {
	padding: 12px 10px !important;
	border: 0 !important;
	border-bottom: 1px solid #263d2e !important;
	color: #b8c5bc;
	text-align: center;
	vertical-align: middle;
}
.usercp-content .unstick-table tr:first-child td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #d1cfb5;
	font-family: Cinzel, serif;
	font-size: 12px;
	letter-spacing: .04em;
}
.usercp-content .unstick-table tr:last-child td { border-bottom: 0 !important; }
.usercp-content .unstick-table td:first-child { width: 78px; }
.usercp-content .unstick-table td:first-child img {
	width: 52px;
	height: 52px;
	border: 1px solid #64754b;
	border-radius: 2px;
	box-shadow: 0 3px 9px rgba(0,0,0,.7);
}
.usercp-content .unstick-table .unstick-cost {
	color: #87e753;
	font-weight: 700;
}
.usercp-content .unstick-requirements {
	margin-top: 13px;
	padding: 11px 15px;
	border: 1px solid #304b37;
	background: linear-gradient(90deg,rgba(0,12,7,.75),rgba(5,35,20,.8),rgba(0,12,7,.75));
	color: #aebbb2;
}
.usercp-content .unstick-requirements p {
	margin: 0;
	font-size: 12px;
}
.usercp-content .unstick-requirements strong {
	color: #83e64e;
	font-weight: 700;
}
.admincp-button {
	position: fixed;
	top: 14px;
	right: 14px;
	z-index: 1000;
	padding: 9px 17px !important;
	border: 1px solid #78934d !important;
	border-radius: 2px !important;
	background: linear-gradient(180deg,#0c4b29,#042516) !important;
	color: #d7d2aa !important;
	font: 600 12px Cinzel,serif !important;
	letter-spacing: .035em;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
	box-shadow: inset 0 0 12px rgba(42,149,65,.16),0 3px 10px rgba(0,0,0,.65);
	transition: border-color .18s ease,background .18s ease,color .18s ease;
}
.admincp-button:hover,
.admincp-button:focus {
	border-color: #a5bf68 !important;
	background: linear-gradient(180deg,#116437,#07351f) !important;
	color: #fffbd5 !important;
}

/* Downloads, donations and rankings */
.gaia-section-title,
.donation-hero h1 {
	margin: 4px 0 20px;
	color: #d5d0ac !important;
	font: 400 30px/1.15 Cinzel, serif !important;
	letter-spacing: .025em;
	text-align: center;
	text-shadow: 0 2px 3px #000;
}
.donation-hero h1 { margin-bottom: 12px; }
.downloads-availability-notice {
	margin: -8px 0 20px;
	color: #ff3b3b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-shadow: 0 1px 2px #000;
}
.rankings_menu {
	display: flex;
	width: min(100%, 650px);
	margin: 0 auto 18px;
	justify-content: center;
	gap: 7px;
	overflow: visible;
}
.rankings_menu a {
	flex: 1 1 145px;
	width: auto;
	max-width: 190px;
	margin: 0;
	padding: 9px 13px;
	border: 1px solid #405b42;
	border-radius: 2px;
	background: linear-gradient(#08271a,#03140c);
	color: #aeb9b1;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
	transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.rankings_menu a:hover,
.rankings_menu a.active {
	border-color: #77a34b;
	background: linear-gradient(#0d4928,#062517);
	color: #d9d8bd;
}
.rankings-filter-panel {
	display: grid;
	grid-template-columns: minmax(230px, 1fr) auto;
	margin: 0 0 18px;
	padding: 14px 16px;
	align-items: center;
	gap: 18px;
	border: 1px solid #314b38;
	background: linear-gradient(180deg,rgba(4,31,18,.88),rgba(0,13,8,.94));
	box-shadow: inset 0 0 20px rgba(0,0,0,.4);
}
.rankings-search label {
	display: block;
	margin-bottom: 6px;
	color: #bdbb9d;
	font: 400 11px Cinzel,serif;
	letter-spacing: .08em;
}
.rankings-search-field { position: relative; }
.rankings-search-field input {
	width: 100%;
	height: 39px;
	padding: 0 38px 0 13px;
	border: 1px solid #385a40;
	border-radius: 2px;
	outline: 0;
	background: #000b06;
	color: #d7ddd8;
	box-shadow: inset 0 0 12px rgba(0,0,0,.7);
}
.rankings-search-field input:focus { border-color: #75a648; }
.rankings-search-field input::placeholder { color: #68756d; }
#rankings-search-clear {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 36px;
	height: 37px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #829088;
	font-size: 22px;
}
#rankings-search-clear:hover { color: #8ee753; }
.rankings-class-filter {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
}
.rankings-class-filter li { margin: 0; }
.rankings-class-filter-selection {
	width: 58px;
	padding: 5px 3px;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #aab5ad;
	line-height: 1.25;
}
.rankings-class-filter-selection:hover {
	border-color: #496c45;
	background: rgba(24,78,40,.25);
	color: #d5d8ca !important;
}
.rankings-class-filter-selection img {
	width: 36px;
	margin-bottom: 4px;
	border: 1px solid #506348;
	box-shadow: 0 2px 7px #000;
}
.rankings-class-filter-grayscale {
	opacity: .58;
	filter: grayscale(100%);
}
.usercp-sidebar .panel-usercp {
	border: 1px solid #596041;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 18px;
	border-image-outset: 6px;
	border-image-repeat: stretch;
	background:
		radial-gradient(ellipse at 50% 0,rgba(11,61,36,.32),transparent 58%),
		linear-gradient(180deg,#00170e,#000905);
	box-shadow: inset 0 -20px 35px rgba(0,0,0,.5);
}
.usercp-sidebar .panel-usercp > .panel-heading {
	position: relative;
	min-height: 52px;
	padding: 14px 12px;
	border-bottom: 1px solid #284331 !important;
	background: rgba(3,35,21,.72) !important;
	text-align: center;
}
.usercp-sidebar .panel-usercp .panel-title {
	color: #cbcbb9;
	font: 400 14px/1.35 Cinzel, serif;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.usercp-sidebar .panel-usercp .panel-title .btn {
	position: absolute;
	top: 13px;
	right: 10px;
}
.usercp-sidebar .panel-usercp .panel-body { padding: 13px 15px 16px; }
.usercp-sidebar .panel-usercp ul li {
	border-bottom: 1px solid rgba(47,74,56,.55);
	line-height: 35px;
}
.usercp-sidebar .panel-usercp ul li:last-child { border-bottom: 0; }
.usercp-sidebar .panel-usercp ul li a {
	color: #78df45 !important;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	transition: color .18s ease, padding-left .18s ease;
}
.usercp-sidebar .panel-usercp ul li a:hover {
	padding-left: 3px;
	color: #b9f19c !important;
	text-decoration: none;
}
.usercp-sidebar .panel-usercp ul li img {
	width: 23px;
	height: 23px;
	margin-right: 8px;
}
.usercp-sidebar .usercp-logout-button,
.user-panel .usercp-logout-button {
	display: flex;
	width: 100%;
	margin-top: 13px;
	padding: 9px 12px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #6e603d;
	border-radius: 2px;
	background: linear-gradient(180deg,#382315,#1b100a);
	color: #d4c797 !important;
	font: 600 11px Cinzel,serif;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
	transition: border-color .18s ease,background .18s ease,color .18s ease;
}
.usercp-sidebar .usercp-logout-button span,
.user-panel .usercp-logout-button span {
	color: #95c95e;
	font-family: Arial,sans-serif;
	font-size: 15px;
	line-height: 1;
}
.usercp-sidebar .usercp-logout-button:hover,
.user-panel .usercp-logout-button:hover {
	border-color: #a18a50;
	background: linear-gradient(180deg,#4c301b,#29170d);
	color: #fff3c2 !important;
}
.user-panel .usercp-logout-button {
	width: auto;
	margin: 12px 20px 0;
}
.usercp-content .row.text-center { margin: 0 -7px; }
.usercp-content .row.text-center > [class*="col-"] {
	padding: 8px 7px;
	color: #8f9d93;
}
.usercp-content .myaccount-character-name {
	min-height: 25px;
	color: #d0d4c9;
	font-size: 13px;
}
.usercp-content .myaccount-character-name a {
	color: #86e953;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
}
.usercp-content .myaccount-character-block {
	position: relative;
	padding: 4px;
	border: 1px solid #526b42;
	border-radius: 2px;
	background: #03150c;
	box-shadow: inset 0 0 16px rgba(0,0,0,.7),0 4px 12px rgba(0,0,0,.35);
}
.usercp-content .myaccount-character-block img {
	display: block;
	width: 100%;
	max-width: 118px;
	border-radius: 1px;
}
.usercp-content .myaccount-character-block-location {
	margin: 7px 0 2px;
	color: #829087;
	font-size: 11px;
	line-height: 1.35;
}
.usercp-content .myaccount-character-block-level {
	top: -54px;
	border: 1px solid rgba(129,208,79,.4);
	border-radius: 2px;
	background: rgba(0,16,8,.82);
	color: #b9ef9b;
}

/* Donation hub */
.donation-hub {
	max-width: 940px;
	margin: 0 auto;
	color: #c7cec6;
}
.donation-hero {
	padding: 14px 20px 28px;
	text-align: center;
}
.donation-kicker {
	display: block;
	margin-bottom: 7px;
	color: #75866c;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}
.donation-hero h1 {
	margin: 0 0 9px;
	color: #78e53c;
	font-family: Cinzel, serif;
	font-size: 34px;
	font-weight: 400;
	text-shadow: 0 0 16px rgba(82,223,45,.2);
}
.donation-hero p { margin: 0; color: #939e96; }
.donation-account-notice {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: -8px 28px 22px;
	padding: 12px 16px;
	border: 1px solid #8f7131;
	background: rgba(92, 55, 8, .28);
	color: #e6d9ad;
	font-size: 13px;
	line-height: 1.45;
}
.donation-account-notice-icon {
	display: flex;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border: 1px solid #b58d33;
	border-radius: 50%;
	color: #f2c94c;
	font-weight: 700;
}
.donation-account-notice p { margin: 0; }
.donation-account-notice strong { color: #f2c94c; }
.donation-methods {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 18px;
}
.donation-method, .donation-terms {
	position: relative;
	background:
		radial-gradient(ellipse at 50% 10%,rgba(13,62,38,.32),transparent 55%),
		linear-gradient(180deg,#00170e,#000a06);
	border: 1px solid #596041;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 18px;
	border-image-outset: 5px;
	border-image-repeat: stretch;
	box-shadow: inset 0 -25px 45px rgba(0,0,0,.46),0 8px 22px rgba(0,0,0,.35);
}
.donation-method {
	display: flex;
	min-height: 370px;
	padding: 30px 28px 27px;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.payment-brand {
	position: relative;
	display: flex;
	width: 116px;
	height: 116px;
	margin: 7px 0 22px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	box-shadow: inset 0 0 28px rgba(0,0,0,.42),0 0 22px rgba(0,0,0,.35);
}
.payment-brand-paypal { background: radial-gradient(circle,#eff8ff 0%,#d8edfa 70%,#a9cfeb 100%); }
.paypal-p {
	position: absolute;
	font-family: Arial,sans-serif;
	font-size: 74px;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
}
.paypal-p-back { left: 31px; top: 17px; color: #123a94; }
.paypal-p-front { left: 45px; top: 29px; color: #19a9ee; opacity: .9; }
.payment-brand-mp {
	background: radial-gradient(circle at 35% 25%,#41b6f1,#0584c7 65%,#046aa4);
	border-color: #4ec4fb;
}
.payment-brand-mp span {
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: -3px;
	text-shadow: 0 2px 5px rgba(0,0,0,.35);
}
.payment-copy { flex: 1; }
.payment-label { color: #718176; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; }
.payment-copy h2 {
	margin: 6px 0 10px;
	color: #e2e3d6;
	font-family: Cinzel,serif;
	font-size: 25px;
	font-weight: 400;
}
.payment-copy p { max-width: 310px; margin: 0 auto; color: #a3ada6; line-height: 1.6; }
.payment-button {
	display: block;
	width: 100%;
	margin-top: 24px;
	padding: 12px 10px;
	border-radius: 3px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 1px 2px #000;
	transition: filter .2s ease,transform .2s ease;
}
.payment-button:hover { filter: brightness(1.14); transform: translateY(-1px); }
.payment-button-paypal { background: linear-gradient(#1774c8,#084d96); border: 1px solid #248be4; }
.payment-button-mp { background: linear-gradient(#159edb,#0877af); border: 1px solid #36baf3; }
.payment-button-disabled {
	background: #17231d;
	border: 1px solid #34473c;
	color: #758178 !important;
	cursor: default;
}
.payment-button-disabled:hover { filter: none; transform: none; }
.donation-terms { margin-top: 24px; padding: 27px 32px 25px; }
.terms-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 19px; }
.terms-heading .donation-kicker { margin-bottom: 3px; }
.terms-heading h2 {
	margin: 0;
	color: #d4d6c9;
	font-family: Cinzel,serif;
	font-size: 20px;
	font-weight: 400;
}
.terms-icon {
	display: flex;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid #7d7946;
	border-radius: 50%;
	color: #cfca82;
	font-family: Cinzel,serif;
	font-size: 22px;
	box-shadow: inset 0 0 14px rgba(99,107,48,.24);
}
.donation-terms ul {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 10px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.donation-terms li {
	position: relative;
	padding-left: 17px;
	color: #9fa9a1;
	font-size: 12px;
	line-height: 1.55;
}
.donation-terms li:before {
	content: "◆";
	position: absolute;
	top: 1px;
	left: 0;
	color: #638c4a;
	font-size: 8px;
}
.terms-acceptance {
	margin: 21px 0 0;
	padding-top: 16px;
	border-top: 1px solid #29372d;
	color: #758077;
	font-size: 11px;
	text-align: center;
}

/* PayPal Gaia Coins packs */
.paypal-packs { max-width: 940px; margin: 0 auto; color: #c4cbc4; }
.packs-hero { padding: 10px 15px 27px; text-align: center; }
.packs-hero h1 {
	margin: 0 0 8px;
	color: #75e33b;
	font-family: Cinzel,serif;
	font-size: 32px;
	font-weight: 400;
	text-shadow: 0 0 15px rgba(91,225,52,.2);
}
.packs-hero p { margin: 0; color: #8f9b92; }
.packs-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 18px;
}
.coin-pack {
	position: relative;
	padding: 25px 19px 20px;
	background:
		radial-gradient(circle at 50% 22%,rgba(26,85,48,.38),transparent 40%),
		linear-gradient(180deg,#00190f,#000905);
	border: 1px solid #596041;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 17px;
	border-image-outset: 4px;
	border-image-repeat: stretch;
	box-shadow: inset 0 -24px 36px rgba(0,0,0,.5),0 7px 18px rgba(0,0,0,.35);
	text-align: center;
	transition: transform .2s ease,filter .2s ease;
}
.coin-pack:hover { transform: translateY(-3px); filter: brightness(1.06); }
.mercadopago-packs .coin-pack { border-color: #245847; }
.mercadopago-packs .coin-pack:before { background: linear-gradient(90deg, transparent, #36b58a, transparent); }
.mp-coin-emblem {
	border-color: #36b58a;
	box-shadow: inset 0 0 14px rgba(0, 158, 227, .18), 0 0 14px rgba(0, 158, 227, .08);
}
.mp-coin-emblem span { color: #5bc5f2; text-shadow: 0 0 9px rgba(0, 158, 227, .55); }
.mp-buy-button {
	border-color: #3cc3ef;
	background: linear-gradient(180deg, #18aee5 0%, #087cae 100%);
}
.mp-buy-button:hover { background: linear-gradient(180deg, #31bced 0%, #0a8fc6 100%); }

/* Server information */
.gaia-info-page {
	max-width: 950px;
	margin: 0 auto;
	padding: 4px 5px 28px;
	color: #b8c1b9;
	font-size: 12px;
}
.gaia-info-hero,
.gaia-info-section {
	position: relative;
	margin-bottom: 18px;
	border: 1px solid #2b5036;
	border-image-source: url('../MODULO.png');
	border-image-slice: 155;
	border-image-width: 18px 19px;
	border-image-outset: 5px 15px;
	border-image-repeat: stretch;
	background:
		radial-gradient(ellipse at 50% 0, rgba(12, 69, 39, .3), transparent 58%),
		linear-gradient(135deg, rgba(1, 28, 16, .96), rgba(0, 10, 6, .98) 70%);
	box-shadow: inset 0 0 28px rgba(0, 0, 0, .72), 0 8px 18px rgba(0, 0, 0, .2);
}
.gaia-info-hero:before,
.gaia-info-hero:after,
.gaia-info-section:before,
.gaia-info-section:after {
	display: none;
}
.gaia-info-hero {
	padding: 30px 25px 27px;
	text-align: center;
}
.gaia-info-hero h1 {
	margin: 5px 0 6px;
	color: #d3d0b9;
	font: 400 29px/1.2 Cinzel, serif;
	letter-spacing: .045em;
	text-shadow: 0 2px 3px #000, 0 0 13px rgba(77, 211, 60, .2);
}
.gaia-info-hero p { margin: 0; color: #7f9085; text-transform: uppercase; letter-spacing: .08em; }
.gaia-info-section { padding: 0 18px 17px; }
.gaia-info-section > h2 {
	margin: 0 -18px 13px;
	padding: 11px 18px 10px 23px;
	border-bottom: 1px solid #284331;
	color: #c8c9b9;
	font: 400 15px/1.2 Cinzel, serif;
	letter-spacing: .035em;
	background: linear-gradient(90deg, rgba(14, 68, 38, .3), rgba(0, 0, 0, .05));
}
.gaia-info-section > h2:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 13px;
	margin: 0 9px -2px 0;
	background: #68d838;
	box-shadow: 0 0 8px rgba(104, 216, 56, .45);
}
.gaia-info-rules {
	padding: 19px 25px 20px;
	border-color: #416d31;
	background:
		radial-gradient(ellipse at 75% 10%, rgba(38, 102, 40, .18), transparent 45%),
		linear-gradient(135deg, #071c10, #020b06);
}
.gaia-info-rules > h2 { margin: 0 0 10px; padding: 0; border: 0; background: none; color: #8be14a; }
.gaia-info-rules > h2:before { display: none; }
.gaia-info-rules ul,
.gaia-list-grid ul { margin: 0; padding: 0; list-style: none; }
.gaia-info-rules li { margin: 5px 0; }
.gaia-info-rules li:before,
.gaia-list-grid li:before { content: "›"; margin-right: 8px; color: #6fe436; }
.gaia-info-table { border-top: 1px solid #233d2c; border-left: 1px solid #233d2c; }
.gaia-info-table .info-row {
	display: grid;
	grid-template-columns: 34% 66%;
	min-height: 34px;
	border-bottom: 1px solid #233d2c;
}
.gaia-info-table .info-row > * {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	border-right: 1px solid #233d2c;
}
.gaia-info-table strong { color: #d0d6cb; font-size: 11px; font-weight: 600; }
.gaia-info-table span { color: #9eaaa1; }
.gaia-info-table .info-row:nth-child(even) { background: rgba(11, 54, 31, .12); }
.gaia-info-table.rate-table .info-row { grid-template-columns: 64% 18% 18%; }
.gaia-info-table.rate-table span { justify-content: center; text-align: center; }
.gaia-info-table .table-head { min-height: 29px; background: rgba(23, 83, 45, .25); }
.gaia-info-table .table-head > * { color: #81d953; font-size: 9px; letter-spacing: .07em; justify-content: center; }
.gaia-info-table .table-head strong { justify-content: flex-start; }
.gaia-vip-section {
	background:
		radial-gradient(ellipse at 50% 0,rgba(87,154,45,.14),transparent 60%),
		linear-gradient(180deg,rgba(1,29,16,.96),rgba(0,12,7,.98));
}
.gaia-vip-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 9px 12px;
}
.gaia-vip-benefit {
	display: flex;
	min-height: 48px;
	padding: 11px 13px;
	align-items: center;
	gap: 10px;
	border: 1px solid #35563a;
	background: linear-gradient(100deg,rgba(8,52,28,.38),rgba(0,12,7,.72));
	box-shadow: inset 0 0 13px rgba(0,0,0,.34);
}
.gaia-vip-benefit span {
	flex: 0 0 auto;
	color: #91e65d;
	font-size: 10px;
	text-shadow: 0 0 8px rgba(90,255,78,.65);
}
.gaia-vip-benefit p {
	margin: 0;
	color: #b8c4bc;
	font-size: 11px;
	line-height: 1.45;
}
.gaia-zone-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.gaia-zone-grid article {
	min-height: 115px;
	padding: 16px 14px;
	border: 1px solid #385b2d;
	background: radial-gradient(circle at 100% 100%, rgba(46, 116, 48, .2), transparent 50%), rgba(0, 9, 5, .75);
}
.gaia-zone-grid h3,
.gaia-list-grid h3 { margin: 0 0 9px; color: #79dc43; font: 400 13px Cinzel, serif; }
.gaia-zone-grid p { margin: 0; color: #9eaaa1; line-height: 1.65; }
.gaia-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.gaia-list-grid > div { padding: 16px 18px; border: 1px solid #2d4b35; background: rgba(0, 9, 5, .7); }
.gaia-list-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }
.gaia-list-grid li { padding: 7px 4px; border-bottom: 1px solid rgba(61, 91, 69, .35); }
.pack-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 3px 7px;
	border: 1px solid #72824d;
	background: #152c19;
	color: #a8cf70;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .7px;
}
.coin-emblem {
	display: flex;
	width: 72px;
	height: 72px;
	overflow: hidden;
	margin: 3px auto 14px;
	align-items: center;
	justify-content: center;
	border: 1px solid #717545;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%,#45b42c,#0d4e19 55%,#03190b 100%);
	box-shadow: inset 0 0 14px rgba(0,0,0,.55),0 0 16px rgba(70,187,45,.18);
}
.coin-emblem span {
	color: #d6d697;
	font-family: Cinzel,serif;
	font-size: 35px;
	text-shadow: 0 2px 4px #000;
}
.coin-emblem img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transform: scale(1.14);
}
.pack-number { color: #708077; font-size: 9px; font-weight: 700; letter-spacing: 1.6px; }
.coin-pack h2 { margin: 7px 0 0; color: #e1e3d5; font-family: Cinzel,serif; font-size: 29px; font-weight: 400; }
.coin-pack > strong { display: block; color: #70db38; font-size: 11px; letter-spacing: 1px; }
.pack-price { margin: 18px 0 14px; padding-top: 14px; border-top: 1px solid #293a2e; }
.pack-price small { margin-right: 5px; color: #718078; font-size: 10px; }
.pack-price span { color: #fff; font-size: 21px; font-weight: 700; }
.pack-buy-button {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #158b29;
	border-radius: 3px;
	background: linear-gradient(#0b861f,#055912);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-shadow: 0 1px 2px #000;
	transition: filter .2s ease;
}
.pack-buy-button:hover { filter: brightness(1.18); }
.pack-featured { border-color: #7f8148; }
.packs-notice {
	display: flex;
	margin-top: 24px;
	padding: 15px 18px;
	align-items: center;
	gap: 12px;
	border: 1px solid #30442f;
	background: rgba(0,22,13,.84);
}
.packs-notice > span {
	display: flex;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border: 1px solid #657147;
	border-radius: 50%;
	color: #bec783;
	font-family: Cinzel,serif;
}
.packs-notice p { margin: 0; color: #89958c; font-size: 11px; line-height: 1.5; }
.packs-empty { padding: 45px 20px; border: 1px solid #344a35; background: #00150c; text-align: center; }

.footer {
	position: relative;
	width: 1024px;
	min-height: 150px;
	clear: both;
	margin: 0 auto;
	padding: 52px 70px 25px;
	border-radius: 0;
	background: #000 url('../USARESTE.png') no-repeat center -1368px;
	background-size: 1024px auto;
	border: 0;
	color: #d3d8ce;
	text-align: center;
	overflow: hidden;
}
.footer:before {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 50%;
	display: block;
	width: 250px;
	height: 115px;
	content: "";
	transform: translateX(-50%);
	background:
		radial-gradient(ellipse at center,rgba(191,255,137,.92) 0 2%,rgba(46,255,76,.7) 4%,rgba(12,206,53,.4) 12%,rgba(0,126,39,.2) 28%,transparent 68%);
	filter: blur(.4px);
	mix-blend-mode: screen;
	animation: footerCoreGlow 2.8s ease-in-out infinite alternate;
	pointer-events: none;
}
.footer:after {
	position: absolute;
	z-index: 1;
	top: 45px;
	left: 50%;
	width: 9px;
	height: 9px;
	content: "";
	transform: translateX(-50%) rotate(45deg);
	border-radius: 1px;
	background: #b9ff83;
	box-shadow: 0 0 5px #e3ffc8,0 0 13px #36ff50,0 0 28px #0bd63e,0 0 52px #03902c;
	animation: footerGemPulse 1.9s ease-in-out infinite alternate;
	pointer-events: none;
}
.footer-particles {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.footer-container { position: relative; z-index: 3; }
.footer p {
	display: none;
}
@keyframes footerCoreGlow {
	from { opacity: .76; transform: translateX(-50%) scale(.9); }
	to { opacity: 1; transform: translateX(-50%) scale(1.16); }
}
@keyframes footerGemPulse {
	from { opacity: .82; box-shadow: 0 0 4px #e3ffc8,0 0 11px #36ff50,0 0 23px #0bd63e,0 0 40px #03902c; }
	to { opacity: 1; box-shadow: 0 0 7px #fff,0 0 18px #69ff72,0 0 38px #16ed49,0 0 68px #04a934; }
}
@media (prefers-reduced-motion: reduce) {
	.footer:before,
	.footer:after { animation: none; }
}

@media (max-width: 1030px) {
	#header, #navbar, #container, .footer { width: 100%; }
	#header { background-size: 1024px auto; background-position: top center; }
	.global-top-bar .global-top-bar-content { width: 94%; }
	.gaia-home { grid-template-columns: 220px minmax(360px,1fr); }
	.gaia-right { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
	.gaia-right > * { margin-bottom: 0; }
}
@media (max-width: 720px) {
	.global-top-bar { display: none; }
	#header { height: 195px; background-size: 720px auto; }
	.webengine-mu-logo { left: 50%; top: -78px; width: 570px; height: auto; transform: translateX(-50%); }
	.hero-online {
		top: 8px;
		right: 7px;
		width: 235px;
		height: 29px;
		transform: scale(.78);
		transform-origin: top right;
	}
	#navbar { height: auto; }
	#navbar ul { height: auto; flex-wrap: wrap; padding: 4px 0; }
	#navbar ul li { flex: 1 0 50%; font-size: 11px; }
	#navbar ul li + li:before { display: none; }
	#navbar ul li a { padding: 10px 5px; }
	#container { padding: 15px 12px 30px; }
	#content { min-height: 0; }
	#content > .col-xs-12,
	#content > .col-xs-8,
	#content > .col-xs-4 {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.gaia-home { display: flex; flex-direction: column; }
	.gaia-column { width: 100%; }
	.gaia-center { order: 1; }
	.gaia-left { order: 2; }
	.gaia-right { order: 3; display: block; }
	.gaia-panel { margin-bottom: 18px; }
	.gaia-panel h2 { padding: 14px 17px; font-size: 19px; }
	.gaia-panel h3 { padding: 13px 8px; }
	.gaia-news { padding: 12px; }
	.news-art {
		width: 100%;
		height: auto;
		aspect-ratio: 410 / 143;
	}
	.news-copy { gap: 9px; }
	.news-copy h3 { font-size: 16px; }
	.news-copy p { font-size: 12px; }
	.reference-banner {
		width: 100%;
		max-width: 340px;
		height: 105px;
		margin: 0 auto 5px;
	}
	.register-banner { margin-bottom: 18px; }
	.discord-content, .whatsapp-content { padding-left: 16px; padding-right: 16px; }
	.discord-panel .gaia-button, .whatsapp-panel .gaia-button { margin-left: 16px; margin-right: 16px; }
	.news-panel { min-height: 0; }
	.donation-hero { padding: 7px 10px 22px; }
	.donation-hero h1 { font-size: 27px; }
	.donation-account-notice { margin: -5px 10px 19px; }
	.donation-methods { grid-template-columns: 1fr; gap: 19px; }
	.donation-method { min-height: 340px; padding: 25px 22px 23px; }
	.payment-brand { width: 100px; height: 100px; margin-bottom: 17px; }
	.paypal-p { font-size: 64px; }
	.paypal-p-back { left: 26px; top: 14px; }
	.paypal-p-front { left: 38px; top: 25px; }
	.donation-terms { margin-top: 20px; padding: 24px 21px 22px; }
	.donation-terms ul { grid-template-columns: 1fr; gap: 10px; }
	.packs-hero { padding: 5px 8px 22px; }
	.packs-hero h1 { font-size: 26px; }
	.packs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
	.gaia-info-page { padding-left: 0; padding-right: 0; }
	.gaia-info-hero { padding: 25px 18px 23px; }
	.gaia-info-hero h1 { font-size: 23px; }
	.gaia-zone-grid { grid-template-columns: repeat(2, 1fr); }
	.gaia-section-title,
	.donation-hero h1 { font-size: 24px !important; }
	.rankings_menu { flex-wrap: wrap; gap: 6px; }
	.rankings_menu a { flex-basis: calc(50% - 4px); max-width: none; }
	.rankings-filter-panel { grid-template-columns: 1fr; padding: 12px; gap: 13px; }
	.rankings-class-filter { justify-content: center; flex-wrap: wrap; }
	.footer {
		min-height: 125px;
		padding: 42px 15px 20px;
		background-position: center -1393px;
	}
}

@media (max-width: 420px) {
	#header { height: 175px; background-size: 650px auto; }
	.webengine-mu-logo { top: -68px; width: 515px; }
	#navbar ul li a { padding: 9px 4px; font-size: 10px; }
	#container { padding-left: 10px; padding-right: 10px; }
	.news-copy time { flex-basis: 44px; }
	.discord-content img { width: 58px; height: 50px; }
	.whatsapp-icon { flex-basis: 56px; width: 56px; height: 56px; }
	.packs-grid { grid-template-columns: 1fr; }
	.coin-pack { padding-top: 22px; }
	.gaia-info-section { padding-left: 10px; padding-right: 10px; }
	.gaia-info-section > h2 { margin-left: -10px; margin-right: -10px; padding-left: 15px; font-size: 13px; }
	.gaia-info-table .info-row { grid-template-columns: 42% 58%; }
	.gaia-info-table.rate-table .info-row { grid-template-columns: 56% 22% 22%; }
	.gaia-info-table .info-row > * { padding: 7px 6px; font-size: 10px; }
	.gaia-zone-grid, .gaia-list-grid { grid-template-columns: 1fr; }
	.gaia-list-grid ul { grid-template-columns: 1fr; }
	.gaia-vip-grid { grid-template-columns: 1fr; }
	.rankings-class-filter-selection { width: 52px; font-size: 9px; }
	.rankings-class-filter-selection img { width: 32px; }
}
