@import url('https://fonts.googleapis.com/css?family=Patua+One');


/* ========== Header Banner ========== */

.site-top-banner {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.site-top-banner img {
	max-width: 100%;
	height: auto;
	max-height: 500px;
	display: block;
	margin: 0 auto;
}

/* ========== Começo site ========== */

body {
	background: url(img/bg.png) repeat center top #0d0f12;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #d3d3d3;
}

/* body { */
/* background: url(img/fundo_site.png) no-repeat center top #0d0f12; */
/* background-size: cover; /* ou contain, dependendo do efeito que quiser */
/* margin: 0; */
/* padding: 0; */
/* font-size: 13px; */
/* font-family: 'Open Sans', sans-serif; */
/* color: #d3d3d3; */
/* } */

a {
	text-decoration: none;
	color: #004294;
	transition: color 0.1s linear;
}

a:hover {
	color: #ff5a00;
}

ul {
	margin: 2px 0 0 0;
	padding: 0;
}

textarea {
	max-width: 530px !important;
}

ul li {
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0 0 4px 5px;
	line-height: 1.5em;
}

ol {
	margin: 8px 0 5px 5px;
}

ol li {
	padding: 3px 0;
	font-weight: bold;
	color: #804000;
}

.form_settings {
	margin: 15px 0 0 0;
}

.form_settings p {
	padding: 0 0 4px 0;
}

.form_settings span {
	float: left;
	width: 200px;
	text-align: left;
}

.form_settings input,
.form_settings textarea {
	padding: 5px;
	width: 299px;
	font: 100% arial;
	border: 1px solid #E5E5DB;
	background: #FFF;
	color: #47433F;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.form_settings .submit {
	font: 100% arial;
	border: 0;
	width: 99px;
	margin: 0 0 0 212px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #3B3B3B;
	color: #FFF;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.form_settings textarea,
.form_settings select {
	font: 100% arial;
	width: 299px;
}

.form_settings select {
	width: 310px;
}

.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}

.separator {
	width: 100%;
	height: 0;
	border-top: 1px solid #D9D5CF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}

table {
	margin: 10px 0 30px 0;
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

table tr th {
	background: #505050;
	color: #FFF;
	padding: 7px 4px;
	text-align: left;
}

tr.yellow td {
	background: #505050;
	color: #FFF;
	padding: 7px 4px;
	text-align: left;
}

table tr td {
	background: #D4C0A1;
	color: #47433F;
}

table.stripped tr:nth-child(even) td {
	background-color: #e4d0b2;
}

table.stripped tr:nth-child(odd) td {
	background-color: #D4C0A1;
}

table.TableContent tr td,
table.Table3 tr td {
	background: #f1e0c5;
}

table.TableContent tr.LabelH td {
	background: #D4C0A1;
}

.TableContainer table {
	margin: 0 !important;
}

.TableContainer td {
	padding: 2px 3px !important;
}

table tr td img {
	max-width: 520px;
}

input.hover:hover {
	cursor: pointer;
}

/* guild war */
tr.special:hover td {
	background: orange;
}

tr.special {
	cursor: pointer;
}

ul.war_list li {
	font-size: 18px;
}

.container_main {
	width: 1170px;
	margin: -50px auto 0 auto;
}

.container_left,
.container_right {
	width: 246px;
	float: left;
	margin: 15px 0 0 0;
}

.container_mid {
	min-height: 200px;
	width: 648px;
	float: left;
	margin: 0 15px;
}

.left_box,
.right_box,
.center_box {
	width: 100%;
	background: url(img/border_left.png) repeat-y left top, url(img/border_right.png) repeat-y right top;
	position: relative;
	margin-bottom: 18px;
}

.corner_lt,
.corner_rt,
.corner_rb,
.corner_lb {
	z-index: 5;
}

.corner_lt {
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(img/corners.png) no-repeat 0 0;
	left: -7px;
	top: -5px;
}

.corner_rt {
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(img/corners.png) no-repeat -64px 0;
	right: -7px;
	top: -5px;
}

.corner_rb {
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(img/corners.png) no-repeat -64px -64px;
	right: -7px;
	bottom: -5px;
}

.corner_lb {
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(img/corners.png) no-repeat 0 -64px;
	left: -7px;
	bottom: -5px;
}

.left_box .content,
.right_box .content {
	margin: -1px 20px;
	width: 200px;
	padding: 3px 3px;
	background: url(img/widget_bg.png) repeat-y;
}

.center_box .content_bg {
	width: 608px;
	margin: -1px 20px;
	position: relative;
	background: url(img/mid_bot.png) no-repeat center bottom, url(img/mid_top.png) no-repeat center top, url(img/mid_mid.png) repeat-y center top;
	color: #531e01;
}

.center_box .content_bg .content {
	padding: 6px 8px;
}

.left_box .border_bottom,
.right_box .border_bottom,
.center_box .border_bottom {
	background: url(img/border_bottom.png) repeat-x center bottom;
	width: 100%;
	display: block;
	height: 20px;
}

.title {
	display: flex;
	align-items: center;
	justify-content: center;
	/* isso centraliza o texto */
}

.title-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
	/* ajuste conforme necessário */
}

.title-text {
	font-weight: bold;
	font-size: 16px;
	color: white;
	z-index: 1;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}


.left_box .title,
.right_box .title {
	background: url(img/border_top3.png) repeat-x center top;
	width: 100%;
	height: 45px;
	position: relative;
}

.center_box .title {
	background: url(img/border_top.png) repeat-x center top;
	width: 100%;
	height: 45px;
	position: relative;
}

.rise-up-content {
	position: relative;
	z-index: 10;
}

.title span {
	width: 100%;
	height: 45px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.title img {
	position: absolute;
	left: 20px;
	top: 6px;
	z-index: 6;
}

.inputtext {
	width: 158px;
	height: 33px;
	background: url(img/quicklogin_input.png);
	padding: 0 10px;
	margin: 0 0 4px 11px;
	border: 0 none;
	color: #9c7d54;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
}

.loginbtn {
	width: 83px;
	height: 23px;
	background: url(img/login_btn.png) 0 -23px;
	padding: 0;
	margin: 0 0 4px 12px;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
}

.loginbtn:hover {
	cursor: pointer;
	background-position: 0 0;
}

.createbtn {
	vertical-align: middle;
	display: inline-block;
	width: 83px;
	height: 23px;
	background: url(img/register_btn.png) 0 -23px;
	padding: 0;
	margin: 0 0 4px 7px;
	border: 0 none;
}

.createbtn:hover {
	cursor: pointer;
	background-position: 0 0;
}

.download_client {
	display: block;
	width: 250px;
	height: 59px;
	background: url(img/download_btn.png) no-repeat 0 -59px;
	margin: 0 0 10px -2px;
}

.download_client:hover {
	background-position: 0 0;
}

.right_box {
	text-shadow: 0 1px 0 #000;
}

.right_box a {
	color: #ff9000;
	transition: color 0.1s linear;
}

.right_box a:hover {
	color: #ff4e00;
}

table.sinfotable {
	margin: 0 8px;
	font-size: 13px;
	width: 183px;
}

table.sinfotable td {
	border-bottom: 1px solid #4c4b46;
	border-top: 1px solid #1c1c1a;
	background: none transparent;
	color: #fff;
	padding: 4px 0;
}

ul.toplvl {
	list-style: none;
	margin: 0 8px;
}

ul.toplvl li {
	padding: 1px 0;
	margin: 0;
}

.lvl {
	display: block;
	background: #cc7e0f;
	float: right;
	height: 15px;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	padding: 0px 5px;
	border-radius: 4px;
	box-shadow: 0 1px 0 #101010;
	border-top: 1px solid #ffc36d;
}

.acc_menu {
	width: 183px;
	margin: 0 8px;
}

.acc_menu a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2) inset, 0 -1px 3px rgba(0, 0, 0, 0.5) inset;
	border-radius: 3px;
	color: #fff;
	transition: all 0.1s linear;
	margin: 1px 0;
}

.acc_menu a:hover {
	background: rgba(0, 0, 0, 0.4);
}

.footer_cnt {
	width: 1170px;
	float: left;
	margin: 20px 0 70px 0;
}


/* ========== SLIDERs ========== */

.slider {
	width: 207px;
	height: 100px;
	margin-left: -3px;
	margin-top: -3px;
	margin-bottom: -2px;
}

#slides {
	display: none;
	width: 207px;
	height: 100px;
	float: left;
	z-index: 90;
	overflow: initial !important;
	position: relative;
}

.slidesjs-pagination {
	z-index: 999;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

ul.slidesjs-pagination {
	list-style: none;
	padding: 3px;
	border-radius: 5px;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
}

.slidesjs-pagination li {
	float: left;
	margin: 0 3px;
	padding: 0;
}

.slidesjs-pagination li a {
	background: rgba(255, 255, 255, 0.3);
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	overflow: hidden;
	text-indent: -999999999px;
	line-height: 99px;
	color: rgba(0, 0, 0, 0.6);
	border-radius: 15px;
}

.slidesjs-pagination li a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.slidesjs-pagination li a.active {
	background: rgba(255, 255, 255, 0.5);
}

.top-bar {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Patua One', cursive;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, -1px 0px 0 #000, -1px 0px 0 #000;
	font-weight: normal;
	font-size: 18px;
}

.top-bar a {
	color: #f66545;
}

/* ========== LEFT BOX ========== */

.left_box ul li a:after {
	content: "";
	width: 100%;
	background: url(img/line.png) no-repeat center top;
	height: 2px;
	display: block;
	margin-left: -10px;
}

.left_box ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 8px;
}

.left_box ul li {
	padding: 1.5px 0 2px 0;
	margin: 0;
}

.left_box ul li a {
	display: block;
	color: #e7e7e7;
	text-shadow: 1px 1px 0 #000;
	transition: all 0.1s linear;
}

.left_box ul li a:hover {
	color: orange;
	padding-left: 3px;

}

/* ========== LEFT BOX EDITED ========== */

.left_box_edited,
.right_box,
.center_box {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
}

.left_box_edited .content {
	margin: -1px 20px;
	width: 200px;
	padding: 3px 3px;
}

.left_box_edited .border_bottom {
	width: 100%;
	display: block;
	height: 20px;
}

.left_box_edited .title {
	background: url(img/border_top3.png) repeat-x center top;
	width: 100%;
	height: 45px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left_box_edited .title-text {
	font-weight: bold;
	font-size: 16px;
	color: white;
	z-index: 1;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.left_box_edited .title-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
}

.left_box_edited ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.left_box_edited ul li {
	padding: 2px 0;
	margin: 0;
}

.left_box_edited ul li a {
	display: block;
	color: #111;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-shadow: 0.5px 0.5px 0 #ccc;
	transition: all 0.2s ease;
	padding: 2px 10px;
	border-radius: 3px;
	text-align: center;
	/* <<< centraliza o texto */
}

.left_box_edited ul li a:hover {
	color: #ff7f00;
	/* Laranja vibrante */
	background-color: rgba(0, 0, 0, 0.05);
	/* leve fundo no hover */
	transform: translateX(3px);
	/* movimento sutil */
}

.left_box_edited ul li.menu-highlight a {
	background: linear-gradient(to bottom, #f0b755 0%, #d0861d 100%);
	border: 1px solid #a36200;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	text-shadow:
		-1px -1px 0 #000,
		1px 1px 0 #000;
	padding: 8px 0;
	margin: 10px 8px;
	width: calc(100% - 16px);
	/* ou 100% se quiser que preencha toda a largura da caixa */
	display: block;
}

/* ========== RIGHT BOX EDITED ========== */

.right_box_edited {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
}

.right_box_edited .content {
	margin: -1px 20px;
	width: 200px;
	padding: 3px 3px;
}

.right_box_edited .border_bottom {
	width: 100%;
	display: block;
	height: 20px;
}

.right_box_edited .title {
	background: url(img/border_top3.png) repeat-x center top;
	width: 100%;
	height: 45px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right_box_edited .title-text {
	font-weight: bold;
	font-size: 16px;
	color: white;
	z-index: 1;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.right_box_edited .title-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
}

.right_box_edited ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.right_box_edited ul li {
	padding: 2px 0;
	margin: 0;
}

.right_box_edited ul li a {
	display: block;
	color: #111;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-shadow: 0.5px 0.5px 0 #ccc;
	transition: all 0.2s ease;
	padding: 2px 10px;
	border-radius: 3px;
	text-align: center;
}

.right_box_edited ul li a:hover {
	color: #ff7f00;
	background-color: rgba(0, 0, 0, 0.05);
	transform: translateX(3px);
}

.right_box_edited ul li.menu-highlight a {
	background: linear-gradient(to bottom, #f0b755 0%, #d0861d 100%);
	border: 1px solid #a36200;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	text-shadow:
		-1px -1px 0 #000,
		1px 1px 0 #000;
	padding: 8px 0;
	margin: 10px 8px;
	width: calc(100% - 16px);
	display: block;
}

/* ========== TOP 20 PLAYERS ========== */

.top-player-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-player {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.04);
	margin: 4px 0;
	padding: 6px 10px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0.5px 0.5px 0 #ccc;
	transition: background 0.3s;
}

.top-player:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

.top-player .rank {
	width: 35px;
	color: #555;
}

.top-player .voc-icon {
	width: 20px;
	height: 20px;
	margin: 0 6px;
}

.top-player .player-name {
	flex-grow: 1;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 140px;
}

.top-player .level {
	color: #222;
	text-align: right;
	min-width: 60px;
}

.vocation-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.top-player:hover {
	background-color: rgba(255, 255, 255, 0.08);
	transition: background-color 0.2s ease;
}

.top-player a.player-name:hover {
	text-decoration: underline;
}

/* ========== SERVER INFO ========== */

.server-info-clean-v2 {
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
}

.server-info-clean-v2 .info-row {
	margin: 6px 0;
}

.server-info-clean-v2 .label {
	color: #222;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 #fff;
	margin-right: 5px;
}

.status-on {
	color: #00cc66;
	font-weight: bold;
	text-transform: uppercase;
}

.status-off {
	color: #cc3333;
	font-weight: bold;
	text-transform: uppercase;
}

.server-info-clean-v2 a {
	color: #2196f3;
	text-decoration: none;
	font-weight: bold;
}

.server-info-clean-v2 a:hover {
	text-decoration: underline;
}

.server-info-clean-v2 .link-row {
	margin-top: 8px;
}

/* ========== FOOTER ========== */

.footer_cnt {
	width: 100%;
	padding: 20px 0;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	clear: both;
	margin-top: -30px;
	margin-bottom: -30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
	font-size: 13px;
	color: #ccc;
	line-height: 1.6;
	text-shadow: 1px 1px 2px #000;
}

.footer-inner strong {
	color: #fff;
}

.footer-inner a {
	color: #ff9000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.footer-inner a:hover {
	text-decoration: underline;
	color: #ffa500;
}

/* ========== LOGIN/MYACCOUNT ========== */
.login-container {
	max-width: 360px;
	margin: 40px auto;
	padding: 20px 30px;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	background: transparent;
}


.login-box-clean {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.login-box-clean label {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #222;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	/* <-- centralizado */
	width: 100%;
}

.login-box-clean input[type="text"],
.login-box-clean input[type="password"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.loginbtn {
	width: 175px;
	height: 35px;
	background: linear-gradient(to bottom, #ff9900, #cc7a00);
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.loginbtn:hover {
	background: linear-gradient(to bottom, #ffaa22, #dd8a00);
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.recovery-links {
	margin-top: 15px;
	font-size: 13px;
	color: #444;
}

.recovery-links a {
	color: #e68a00;
	text-decoration: none;
	font-weight: bold;
}

.recovery-links a:hover {
	text-decoration: underline;
}

.logout-container {
	margin-top: 20px;
	text-align: center;
}

.logout-btn {
	display: inline-block;
	padding: 10px 25px;
	background: linear-gradient(to bottom, #ff4d4d, #cc0000);
	color: white;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}

.logout-btn:hover {
	background: linear-gradient(to bottom, #ff6666, #d40000);
	transform: scale(1.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* ========== CHARACTER ========== */

table.stripped_edited {
	width: 100%;
	border-collapse: collapse;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(to bottom, #f4e3c1, #e1c89f);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	font-family: 'Patua One', cursive;
	color: #3b2b1a;
	margin: 20px 0;
	font-size: 14px;
}

table.stripped_edited th {
	background: #7a561e;
	color: #fff;
	text-align: left;
	padding: 10px 15px;
	font-size: 15px;
	text-shadow: 1px 1px 0 #000;
	letter-spacing: 0.5px;
}

table.stripped_edited td {
	padding: 10px 15px;
	border-bottom: 1px solid #d4b98a;
}

table.stripped_edited tbody tr:nth-child(even) {
	background-color: rgba(255, 248, 230, 0.8);
}

table.stripped_edited tbody tr:nth-child(odd) {
	background-color: rgba(245, 229, 199, 0.8);
}

table.stripped_edited tbody tr:hover {
	background-color: rgba(250, 200, 130, 0.3);
	cursor: default;
	transition: background-color 0.2s ease-in-out;
}

table.stripped_edited a {
	color: #d47b00;
	font-weight: bold;
	text-decoration: none;
}

table.stripped_edited a:hover {
	color: #ff9900;
	text-decoration: underline;
}

table.stripped_edited td strong {
	color: #4c3013;
}

/* ========== RANKING ========== */

/* Ranking Table */
#highscoresTable {
	width: 100%;
	border-collapse: collapse;
	background: linear-gradient(to bottom, #fdf0d5, #f3d9a7);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	font-family: 'Patua One', cursive;
	font-size: 14px;
	margin-top: 20px;
}

#highscoresTable th,
#highscoresTable td {
	padding: 12px;
	text-align: center;
	color: #3c2b1b;
	border-bottom: 1px solid #d4b88a;
}

#highscoresTable tr.yellow {
	background: linear-gradient(to bottom, #d08d1d, #b07010);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

#highscoresTable tr:hover {
	background-color: rgba(250, 200, 130, 0.2);
	transition: background-color 0.2s ease-in-out;
}

#highscoresTable a {
	color: #b65f00;
	font-weight: bold;
	text-decoration: none;
}

#highscoresTable a:hover {
	color: #ff8800;
	text-decoration: underline;
}

form select,
form input[type="submit"] {
	font-family: 'Patua One', cursive;
	font-size: 13px;
	margin: 5px;
	padding: 8px 12px;
	border: 1px solid #b77b2e;
	border-radius: 6px;
	background: linear-gradient(to bottom, #ffe6b3, #ffcc80);
	color: #5e3b0c;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

form input[type="submit"]:hover {
	background: linear-gradient(to bottom, #ffdb99, #f4b942);
	transform: scale(1.03);
}

/* ========== GUILD ========== */

#guildViewTable,
#guildsTable {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Segoe UI', sans-serif;
	background-color: #fdfdfd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#guildViewTable th,
#guildsTable th {
	background-color: #f39c12;
	color: white;
	padding: 10px;
	text-align: left;
}

#guildViewTable td,
#guildsTable td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

tr.special:hover {
	background-color: #f6f8fa;
	cursor: pointer;
}

/* Grupos de formulário */
.guild-form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
	max-width: 600px;
}

.guild-form-group label {
	font-weight: 600;
	margin-bottom: 3px;
	font-size: 0.9rem;
}

/* Campos de texto */
.guild-form-group input[type="text"],
.guild-form-group textarea,
.guild-form-group select,
.guild-form input[type="text"],
.guild-form input[type="number"],
.guild-form textarea,
.guild-form select {
	padding: 6px 8px;
	font-size: 0.9rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

/* Linha com múltiplos campos */
.guild-form-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.guild-form-row input[type="text"] {
	flex: 1;
}

/* Botões */
.guild-button {
	background-color: #cc9933;
	color: #fff;
	padding: 6px 12px;
	font-size: 0.9rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.guild-button:hover {
	background-color: #a87b2d;
}

/* Wrapper visual de cada bloco */
.guild-wrapper {
	background-color: #fff8ee;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #e0d4ba;
	margin-bottom: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

/* Título do bloco */
.guild-title {
	color: #4d2600;
	font-size: 1.25rem;
	margin-bottom: 6px;
	font-weight: 600;
}

/* Formulário principal */
.guild-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 12px;
}

/* Textareas */
.guild-form textarea {
	resize: vertical;
	min-height: 60px;
}

/* Tabela */
.guild-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	background: #fffdf5;
	border: 1px solid #e0d4ba;
	border-radius: 6px;
	overflow: hidden;
}

.guild-table th {
	background-color: #ffe8b2;
	font-size: 0.95rem;
	padding: 8px;
}

.guild-table td {
	padding: 8px;
	font-size: 0.9rem;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.guild-table tr:hover {
	background-color: #fff4cc;
	cursor: pointer;
}

/* Imagem de guilda */
.guild-image {
	max-width: 100px;
	max-height: 100px;
	border-radius: 5px;
	border: 1px solid #c2a676;
}

.collapsible-box .guild-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 6px 0;
}

.guild-arrow {
	font-size: 1rem;
	transition: transform 0.2s ease;
}

.guild-wrapper .guild-content {
	display: none;
	padding-top: 8px;
}

.guild-wrapper.open .guild-content {
	display: block;
}

.guild-wrapper.open .guild-arrow {
	transform: rotate(180deg);
}

.inline-form {
	display: inline-block;
	margin-right: 8px;
}

.guild-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

/* ========== Create Account ========== */

.register-form {
	max-width: 500px;
	margin: 0 auto;
	padding: 25px;
	border-radius: 12px;
	background: none;
	/* Remove fundo bege */
	box-shadow: none;
	/* Remove sombra, opcional */
}

.form-group {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-weight: bold;
	margin-bottom: 6px;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
}

.register-button {
	background-color: #cc9933;
	color: #fff;
	padding: 12px;
	font-weight: bold;
	font-size: 1rem;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s;
	text-align: center;
}

.register-button:hover {
	background-color: #a87b2d;
}

.rules-box {
	text-align: center;
	margin-top: 10px;
}

.rules-box h3 {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.rules-box ul {
	list-style: none;
	padding: 0;
}

.rules-box ul li {
	margin: 8px 0;
	line-height: 1.5;
}

.rules-consent {
	margin-top: 20px;
	font-size: 15px;
}

.rules-consent input[type="checkbox"] {
	transform: scale(1.2);
	margin-right: 8px;
	cursor: pointer;
}

/* ========== Recuperar Conta ========== */
.recovery-box {
	max-width: 480px;
	margin: 40px auto;
	padding: 30px;
	background: transparent;
	/* Sem fundo branco */
	text-align: center;
	font-family: "Segoe UI", sans-serif;
	/* leve sombreamento */
	border-radius: 10px;
}

.recovery-box h1 {
	font-size: 26px;
	margin-bottom: 15px;
	color: #222;
}

.recovery-desc {
	font-size: 15px;
	margin-bottom: 20px;
	color: #555;
	line-height: 1.5;
}

.recovery-box label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 6px;
	color: #333;
	text-align: left;
}

.recovery-box input[type="email"] {
	width: 100%;
	padding: 12px;
	font-size: 14px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}

.recovery-box input[type="email"]:focus {
	border-color: #5cb85c;
	outline: none;
}

.recovery-box input[type="submit"] {
	background-color: #28a745;
	color: white;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
	width: 100%;
}

.recovery-box input[type="submit"]:hover {
	background-color: #218838;
}

/* Centraliza captcha */
.recovery-box .g-recaptcha {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

/* Mensagens de sucesso/erro */
.recovery-box .success,
.recovery-box .error {
	font-size: 14px;
	padding: 10px;
	margin-top: 20px;
	border-radius: 6px;
}

.recovery-box .success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.recovery-box .error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

/* ========== Dowload ========== */

.db-download-compact {
	max-width: 800px;
	margin: auto;
	padding: 20px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #222;
}

.db-section-note {
	background-color: #fff8dc;
	border-left: 5px solid #f0ad4e;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 13px;
}

.db-download-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}

.db-download-card {
	text-align: center;
	width: 180px;
}

.db-download-card img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 10px;
}

.db-download-card h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
}

.db-btn {
	display: inline-block;
	background-color: #007bff;
	color: white;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.db-btn:hover {
	background-color: #0056b3;
}

.db-vc-info {
	background-color: #fff3cd;
	color: #856404;
	border-left: 5px solid #ffc107;
	padding: 10px;
	margin: 25px 0;
	font-size: 13px;
	text-align: center;
}

.db-vc-info a {
	color: #d32f2f;
	font-weight: bold;
	text-decoration: none;
}

.db-vc-info a:hover {
	text-decoration: underline;
}

.db-specs {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.db-spec-col {
	flex: 1 1 45%;
	min-width: 250px;
}

.db-spec-col h4 {
	margin-bottom: 8px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #ccc;
}

.db-spec-col ul {
	padding-left: 20px;
	margin: 0;
	list-style: square;
}

.db-spec-col ul li {
	margin-bottom: 6px;
}

.db-divider {
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, transparent, #aaa, transparent);
	margin: 30px 0;
}


/* ========== Server Info ========== */
.serverinfo-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 25px;
	margin: 25px auto;
	max-width: 750px;
	border-radius: 12px;
	font-family: Verdana, sans-serif;
	color: #000;
	/* Texto preto */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.serverinfo-box h2 {
	text-align: center;
	color: #ffa500;
	/* Laranja */
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	/* Contorno preto */
}

.serverinfo-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.serverinfo-list li {
	padding-left: 24px;
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	/* Preto */
}

.serverinfo-list li::before {
	content: "▣";
	position: absolute;
	left: 0;
	color: #ffa500;
	/* Laranja */
	font-size: 12px;
}

.serverinfo-list a {
	color: #007bff;
	/* Azul padrão para links */
	text-decoration: underline;
	font-weight: bold;
}

.stages-table {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 14px;
	color: #000;
	/* Preto */
}

.stages-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 10px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	font-weight: bold;
	color: #000;
}

.stages-row.header {
	font-weight: bold;
	background: rgba(255, 165, 0, 0.4);
	/* Laranja suave */
	border-bottom: 2px solid #ffa500;
	text-shadow: 1px 1px 2px black;
}

.discord-box .title-text {
	text-align: center;
	display: block;
}

.discord-content {
	text-align: center;
	/* Centraliza o botão */
	margin: 10px 0;
}

.discord-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #5865F2;
	/* Cor oficial Discord */
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.2s ease;
}

.discord-btn:hover {
	background-color: #4752c4;
}

/* ====== DOWNLOADS (isolado com prefixo dl-) ====== */
.dl-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-family: Verdana, sans-serif;
	color: #222
}

.dl-note {
	background: #fff8dc;
	border-left: 5px solid #f0ad4e;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 13px
}

.dl-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px
}

.dl-card {
	text-align: center;
	width: 200px
}

.dl-icon {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 10px
}

.dl-title {
	margin: 0 0 10px 0;
	font-size: 15px
}

/* Botões */
.dl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 12px;
	font-weight: 600;
	text-decoration: none
}

.dl-btn--primary {
	background: #0a74ff;
	color: #fff
}

.dl-btn--primary:hover {
	filter: brightness(.95)
}

.dl-btn--ghost {
	background: transparent;
	border: 1px solid #0a74ff;
	color: #0a74ff
}

.dl-btn--ghost:hover {
	background: rgba(10, 116, 255, .06)
}

.dl-btn--sm {
	padding: 6px 10px;
	font-size: .85rem
}

/* Grupo de botões + hint */
.dl-btn-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center
}

.dl-hint {
	display: block;
	margin-top: 8px;
	color: #777;
	font-size: 12px
}

/* Divider */
.dl-divider {
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, transparent, #aaa, transparent);
	margin: 30px 0
}

/* VC Redist */
.dl-vcredist {
	background: #fff3cd;
	color: #856404;
	border-left: 5px solid #ffc107;
	padding: 10px;
	margin: 25px 0;
	font-size: 13px;
	text-align: center
}

.dl-vcredist a {
	color: #d32f2f;
	font-weight: 700;
	text-decoration: none
}

.dl-vcredist a:hover {
	text-decoration: underline
}

/* Requisitos */
.dl-specs {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap
}

.dl-specs__col {
	flex: 1 1 45%;
	min-width: 250px
}

.dl-specs__title {
	margin: 0 0 8px 0;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #ccc;
	text-align: center
}

.dl-specs__list {
	padding-left: 20px;
	margin: 0;
	list-style: square
}

.dl-specs__list li {
	margin-bottom: 6px
}

/* Responsivo: empilha cards em telas menores */
@media (max-width:520px) {
	.dl-card {
		width: 100%
	}
}

/* --- VirusTotal: estilos escopados ao card --- */
.dl-card .vt-wrap { margin-top: 12px; }

.dl-card .vt-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(0,0,0,.04);
  text-decoration:none;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
  transition:background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.dl-card .vt-badge:hover{
  background:rgba(0,0,0,.07);
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(0,0,0,.12);
}

/* trava tamanho do ícone mesmo se houver regra global para img/svg */
.dl-card .vt-badge .vt-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:inline-block;
}
.dl-card .vt-title{ font-weight:600; }

/* garante que estilos de .dl-btn não vazem pro selo */
.dl-card .vt-badge.dl-btn,
.dl-card .vt-badge[class*="dl-btn"]{
  all:unset;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(0,0,0,.04);
  font-size:13px;
  line-height:1;
  text-decoration:none;
}
