@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.jpg) no-repeat center center fixed;
	background-size: cover;
	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: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 59px;
	margin: 0 0 10px -2px;
	background: linear-gradient(135deg, #f0b755 0%, #d0861d 100%);
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	border: 1px solid #a36200;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-shadow: -1px -1px 0 #000, 1px 1px 0 #000;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}

.download_client::after {
	content: 'BAIXAR CLIENTE';
}

.download_client:hover {
	background: linear-gradient(135deg, #ffc477 0%, #e69624 100%);
	box-shadow: 0 6px 15px rgba(208, 134, 29, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	transform: translateY(-2px);
}

.download_client:active {
	transform: translateY(1px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.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;
}

/* ========== CENTER BOX MODERN ========== */

.center_box_modern {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
	/* Glassmorphism/Transparent style for a tropical/beachy theme */
	background: rgba(0, 4, 15, 0.65);
	/* dark overlay transparency */
	border: 1px solid rgba(0, 162, 255, 0.4);
	/* Cyan highligh border */
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 162, 255, 0.1);
	color: #ffffff;
	overflow: hidden;

	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.center_box_modern .title_modern {
	background: linear-gradient(to bottom, rgba(0, 120, 255, 0.4) 0%, rgba(0, 40, 100, 0.2) 100%);
	padding: 15px;
	border-bottom: 1px solid rgba(0, 162, 255, 0.4);
	text-align: center;
}

.center_box_modern .title_modern span {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.center_box_modern .content_modern {
	padding: 20px;
	background: rgba(0, 0, 0, 0.1);
	/* Subtle dark inner or transparent */
}

.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: flex;
	align-items: center;
	color: #531e01;
	font-weight: bold;
	font-size: 13px;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 8px 15px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.02);
	margin-bottom: 4px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	text-decoration: none;
}

.left_box_edited ul li a::before {
	content: "▸";
	margin-right: 8px;
	color: #d0861d;
	font-size: 14px;
	transition: transform 0.2s ease;
}

.left_box_edited ul li a:hover {
	color: #ff5e00;
	background: rgba(255, 255, 255, 0.5);
	transform: translateX(3px);
	border: 1px solid rgba(255, 102, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.left_box_edited ul li a:hover::before {
	transform: translateX(2px);
	color: #ff5e00;
}

.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.02);
	margin: 2px 0;
	padding: 8px 12px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 13px;
	transition: all 0.2s ease;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.top-player:hover {
	background-color: rgba(255, 255, 255, 0.5);
	transform: translateX(2px);
	border: 1px solid rgba(255, 102, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.top-player .rank {
	width: 30px;
	color: #d0861d;
	font-weight: 800;
}

.top-player .player-name {
	flex-grow: 1;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 130px;
}

.top-player .level {
	font-size: 12px;
	font-weight: bold;
	color: #804000;
	margin-left: 6px;
}

.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 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
}

.server-info-clean-v2 .info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.03);
	transition: all 0.2s ease;
}

.server-info-clean-v2 .info-row:hover {
	background: rgba(255, 255, 255, 0.5);
	transform: translateX(2px);
}

.server-info-clean-v2 .label {
	color: #531e01;
	/* Marrom do template */
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	text-shadow: none;
}

.status-on,
.status-off {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 12px;
	text-transform: uppercase;
}

.status-on {
	background: rgba(0, 204, 102, 0.1);
	color: #00994d;
	border: 1px solid rgba(0, 204, 102, 0.3);
}

.status-on::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #00cc66;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 6px #00ff80;
}

.status-off {
	background: rgba(204, 51, 51, 0.1);
	color: #b32424;
	border: 1px solid rgba(204, 51, 51, 0.3);
}

.status-off::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #cc3333;
	border-radius: 50%;
	display: inline-block;
}

.server-info-clean-v2 a {
	color: #ff5e00;
	text-decoration: none;
	font-weight: 800;
	font-size: 13px;
}

.server-info-clean-v2 a:hover {
	text-decoration: underline;
}

/* ========== 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: rgba(255, 255, 255, 0.45);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	transition: all 0.23s ease;
}

.guild-wrapper:hover {
	background: rgba(255, 255, 255, 0.6);
	transform: translateY(-2px);
	border: 1px solid rgba(255, 152, 0, 0.3);
	box-shadow: 0 4px 12px rgba(255, 152, 0, 0.08);
}

/* 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 ========== */

/* ========== Redesigned Downloads (Light/Match Theme) ========== */

.downloads-page {
	padding: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #111;
	/* Preto para leitura */
	text-align: center;
}

.downloads-header {
	margin-bottom: 35px;
}

.downloads-header h1 {
	font-size: 24px;
	color: #311100;
	/* Marrom escuro da box */
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	margin-bottom: 8px;
	text-transform: uppercase;
}

.downloads-header p {
	color: #444;
	font-size: 14px;
	margin: 0;
}

.download-cards {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 35px;
	flex-wrap: wrap;
}

.download-card {
	position: relative;
	width: 230px;
	background: rgba(255, 255, 255, 0.45);
	/* Card Claro */
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.download-card:hover {
	transform: translateY(-4px);
	border: 1px solid rgba(255, 152, 0, 0.4);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.6);
}

.card-content {
	padding: 20px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	position: relative;
}

.card-icon {
	width: 55px;
	height: 55px;
	margin-bottom: 12px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
	transition: transform 0.3s ease;
}

.download-card:hover .card-icon {
	transform: scale(1.08) rotate(3deg);
}

.card-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.download-card h3 {
	font-size: 16px;
	margin: 0 0 6px 0;
	color: #311100;
	font-weight: bold;
}

.card-desc {
	font-size: 12px;
	color: #444;
	/* Preto */
	line-height: 1.4;
	margin-bottom: 18px;
	height: 34px;
}

.download-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 10px 0;
	border-radius: 6px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff !important;
	/* Texto do Botão continua branco */
	text-decoration: none !important;
	transition: all 0.2s ease;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-windows {
	background: linear-gradient(to bottom, #0081db 0%, #005696 100%);
	border: 1px solid #004d85;
}

.btn-windows:hover {
	background: linear-gradient(to bottom, #0093fb 0%, #0063ac 100%);
	box-shadow: 0 0 12px rgba(0, 129, 219, 0.3);
}

.btn-android {
	background: linear-gradient(to bottom, #29b159 0%, #1a823f 100%);
	border: 1px solid #167036;
}

.btn-android:hover {
	background: linear-gradient(to bottom, #30cb67 0%, #1eb155 100%);
	box-shadow: 0 0 12px rgba(41, 177, 89, 0.3);
}

.download-notice {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 152, 0, 0.08);
	border: 1px solid rgba(255, 152, 0, 0.25);
	border-radius: 8px;
	padding: 12px;
	max-width: 480px;
	margin: 0 auto 30px auto;
	text-align: left;
}

.notice-icon {
	font-size: 16px;
}

.download-notice p {
	margin: 0;
	font-size: 12px;
	color: #856404;
}

.download-notice a {
	color: #b92626;
	font-weight: bold;
	text-decoration: underline !important;
}

.requirements-section {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.req-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #311100;
	text-transform: uppercase;
}

.req-grid {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.req-box {
	flex: 1;
	min-width: 200px;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 6px;
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.req-box h4 {
	margin: 0 0 8px 0;
	color: #804000;
	font-weight: bold;
	font-size: 14px;
	border: none;
}

.req-box ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

.req-box ul li {
	font-size: 11px;
	color: #111 !important;
	/* PRETO */
	padding: 4px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	background: none !important;
}

.req-box ul li:last-child {
	border-bottom: none;
}


/* ========== 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);
	border-bottom: 2px solid #ffa500;
	text-shadow: 1px 1px 2px black;
}

.guilds-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	padding: 10px;
}

.guild-card {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 15px;
	display: flex;
	gap: 15px;
	align-items: center;
	transition: all 0.25s ease;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.guild-card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 8px 20px rgba(255, 152, 0, 0.15);
	border: 1px solid rgba(255, 152, 0, 0.3);
}

.guild-logo {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.03);
	display: flex;
	align-items: center;
	justify-content: center;
}

.guild-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.guild-info {
	flex-grow: 1;
	text-align: left;
}

.guild-name {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #311100;
	font-weight: bold;
}

.guild-motd {
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.guild-stats-bar {
	display: flex;
	gap: 12px;
}

.stat-item {
	font-size: 11px;
	color: #444;
	display: flex;
	align-items: center;
	gap: 4px;
	background: rgba(0, 0, 0, 0.03);
	padding: 2px 6px;
	border-radius: 4px;
}

.stat-icon {
	font-size: 12px;
}


.guild-hero {
	position: relative;
	background: linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 100%);
	border-radius: 12px;
	margin-bottom: 30px;
	overflow: hidden;
	color: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.guild-hero-content {
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
}

.guild-hero-logo {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	border: 3px solid #ff9800;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	background: #fff;
}

.guild-hero-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.guild-hero-text {
	text-align: left;
}

.guild-hero-text h1 {
	margin: 0 0 8px 0;
	font-size: 26px;
	color: #ffdbb3;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.members-table-container {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.table-title {
	font-size: 16px;
	font-weight: bold;
	color: #311100;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(255, 152, 0, 0.4);
	display: inline-block;
	padding-bottom: 4px;
}

.members-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.members-table th {
	background: rgba(128, 64, 0, 0.8) !important;
	color: white !important;
	padding: 10px !important;
	font-size: 13px;
	text-transform: uppercase;
}

.members-table th:first-child {
	border-radius: 6px 0 0 6px;
}

.members-table th:last-child {
	border-radius: 0 6px 6px 0;
}

.members-table tr {
	background: rgba(255, 255, 255, 0.15);
	transition: all 0.2s ease;
}

.members-table tr:hover {
	background: rgba(255, 255, 255, 0.4);
}

.members-table td {
	padding: 10px !important;
	font-size: 13px;
	color: #111 !important;
	font-weight: bold;
}

.guild-admin-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 15px;
	margin-top: 20px;
	align-items: flex-start;
}

/* ========== Redesigned Character Profile ========== */

.profile-dashboard {
	margin-bottom: 30px;
}

.profile-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(135deg, #2c160a 0%, #4a2d18 100%);
	padding: 20px 25px;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 165, 0, 0.2);
}

.char-name {
	font-size: 26px;
	color: #ffdbb3;
	font-weight: 800;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}

.char-status-badge {
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 6px;
}

.char-status-badge.online {
	background: rgba(46, 204, 113, 0.15);
	color: #2ecc71;
	border: 1px solid rgba(46, 204, 113, 0.4);
}

.char-status-badge.online::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #2ecc71;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 8px #2ecc71;
}

.char-status-badge.offline {
	background: rgba(231, 76, 60, 0.15);
	color: #e74c3c;
	border: 1px solid rgba(231, 76, 60, 0.4);
}

.profile-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.profile-box {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
	transition: all 0.2s ease;
}

.profile-box:hover {
	background: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 152, 0, 0.2);
}

.box-title {
	font-size: 14px;
	font-weight: bold;
	color: #311100;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(255, 152, 0, 0.3);
	display: inline-block;
	padding-bottom: 3px;
}

.info-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	font-size: 14px;
	color: #333;
}

.info-row:last-child {
	border-bottom: none;
}

.info-row span {
	color: #666;
	font-weight: 500;
}

.info-row b {
	color: #111;
}

.lvl-highlight {
	color: #d35400 !important;
	font-size: 16px;
	font-weight: 800;
}

.ach-highlight {
	color: #f39c12 !important;
}

/* Tablas Gerais Comment / Deathlist */
table.comment,
table.achievements,
table.deathlist,
#characterprofileQuest,
#characterprofileTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 4px;
	margin-top: 20px;
}

table.comment tr,
table.achievements tr,
table.deathlist tr,
#characterprofileQuest tr,
#characterprofileTable tr {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 6px;
	transition: background 0.2s ease;
}

table.comment tr:hover,
table.achievements tr:hover,
table.deathlist tr:hover,
#characterprofileQuest tr:hover,
#characterprofileTable tr:hover {
	background: rgba(255, 255, 255, 0.55);
}

table.comment td,
table.achievements td,
table.deathlist td,
#characterprofileQuest td,
#characterprofileTable td {
	padding: 12px;
	font-size: 13px;
	color: #111 !important;
	font-weight: bold;
}

table.comment th,
table.achievements th,
table.deathlist th,
#characterprofileQuest th,
#characterprofileTable th {
	background: rgba(128, 64, 0, 0.8) !important;
	color: white !important;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 12px;
}