body, html, .all {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body, a, a:active, a:visited, a:link {
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
}

a, a:active, a:visited, a:link {
    cursor: pointer;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}

.pddInner {
    padding: 0 20px;
}

hr {
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 20px auto;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(126, 91, 52, 0.38), transparent);
}

h1 {
    display: block;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    font-weight: normal;
    padding: 0;
    width: 80%;
    margin: 24px auto 16px;
}

h1 a {
    float: right;
    display: block;
}

h2 {
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    font-weight: normal;
    padding: 0;
    margin: 30px 0 20px 20px;
    ; }

.faceIndex {
    overflow: hidden;
    min-height: 200px;
    background: transparent;
    margin: 15px auto;
    border-radius: 8px;
}

p.cbold {
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
}

.rmsg {
    display: table;
    width: 360px;
    margin: 0 auto 20px auto;
    padding: 10px;
    background: #108c00;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.rmsg.error {
    background-color: #b30000 !important;
}

.rmsg.warn {
    background-color: #fffca1 !important;
    color: #000 !important;
}

#alerta {
    visibility: hidden;
    position: fixed;
    display: table;
    z-index: 1001;
    margin: 0 auto;
    padding: 25px 30px;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: min(700px, calc(100vw - 36px));
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    color: #5a5a5a;
    font-size: 15px;
    background: #f7f7f7;
    border-radius: 6px;
}

#alerta .ok {
    display: table;
    width: 100%;
}

#alerta .ok > div {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    display: table;
    float: right;
    margin: 15px 0 0 0;
    padding: 5px 0;
    text-align: center;
    width: 60px;
    text-transform: uppercase;
    color: #fff;
    background: #ac0f0f;
    border: 1px solid #ac0f0f;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    border-radius: 4px;
}

#alerta .ok > div:hover {
    background: #d21818;
    border-color: #d21818;
}

#alerta .ok.sucesso > div {
    background: #0dbb00;
    border: 1px solid #0dbb00;
}

#alerta .ok.sucesso > div:hover {
    background: #0a8c00;
    border: 1px solid #0a8c00;
}

#backblack {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1000;
}

input.default.sucesso {
    background: #0dbb00 !important;
    border-color: #0dbb00 !important;
    color: #fff !important;
}

body {
    background: url('../imgs/bg-top.png') no-repeat center top;
    background-color: #0d0703;
    color: #000;
}

a, a:active, a:visited, a:link {
    color: #0c3968;
}

a:hover {
    color: #0e67c4;
}

a:active {
    color: #559de9;
}

article a.default, a.default, span.default, input.default, .rankings_options > div a {
    transition: background-color 0.4s, border-color 0.4s;
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 0 5px 0;
    width: 178px;
    margin: 0 0 1px;
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset;
    font-family: Tahoma;
}

article .ucp a.default, .ucp a.default, .ucp span.default, .ucp input.default {
    padding: 9px 0 10px 0;
}

article a.default:active, a.default:active, input.default:active, span.default:active {
    opacity: 0.7;
}

a.default.dbig, input.default.dbig {
    font-size: 16px;
    padding: 12px 35px 13px 35px;
    display: table;
    width: auto !important;
}

article a.default, a.default, span.default, input.default, .rankings_options > div a {
    background: #1f1f1f;
    background: -moz-linear-gradient(top, #404040 0%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#1f1f1f));
    border: 1px solid #1f1f1f;
    color: rgba(255,255,255,0.8) !important;
}

article a.default:hover, a.default:hover, input.default:hover, span.default:hover, .rankings_options > div a:hover {
    background: #6c6c6c;
    border-color: #6c6c6c;
    color: #fff !important;
}

.all {
    width: 1010px;
    position: relative;
    display: table;
    margin: 0 auto;
    padding-top: 475px;
}

h1 {
    font-family: Arial;
    font-size: 29px;
    color: #353535;
}

h1 a {
    font-family: Arial !important;
    font-size: 15px !important;
    padding: 17px 0 0;
}

h2 {
    font-family: Arial;
    font-size: 23px;
    color: #353535;
}

#fanback {
    background: transparent url("../imgs/nm/fanbg.png") repeat;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

#fan-exit {
    height: 100%;
    width: 100%;
}

#fanbox {
    background: #background;
    border-radius: 5px;
    left: 50%;
    margin: -123px 0 0 -210px;
    position: absolute;
    top: 50%;
    width: 420px;
}

#fanbox > iframe {
    border: none;
    overflow: hidden;
    margin: 8px 0 0 8px;
    width: 402px;
    height: 230px;
}

#fanclose {
    background: transparent url("../imgs/nm/fanclose.png") repeat scroll 0 0;
    cursor: pointer;
    float: right;
    height: 15px;
    right: -22px;
    top: -20px;
    padding: 20px 40px 20px 20px;
    position: absolute;
}

#fanclose:hover {
    background-position: 0 -56px;
}

.langs {
    z-index: 2;
    position: absolute;
    width: 140px;
    height: 34px;
}

.langs .bg {
    opacity: 0.3;
    width: 138px;
    height: 34px;
    border-radius: 4px;
}

.langs .links {
    position: absolute;
    left: 4px;
    top: 4px;
    display: table;
}

.langs a {
    float: left;
    display: block;
    width: 42px;
    height: 26px;
    margin: 0 2px 0 0;
    background: transparent url('../imgs/langs.png') no-repeat;
}

.langs a.en {
    background-position: 0 0;
    border-radius: 3px 0 0 3px;
}

.langs a.pt {
    background-position: -44px 0;
}

.langs a.es {
    background-position: -88px 0;
    border-radius: 0 3px 3px 0;
}

.langs a.en:hover {
    background-position: 0 -28px;
}

.langs a.pt:hover {
    background-position: -44px -28px;
}

.langs a.es:hover {
    background-position: -88px -28px;
}

.langs a:active {
    opacity: 0.6;
}

.langs {
    top: 40px;
    right: 56px;
}

.langs .bg {
    background: #000;
}

section {
    display: table;
    position: relative;
    width: 1010px;
    padding: 36px 25px 60px 25px;
    box-sizing: border-box;
    background: #ebebeb;
    border-radius: 10px;
}

nav {
    position: absolute;
    left: 0;
    top: -84px;
    z-index: 3;
    width: 1010px;
    height: 84px;
    line-height: 49px;
    padding: 35px 0 0 0;
    display: table;
    background: rgba(13, 7, 3, 0.78);
}

nav div {
    display: table;
    margin: 0 auto;
}

nav a {
    float: left;
    display: table;
    padding: 0 12px;
    font-family: Calibri, Arial !important;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: 1px 1px 2px #000;
    background: transparent;
    transition: background 0.4s, text-shadow 0.4s;
}

nav a:hover {
    text-shadow: 0 0 10px #fff;
    background: rgba(255,255,255,0.1);
}

nav a:active {
    text-shadow: 0 0 10px #000;
    background: #000;
}

footer {
    font-size: 14px;
    height: 110px;
    line-height: 110px;
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-weight: bold;
}

footer a.atualstudio {
    position: absolute;
    opacity: 0.3;
    display: block;
    width: 120px;
    height: 18px;
    background: transparent url('../imgs/nm/atualstudio.png');
}

footer a.atualstudio:hover {
    opacity: 1;
}

footer {
    color: #fff;
}

footer a.atualstudio {
    top: 43px;
    right: 64px;
}

article {
    position: relative;
    float: left;
    width: 500px;
    padding: 4px 30px 0 30px;
}

article img, article object {
    max-width: 500px !important;
}

aside {
    width: 180px;
    display: table;
    float: left;
}

aside .box {
    width: 180px;
    display: table;
    margin: 0 0 23px 0;
}

aside .box .title {
    font-family: Calibri, Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid #000000;
    position: relative;
    z-index: 2;
    width: 180px;
    height: 22px;
    margin: 0px 0 15px 0;
}

.box.support a:hover {
    opacity: 0.7;
}

.box.support a:active {
    opacity: 1;
}

a.donateBanner {
    width: 180px;
    height: 83px;
    display: block;
    border-radius: 5px;
    transition: opacity 0.4s;
}

.pt a.donateBanner {
    background: transparent;
}

.en a.donateBanner {
    background: transparent;
}

.es a.donateBanner {
    background: transparent;
}

a.donateBanner:hover {
    opacity: 0.8;
}

a.donateBanner:active {
    opacity: 1;
}

a.supportBanner {
    width: 180px;
    height: 83px;
    display: block;
    border-radius: 5px;
    transition: opacity 0.4s;
}

.pt a.supportBanner {
    background: transparent;
}

.en a.supportBanner {
    background: transparent;
}

.es a.supportBanner {
    background: transparent;
}


a.supportBanner:hover {
    opacity: 0.8;
}

a.supportBanner:active {
    opacity: 1;
}

a.publisher {
    width: 180px;
    height: 83px;
    display: block;
    border-radius: 5px;
    transition: opacity 0.4s;
}

.pt a.publisher {
    background: transparent url('../imgs/publisher.png');
}

.en a.publisher {
    background: transparent url('../imgs/publisher.png');
}

.es a.publisher {
    background: transparent url('../imgs/publisher.png');
}

a.publisher:hover {
    opacity: 0.8;
}

a.publisher:active {
    opacity: 1;
}

.loginarea {
    position: relative;
}

.loginarea .error {
    margin: 0 auto 10px auto;
    padding: 4px;
    background: #b30000;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.loginarea .loader {
    opacity: 0.8;
    width: 80px;
    height: 80px;
    background: #000 url('../imgs/nm/loader.gif') no-repeat center center;
    position: absolute;
    left: 49px;
    top: 16px;
    border-radius: 40px;
}

.loginarea .ess {
    display: block;
    padding: 4px 0 6px 10px;
}

.loginarea .ess a {
    font-size: 10px;
}

.anpc {
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 3px;
}

.anpc a {
    font-size: 10px;
}

.logged {
    font-size: 11px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.logged span {
    font-weight: bold;
    font-size: 12px;
}

.fieldsBox {
    position: relative;
    background: #b9b9b9;
    width: 178px;
    padding: 1px;
    border-radius: 5px;
}

.fieldsBox .inpt {
    outline: none;
    background: #f3f3f3;
    color: #000;
    font-size: 12px;
    border: 0;
    padding: 0 10px 0 28px;
    margin: 0;
    width: 140px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px 4px 0 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1) inset;
}

.fieldsBox .inpt.pass {
    border-radius: 0 0 4px 4px;
    margin: 1px 0 0 0;
    padding: 0 70px 0 28px;
    width: 80px;
}

.fieldsBox .acc_icon {
    position: absolute;
    width: 11px;
    height: 11px;
}

.fieldsBox .acc_icon.user {
    left: 10px;
    top: 10px;
    background: transparent url('../imgs/login-icons.png') no-repeat 0 0;
}

.fieldsBox .acc_icon.pass {
    left: 10px;
    top: 39px;
    background: transparent url('../imgs/login-icons.png') no-repeat 0 -13px;
}

.fieldsBox .gologin {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 60px;
    height: 27px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
    font-size: 12px;
    font-family: Arial;
    text-transform: none;
    border-radius: 4px 0 4px 4px;
}

.anpc, .logged {
    background: #ccc;
    color: #000;
}

.sstatus {
    width: 180px;
    background: #efefef;
    padding: 9px 15px;
    border-radius: 8px;
    box-sizing: border-box;
}

.sstatus > div {
    font-size: 11px;
    font-weight: bold;
    width: 150px;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    color: #454545;
    padding: 0 9px;
    border-top: 1px solid #dedede;
}

.sstatus > div:first-child {
    border: 0;
}

.sstatus > div > div {
    float: right;
}

.sstatus > div > div.on, .sstatus > div > span {
    color: #0e7a0b;
}

.sstatus > div > div.off {
    color: #b70000;
}

.galleryBox {
    width: 180px;
    overflow: hidden;
    margin: 0 auto;
}

.galleryBox > div {
    width: 196px;
    display: table;
}

.galleryBox a, .galleryBox a div, .galleryBox a img {
    width: 52px;
    height: 52px;
}

.galleryBox a {
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.4);
    display: block;
    position: relative;
    float: left;
    padding: 1px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    overflow: hidden;
}

.galleryBox a div {
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.galleryBox a img {
    border-radius: 4px;
}

.galleryBox a span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 17px;
    background: transparent url('../imgs/nm/play.png') no-repeat;
    border-radius: 4px;
}

.galleryBox a:hover {
    border: 1px solid rgba(0,0,0,0.8);
}

.galleryBox a:hover div {
    box-shadow: 0 0 10px rgba(255,255,255,0.6) inset;
}

.fullGallery {
    width: 383px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.fullGallery > div {
    width: 398px;
    display: table;
}

.fullGallery a, .fullGallery a div, .fullGallery a img {
    width: 88px;
    height: 88px;
}

.fullGallery a {
    border: 1px solid rgba(0,0,0,0.4);
    background: rgba(255,255,255,0.2);
    display: block;
    position: relative;
    float: left;
    padding: 1px;
    margin: 0 5px 5px 0;
    border-radius: 7px;
    overflow: hidden;
}

.fullGallery a div {
    border-radius: 5px;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.fullGallery a img {
    border-radius: 5px;
}

.fullGallery a span {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 23px;
    top: 23px;
    background: transparent url('../imgs/nm/play2.png') no-repeat;
    border-radius: 5px;
}

.fullGallery a:hover {
    border-color: rgba(0,0,0,0.7);
    background: rgba(255,255,255,0.4);
}

.fullGallery a:hover div {
    box-shadow: 0 0 10px rgba(255,255,255,0.6) inset;
}

.news {
    cursor: default;
    width: calc(100% - 80px);
    display: table;
    padding: 18px 0;
    margin: 0 auto;
}

.news a.imgn, .news a.imgn img {
    width: 96px;
    height: 96px;
}

.news a.imgn {
    display: block;
    float: left;
    padding: 1px;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 6px;
}

.news a.imgn img {
    border-radius: 5px;
}

.news .contentn {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 10px 0 0 15px;
    float: left;
}

.news a.titlen {
    font-weight: bold;
    display: table;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.news .textn {
    color: rgba(0,0,0,0.8);
    font-size: 11px;
    height: 42px;
    overflow: hidden;
}

.news .finalinfo {
    width: 100%;
    display: block;
    padding: 5px 0 0 0;
}

.news .finalinfo .datan {
    color: rgba(0,0,0,0.6);
    float: left;
    font-weight: bold;
    font-size: 11px;
}

.news .finalinfo .lermaisn {
    float: right;
    font-weight: bold;
    padding-right: 20px;
}

.news .finalinfo .lermaisn a, .ctcarea .lermaisn_all a {
    font-size: 12px;
    font-weight: bold;
}

.shadownew {
    opacity: 0.7;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, transparent, rgba(126, 91, 52, 0.38), transparent);
    margin: 0 auto;
}

#modal {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    padding: 20px 0 0 0;
    width: 460px;
    height: 250px;
    left: calc(50% - 233px);
    top: calc(50% - 128px);
    text-align: center;
    border: 3px solid #6c6c6e;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

#modal h1 {
    text-align: center;
    width: 100%;
    margin: 16px 0 20px 0;
    font-size: 23px !important;
}

#modal {
    color: #000;
    background: #fff;
}

.banner {
    position: relative;
    background: transparent;
}

.banner .circles {
    z-index: 3;
    height: 13px;
    position: absolute;
}

.banner .circles div {
    cursor: pointer;
    float: left;
    width: 13px;
    height: 13px;
    background: transparent url('../imgs/nm/circles.png') no-repeat -14px 0;
    margin: 0 4px 0 0;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.banner .circles div.act {
    background-position: 0 0;
}

.banner > a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
}

.banner > a.bvis {
    z-index: 2;
}

.banner, .banner > a {
    border-radius: 10px;
}

.banner > a > img {
    border-radius: 8px;
}

.banner > a > .bmask {
    position: absolute;
    left: 0;
    top: 0;
}

.banner {
    border: 2px solid rgba(0,0,0,0.4);
}

.banner .circles {
    bottom: 10px;
    right: 10px;
}

.faceIndex {
    border: 2px solid rgba(0,0,0,0.4);
}

.paginate {
    display: table;
    margin: 30px auto;
}

.paginate a {
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    float: left;
    margin: 0 1px 0 0;
    border-radius: 3px;
}

.paginate a.atual, .paginate a.desatived {
    cursor: default;
    box-shadow: none;
}

.paginate a {
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7) !important;
}

.paginate a:hover {
    background: rgba(0,0,0,0.9) !important;
    border-color: rgba(0,0,0,0.9) !important;
    color: #fff !important;
}

.paginate a:active, .paginate a.atual {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.paginate a:active {
    opacity: 0.5;
}

.paginate a.desatived {
    background: rgba(0,0,0,0.1) !important;
    border-color: rgba(0,0,0,0.1) !important;
    color: rgba(0,0,0,0.3) !important;
}

table.default {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    width: 100%;
    background: 0;
    overflow: hidden;
}

table.default tr td:first-child {
    border: 0;
}

table.default tr td {
    font-size: 12px;
    padding: 6px 8px;
    border-left: 1px solid rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}

table.default tr.two td {
    background: #fff;
}

table.default tr td.foco {
    font-weight: bold;
    color: #000;
    background: rgba(0,0,0,0.2);
}

table.default tr.two td.foco {
    background: rgba(0,0,0,0.1);
}

table.default tr th {
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px 0;
}

table.default tr.ctype2, table.default tr.ctype2 td {
    padding: 0;
    margin: 0;
    height: 2px;
    background: rgba(0,0,0,0.1);
}

table.default .pos {
    width: 25px;
    text-align: center;
}

.horMenu {
    display: table;
    margin: 20px auto;
}

.horMenu a {
    float: left;
    padding: 10px 15px;
    border-bottom: 2px solid rgba(0,0,0,0.5);
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0,0,0,0.6) !important;
}

.horMenu a:first-child {
    margin: 0;
}

.horMenu a:hover {
    border-color: #000 !important;
    color: #000 !important;
}

.horMenu a.act {
    cursor: default;
    border-color: #000 !important;
    color: #000 !important;
    text-shadow: 0 0 5px rgba(255,255,255,0.6);
}

.horMenu a:active {
    opacity: 0.6;
}

.rulesbox {
    height: 260px;
    box-sizing: border-box;
    overflow: auto;
    margin: 0 auto 20px;
    padding: 20px;
    width: calc(100% - 20px);
    border: 2px solid rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
}

.rulesbox h1 {
    padding-top: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 20px 20px;
    font-size: 20px;
}

.formpadrao, .formpadrao > div, .formpadrao .camp input, .formpadrao .camp select {
    border-radius: 3px;
}

.formpadrao {
    display: table;
    margin: 0 auto 2px auto;
    padding: 2px;
}

.formpadrao > div {
    display: table;
}

.formpadrao .desc {
    width: 140px;
    padding: 0 10px;
    font-weight: bold;
    text-align: right;
}

.formpadrao .desc, .formpadrao .camp, .formpadrao .camp2 {
    float: left;
    height: 40px;
    line-height: 40px;
}

.formpadrao .camp input[type="text"], .formpadrao .camp input[type="password"], .formpadrao .camp input[type="file"] {
    border: 0;
    width: 200px;
    margin: 5px 5px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4) inset;
}

.formpadrao .camp select {
    border: 0;
    width: 210px;
    margin: 5px 5px 0 0;
    padding: 6px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4) inset;
}

.formpadrao textarea {
    border: 0;
    resize: vertical;
    height: 300px;
    width: 200px;
    margin: 0 4px 10px 0;
    padding: 5px;
}

.formpadrao.tdate .camp input {
    text-align: center;
    padding: 0 9px;
}

.formpadrao.errorc, .formpadrao.errorc .desc, .formpadrao.errorc .camp {
    border-color: #c70000;
}

.formpadrao.errorc > div {
    background: #c70000;
}

.formpadrao.errorc .desc {
    color: #fff;
}

.formpadrao {
    border: 1px solid rgba(0,0,0,0.7);
}

.formpadrao > div {
    background: rgba(0,0,0,0.7);
}

.formpadrao .desc {
    color: #fff;
}

.formpadrao .camp input[type="text"], .formpadrao .camp input[type="password"], .formpadrao .camp input[type="file"], .formpadrao .camp select, .formpadrao textarea {
    background: #fff;
}

.formpadrao .camp input[type="text"]:focus, .formpadrao .camp input[type="password"]:focus, .formpadrao .camp select:hover, .formpadrao textarea:focus {
    background: #fffbd5;
}

label.captcha {
    position: relative;
}

label.captcha img.captchaImage {
    position: absolute;
    left: 8px;
    top: 3px;
    opacity: 0.8;
    border-radius: 3px;
}

label.captcha a {
    position: absolute;
    right: 12px;
    top: 12px;
}

label.captcha a, label.captcha a img {
    width: 23px;
    height: 23px;
}

label.captcha a:hover {
    opacity: 0.7;
}

label.captcha a:active {
    opacity: 1;
}

.castled {
    width: 400px;
    margin: 0 auto;
}

.castled, .castled > div {
    display: table;
}

.castled .ct {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 30px;
}

.castled .imgc {
    width: 200px;
    height: 113px;
    border: 1px solid rgba(0,0,0,0.4);
    float: left;
    border-radius: 6px;
}

.castled .imgc span {
    display: block;
    width: 200px;
    height: 113px;
    background: rgba(0,0,0,0.6) url('../imgs/nm/castles.jpg') no-repeat;
    border-radius: 5px;
}

.castled .ci {
    float: left;
    width: 188px;
    padding: 2px 0 0 10px;
}

.castled .ci .co {
    font-weight: bold;
}

.castled .ci .cc {
    margin-bottom: 8px;
}

.castled .nwar {
    padding: 5px 0 10px 0;
}

.castled .imgc.aden span {
    background-position: left top;
}

.castled .imgc.goddard span {
    background-position: -200px top;
}

.castled .imgc.giran span {
    background-position: -400px top;
}

.castled .imgc.oren span {
    background-position: -600px top;
}

.castled .imgc.dion span {
    background-position: -800px top;
}

.castled .imgc.gludio span {
    background-position: -1000px top;
}

.castled .imgc.innadril span {
    background-position: -1200px top;
}

.castled .imgc.rune span {
    background-position: -1400px top;
}

.castled .imgc.schuttgart span {
    background-position: -1600px top;
}

.rankings_options {
    cursor: pointer;
    transition: background 0.5s, border-color 0.5s, color 0.5s;
    position: absolute;
    top: 20px;
    right: 28px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.2);
    height: 34px;
    line-height: 34px;
    padding: 0 26px 0 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
}

.rankings_options .rankings_arrow {
    transition: opacity 0.5s;
    position: absolute;
    top: 15px;
    right: 10px;
    Display: block;
    width: 10px;
    height: 6px;
    background: transparent url('../imgs/nm/rankings_arrow.png') no-repeat;
    opacity: 0.6;
}

.rankings_options:hover {
    background: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,4);
    color: rgba(0,0,0,0.8);
}

.rankings_options:hover .rankings_arrow {
    opacity: 0.8;
}

.rankings_options > div {
    opacity: 0;
    transition: opacity 0.5s;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 0;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.rankings_options > div a {
    line-height: normal;
    width: 150px !important;
    font-size: 10px !important;
    padding: 5px 0 !important;
}

.rankings_options:hover > div {
    width: auto !important;
    height: auto !important;
    opacity: 1;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-right: 0;
    border-bottom: 0;
}

/* Modern L2 Sayha skin */
:root {
    --bg: #0d0703;
    --bg-soft: #15100c;
    --panel: #f5f0e9;
    --panel-2: #fffaf2;
    --text: #261b13;
    --muted: #766758;
    --line: rgba(107, 82, 58, 0.22);
    --gold: #d9a441;
    --gold-2: #f1c86a;
    --red: #d80f20;
    --red-2: #ff2638;
    --green: #1c9d4a;
    --discord: #5865f2;
    --shadow: 0 18px 50px rgba(13, 7, 3, 0.26);
}

body,
body a,
body a:active,
body a:visited,
body a:link,
input,
select,
textarea,
button {
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0;
}

body {
    background:
        radial-gradient(ellipse 660px 250px at 50% 230px, rgba(255, 201, 100, 0.14), transparent 68%),
        linear-gradient(180deg, rgba(13,7,3,0) 0, rgba(13,7,3,0) 380px, rgba(13,7,3,0.64) 540px, var(--bg) 800px),
        url('../imgs/bg-top.png') no-repeat center top,
        var(--bg) !important;
    background-size: auto, auto, 1920px auto, auto;
    color: var(--text);
}

.all {
    padding-top: 505px;
}

.all > section {
    display: grid;
    grid-template-columns: 180px 18px 600px 18px 180px;
    align-items: start;
    column-gap: 0;
    background: linear-gradient(180deg, var(--panel-2), var(--panel)) !important;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 8px;
    box-shadow: var(--shadow);
    width: 1046px;
}

.all > section:before,
.all > section:after {
    content: "";
    align-self: stretch;
    width: 1px;
    min-height: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, transparent, rgba(107,82,58,0.22) 9%, rgba(107,82,58,0.22) 91%, transparent);
}

.all > section:before {
    grid-column: 2;
    grid-row: 1;
}

.all > section:after {
    grid-column: 4;
    grid-row: 1;
}

article {
    grid-column: 3;
    float: none;
    box-sizing: border-box;
    color: var(--text);
    width: 600px;
    padding: 4px 30px 0 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08));
}

article .page {
    min-height: 340px;
}

article img,
article object {
    max-width: 540px !important;
}

aside {
    float: none;
    display: block;
    width: 180px;
    box-sizing: border-box;
}

aside.esq {
    grid-column: 1;
}

aside.dir {
    grid-column: 5;
}

a, a:active, a:visited, a:link {
    color: #7b4b19;
}

a:hover {
    color: #b66c17;
}

hr,
.shadownew {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: linear-gradient(90deg, transparent, rgba(126, 91, 52, 0.38), transparent) !important;
}

h1,
h2 {
    color: var(--text);
    font-weight: 800;
    text-shadow: none;
    letter-spacing: 0;
}

h1 {
    font-size: 27px;
    margin-top: 20px;
}

h2 {
    font-size: 21px;
}

nav {
    position: absolute;
    top: -78px;
    height: 62px;
    line-height: normal;
    padding: 0;
    box-sizing: border-box;
    background: #0d0703 !important;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(0,0,0,0.28);
    backdrop-filter: none;
    width: 1046px;
    overflow: hidden;
}

nav:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: conic-gradient(from var(--nav-border-angle, 0deg), transparent 0deg, rgba(241,200,106,0.2) 72deg, rgba(255,255,255,0.72) 104deg, rgba(217,164,65,0.5) 138deg, transparent 210deg, transparent 360deg);
    pointer-events: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    animation: navBorderGlow 5.8s linear infinite;
}

nav div {
    position: relative;
    z-index: 1;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

nav a {
    float: none;
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 6px;
    color: rgba(255,249,240,0.86) !important;
    font-size: 13px !important;
    font-weight: 800;
    text-shadow: none;
    letter-spacing: 0.02em;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

nav a:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.08);
    transform: translateY(-1px);
    text-shadow: none;
}

nav a.nav-buy {
    color: #fff !important;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 10px 25px rgba(216,15,32,0.34);
}

nav a.nav-buy:hover {
    background: linear-gradient(135deg, #f0192d, #ff4554);
}

@property --nav-border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes navBorderGlow {
    to { --nav-border-angle: 360deg; }
}

.langs {
    top: 34px;
}

.langs .bg {
    background: rgba(13,7,3,0.78);
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.08);
}

aside .box {
    margin-bottom: 21px;
}

aside .box .title {
    height: auto;
    margin-bottom: 11px;
    padding: 0 0 8px;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

aside .box .ctt {
    color: var(--muted);
}

aside .box .ctt > a.default {
    box-sizing: border-box;
    width: 180px !important;
    margin: 0 0 7px !important;
    padding: 8px 10px 9px;
}

aside .box .ctt > a.default:hover {
    transform: none;
}

aside .box .ctt > a.default:last-child {
    margin-bottom: 0 !important;
}

article a.default,
a.default,
span.default,
input.default,
.rankings_options > div a,
.download-btn,
.paginate a {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(13,7,3,0.12) !important;
    border-radius: 6px !important;
    background: linear-gradient(180deg, #2d241c, #17100b) !important;
    box-shadow: 0 8px 18px rgba(13,7,3,0.16) !important;
    color: #fffaf1 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

article a.default:hover,
a.default:hover,
input.default:hover,
span.default:hover,
.rankings_options > div a:hover,
.download-btn:hover {
    border-color: rgba(217,164,65,0.45) !important;
    background: linear-gradient(180deg, #3a2b1e, #21150d) !important;
    box-shadow: 0 10px 24px rgba(13,7,3,0.22) !important;
    transform: translateY(-1px);
}

a.default.dbig,
input.default.dbig {
    padding: 12px 28px;
    border-radius: 7px !important;
}

.fieldsBox,
.sstatus,
.anpc,
.logged,
.rmsg,
.rulesbox,
.formpadrao,
.rankings_options:hover > div {
    background: rgba(255,255,255,0.48) !important;
    border: 1px solid var(--line) !important;
    box-sizing: border-box;
    box-shadow: none;
}

.fieldsBox {
    padding: 4px;
    width: 180px;
}

.fieldsBox .inpt,
.formpadrao .camp input[type="text"],
.formpadrao .camp input[type="password"],
.formpadrao .camp input[type="file"],
.formpadrao .camp select,
.formpadrao textarea {
    border: 1px solid rgba(107,82,58,0.2) !important;
    background: rgba(255,255,255,0.78) !important;
    color: var(--text) !important;
    box-shadow: none !important;
}

.fieldsBox .inpt {
    box-sizing: border-box;
    width: 170px;
}

.fieldsBox .inpt.pass {
    width: 170px;
}

.formpadrao > div {
    background: transparent !important;
}

.formpadrao .desc {
    color: var(--text) !important;
}

.formpadrao .camp {
    width: 217px;
}

.formpadrao .camp input[type="text"],
.formpadrao .camp input[type="password"],
.formpadrao .camp input[type="file"],
.formpadrao .camp select {
    box-sizing: border-box;
    width: 212px !important;
    height: 32px;
}

.formpadrao .camp input:focus,
.formpadrao .camp select:focus,
.formpadrao textarea:focus,
.fieldsBox .inpt:focus {
    border-color: rgba(217,164,65,0.65) !important;
    outline: none;
}

.sstatus {
    border-radius: 7px;
}

.sstatus > div {
    border-color: var(--line);
    color: var(--text);
}

.sstatus > div > div.on,
.sstatus > div > span {
    color: var(--green);
}

.sstatus > div > div.off {
    color: var(--red);
}

.sstatus.sstatus--single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 180px;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 7px;
    text-align: center;
}

.sstatus__dot {
    position: relative;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0 currentColor;
}

.sstatus__dot:after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .45;
    animation: serverPulse 1.35s ease-out infinite;
}

.sstatus__label {
    color: inherit;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.sstatus--single.is-online {
    color: var(--green);
}

.sstatus--single.is-offline {
    color: var(--red);
}

.sstatus--single.is-offline .sstatus__dot:after {
    animation-duration: 1.8s;
}

@keyframes serverPulse {
    0% {
        opacity: .55;
        transform: scale(.7);
    }
    100% {
        opacity: 0;
        transform: scale(1.65);
    }
}

.status-alive {
    color: var(--green);
}

.status-dead {
    color: var(--red);
}

.beta-online {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.beta-online__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22b84a, #0b7d2c);
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(14,128,48,0.26), inset 0 1px 0 rgba(255,255,255,0.26);
    animation: betaPulse 1.55s ease-in-out infinite;
}

.beta-online__date {
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.beta-separator {
    width: 100%;
    height: 1px;
    margin: 0 auto 14px;
    background: linear-gradient(90deg, transparent, rgba(34,184,74,0.22), transparent);
}

@keyframes betaPulse {
    0%,100% {
        transform: scale(1);
        box-shadow: 0 12px 26px rgba(14,128,48,0.26), 0 0 0 0 rgba(34,184,74,0.28), inset 0 1px 0 rgba(255,255,255,0.26);
    }
    50% {
        transform: scale(1.045);
        box-shadow: 0 16px 34px rgba(14,128,48,0.36), 0 0 0 9px rgba(34,184,74,0), inset 0 1px 0 rgba(255,255,255,0.32);
    }
}

.global-countdown {
    box-sizing: border-box;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 18px;
    padding: 4px 0 8px;
    border: 0;
    background: transparent;
    color: var(--text);
    text-align: center;
    box-shadow: none;
}

.global-countdown__label {
    color: var(--red);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.global-countdown__date {
    margin-top: 8px;
    color: var(--text);
    font-size: 16px;
    font-weight: 950;
}

.global-countdown__date span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.atualstudioCountdown {
    margin-top: 4px;
}

.global-countdown .soon {
    color: #2d2118;
    font-size: 42px;
}

.global-countdown .soon[data-layout*=group] {
    padding: 8px 0 0;
}

.global-countdown .soon-label {
    color: var(--muted);
    font-weight: 900;
    text-shadow: none;
}

.global-countdown .soon-value,
.global-countdown .soon-slot-inner {
    color: var(--text);
    text-shadow: none !important;
}

.global-countdown .soon-ring-progress {
    color: rgba(216,15,32,0.9) !important;
    background-color: rgba(216,15,32,0.08) !important;
    border-color: rgba(216,15,32,0.38) !important;
}

.clean-separator {
    width: 100%;
    height: 1px;
    margin: 0 auto 10px;
    background: linear-gradient(90deg, transparent, rgba(126,91,52,0.2), transparent);
}

.home-vip-cta {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 4px;
    min-height: 188px;
    padding: 24px 24px 26px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0, rgba(217,164,65,0.28), transparent 38%),
        linear-gradient(145deg, #1a1009, var(--bg));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 42px rgba(13,7,3,0.28);
}

.home-vip-kicker {
    color: var(--gold-2);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-vip-title {
    max-width: 360px;
    margin: 10px auto 7px;
    color: #fff8ed;
    font-size: 27px;
    line-height: 1.08;
    font-weight: 950;
}

.home-vip-subtitle {
    max-width: 380px;
    margin: 0 auto 18px;
    color: rgba(255,248,237,0.76);
    font-size: 13px;
    line-height: 1.38;
}

.vip-register-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 48px;
    padding: 0 24px;
    border-radius: 7px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    box-shadow: 0 18px 34px rgba(216,15,32,0.34), inset 0 1px 0 rgba(255,255,255,0.22);
    font-size: 14px !important;
    font-weight: 950;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.vip-register-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(216,15,32,0.44), inset 0 1px 0 rgba(255,255,255,0.28);
}

.home-discord-widget {
    width: 100%;
    margin: 22px auto 4px;
    text-align: center;
}

.home-discord-widget iframe {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto 12px;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(13,7,3,0.22);
}

.home-discord-widget a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 42px;
    border-radius: 6px;
    color: #fff !important;
    background: var(--discord);
    box-shadow: 0 12px 24px rgba(88,101,242,0.26);
    font-weight: 900;
    text-transform: uppercase;
}

.download-page .download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 340px;
    min-height: 46px;
    margin: 10px auto;
    padding: 12px 18px;
}

.info-page {
    width: 100%;
    max-width: 540px;
    overflow: hidden;
}

.info-page h1 {
    width: auto;
    margin: 4px 0 10px;
    text-align: left;
}

.info-lead {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.info-grid {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 540px;
}

.info-panel {
    display: block !important;
    grid-template-columns: none !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 540px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255,255,255,0.5);
    overflow: hidden;
}

.info-panel h2 {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font-size: 16px;
    font-weight: 950;
    text-transform: uppercase;
}

.info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-list li {
    display: block;
    min-width: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(107,82,58,0.14);
}

.info-list li:last-child {
    border-bottom: 0;
}

.info-list strong {
    display: block;
    margin-bottom: 3px;
    color: var(--text);
    font-size: 11px;
    font-weight: 950;
    line-height: 1.3;
    text-transform: uppercase;
}

.info-list span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
}

.info-list em {
    color: var(--red);
    font-style: normal;
    font-weight: 900;
}

.info-list--bullets {
    grid-template-columns: 1fr;
}

.info-list--bullets li {
    position: relative;
    padding-left: 14px;
}

.info-list--bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
}

.news {
    width: calc(100% - 24px);
    padding: 16px 0;
}

.news a.imgn {
    border-color: var(--line);
    background: rgba(255,255,255,0.58);
}

.news a.titlen {
    color: var(--text) !important;
    font-size: 17px;
}

.news .textn,
.news .finalinfo .datan {
    color: var(--muted);
}

table.default {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid var(--line);
}

table.default tr th {
    background: #21160f;
    color: #fff8ed;
}

table.default tr td,
table.default tr.two td,
table.default tr td.foco,
table.default tr.two td.foco {
    background: rgba(255,255,255,0.42);
    border-color: var(--line);
}

.horMenu a {
    border-bottom: 0;
    border-radius: 6px;
    background: rgba(13,7,3,0.06);
    color: var(--muted) !important;
}

.horMenu a:hover,
.horMenu a.act {
    background: rgba(217,164,65,0.14);
    color: var(--text) !important;
}

.side-rank-list {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-rank-list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255,255,255,0.42);
    box-sizing: border-box;
}

.side-rank-pos {
    color: var(--red);
    font-size: 11px;
    font-weight: 950;
}

.side-rank-name {
    min-width: 0;
    overflow: hidden;
    color: var(--text);
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-rank-score {
    color: var(--muted);
    font-size: 12px;
    font-weight: 950;
}

.side-rank-more {
    display: block;
    margin-top: 9px;
    color: var(--red) !important;
    font-size: 11px !important;
    font-weight: 950;
    text-align: right;
    text-transform: uppercase;
}

.hoster-card {
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 12px 13px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        radial-gradient(circle at 15% 0, rgba(30,144,220,0.24), transparent 36%),
        linear-gradient(180deg, #1d1d1b, #0d0c0a);
    box-shadow: 0 16px 34px rgba(13,7,3,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.hoster-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(13,7,3,0.28), inset 0 1px 0 rgba(255,255,255,0.1);
}

.hoster-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
    transform: translateX(-120%);
    animation: hosterShine 4.2s ease-in-out infinite;
}

.hoster-card__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto 13px;
    filter: drop-shadow(0 10px 16px rgba(0,0,0,0.28));
}

.hoster-card__status {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
}

.hoster-card__ping {
    color: rgba(255,248,237,0.75);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hoster-card__ping strong {
    color: #47d36a;
    font-size: 12px;
}

.br-ping-flag {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.br-ping-flag:before,
.br-ping-flag:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(71,211,106,0.5);
    border-radius: 999px;
    inset: -4px -8px;
    opacity: 0;
    animation: brPingWave 1.55s ease-out infinite;
}

.br-ping-flag:after {
    animation-delay: .55s;
}

.br-ping-flag i {
    position: absolute;
    right: -18px;
    top: -8px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 14px;
    border-radius: 999px;
    background: #47d36a;
    color: #062810;
    font-size: 8px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: 0;
    box-shadow: 0 5px 12px rgba(71,211,106,0.24);
}

.br-ping-flag i:before {
    content: "BR";
}

.br-flag {
    position: relative;
    width: 34px;
    height: 23px;
    overflow: hidden;
    border-radius: 4px;
    background: #009b3a;
    box-shadow: 0 5px 12px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.18);
    animation: flagWave 1.8s ease-in-out infinite;
    transform-origin: left center;
}

.br-flag:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #ffdf00;
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1.25);
}

.br-flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #002776;
    transform: translate(-50%, -50%);
}

.br-flag span {
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 2;
    width: 13px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    transform: rotate(10deg);
}

@keyframes flagWave {
    0%,100% { transform: skewY(0deg) scaleX(1); }
    50% { transform: skewY(-4deg) scaleX(.96); }
}

@keyframes brPingWave {
    0% { opacity: 0; transform: scale(.82); }
    18% { opacity: .8; }
    100% { opacity: 0; transform: scale(1.28); }
}

@keyframes hosterShine {
    0%,55% { transform: translateX(-120%); }
    75%,100% { transform: translateX(120%); }
}

.discord-pop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

body.discord-pop-open {
    overflow: hidden;
}

.discord-pop.is-visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.discord-pop.is-closing {
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.discord-pop.is-closing .discord-pop__dialog {
    animation: discordPopOut .24s ease both;
}

.discord-pop__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 34%, rgba(88,101,242,0.22), transparent 30%),
        radial-gradient(circle at 50% 48%, rgba(217,164,65,0.14), transparent 42%),
        rgba(13,7,3,0.82);
    backdrop-filter: blur(4px);
}

.discord-pop__dialog {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    padding: 34px 34px 30px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.16);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), transparent 24%),
        radial-gradient(circle at 50% -10%, rgba(88,101,242,0.32), transparent 42%),
        linear-gradient(180deg, #21150e, #0d0703 78%);
    color: #fff8ed;
    text-align: center;
    box-shadow: 0 32px 90px rgba(0,0,0,0.58), inset 0 1px 0 rgba(255,255,255,0.12);
    animation: discordPopIn .42s cubic-bezier(.2,.8,.2,1) both;
    overflow: hidden;
}

.discord-pop__dialog:before,
.discord-pop__dialog:after {
    content: "";
    position: absolute;
    left: 50%;
    pointer-events: none;
}

.discord-pop__dialog:before {
    top: -150px;
    width: 330px;
    height: 330px;
    margin-left: -165px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217,164,65,0.22), transparent 67%);
    animation: discordGlow 3.4s ease-in-out infinite;
}

.discord-pop__dialog:after {
    top: 16px;
    width: 72%;
    height: 1px;
    margin-left: -36%;
    background: linear-gradient(90deg, transparent, rgba(241,200,106,0.6), transparent);
}

.discord-pop__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.13);
    color: rgba(255,248,237,0.9);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.discord-pop__close:before,
.discord-pop__close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
}

.discord-pop__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.discord-pop__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.discord-pop__close:hover {
    background: rgba(216,15,32,0.92);
    color: #fff;
    transform: rotate(90deg) scale(1.05);
}

.discord-pop__brand {
    position: relative;
    z-index: 1;
    width: min(260px, 82%);
    margin: 0 auto 12px;
    animation: discordLogoFloat 3.6s ease-in-out infinite;
}

.discord-pop__brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 22px rgba(0,0,0,0.42)) drop-shadow(0 0 16px rgba(217,164,65,0.18));
}

.discord-pop__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(241,200,106,0.26);
    background: rgba(217,164,65,0.1);
    color: var(--gold-2);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.discord-pop__dialog h2 {
    position: relative;
    z-index: 1;
    margin: 12px 0 10px;
    color: #fff8ed;
    font-size: 26px;
    line-height: 1.1;
    text-shadow: 0 8px 22px rgba(0,0,0,0.42);
}

.discord-pop__dialog p {
    position: relative;
    z-index: 1;
    max-width: 330px;
    margin: 0 auto 24px;
    color: rgba(255,248,237,0.76);
    font-size: 13px;
    line-height: 1.5;
}

.discord-pop__actions {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.discord-pop__actions a,
.discord-pop__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    height: 42px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 950;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.discord-pop__actions a {
    color: #fff !important;
    background: linear-gradient(135deg, #5865f2, #3442d9);
    box-shadow: 0 14px 28px rgba(88,101,242,0.34), inset 0 1px 0 rgba(255,255,255,0.22);
    animation: discordButtonPulse 1.8s ease-in-out infinite;
}

.discord-pop__actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(88,101,242,0.44), inset 0 1px 0 rgba(255,255,255,0.28);
}

.discord-pop__actions button {
    color: rgba(255,248,237,0.82);
    background: rgba(255,255,255,0.09);
}

.discord-pop__actions button:hover {
    color: #fff;
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

@keyframes discordPopIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes discordPopOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(14px) scale(.97);
    }
}

@keyframes discordLogoFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes discordGlow {
    0%,100% { opacity: .72; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}

@keyframes discordButtonPulse {
    0%,100% { box-shadow: 0 14px 28px rgba(88,101,242,0.34), 0 0 0 0 rgba(88,101,242,0.28), inset 0 1px 0 rgba(255,255,255,0.22); }
    50% { box-shadow: 0 16px 34px rgba(88,101,242,0.42), 0 0 0 7px rgba(88,101,242,0), inset 0 1px 0 rgba(255,255,255,0.26); }
}

.bonus-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9997;
    width: 181px;
    height: 237px;
    text-align: center;
    filter: drop-shadow(0 22px 30px rgba(0,0,0,.42));
    animation: bonusFloat 3s ease-in-out infinite;
}

.bonus-float.is-hidden {
    display: none;
}

.bonus-float__panel {
    position: relative;
    display: block;
    width: 181px;
    height: 237px;
    text-decoration: none;
}

.bonus-float__art {
    display: block;
    width: 181px;
    height: 237px;
}

.bonus-float__text {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 154px;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.1;
    text-shadow: 0 2px 6px rgba(0,0,0,.65);
}

.bonus-float__btn {
    position: absolute;
    left: 31px;
    right: 31px;
    top: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(180deg,#38cf59,#12852c);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 10px 20px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.35);
    animation: bonusPulse 1.35s ease-in-out infinite;
}

.bonus-float__close {
    position: absolute;
    right: -11px;
    top: 9px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #e6d5c5;
    color: #2b1a12;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,.26);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bonus-float__close:hover {
    background: #fff0df;
}

.bonus-float:hover .bonus-float__art {
    transform: translateY(-3px) scale(1.015);
    transition: transform .22s ease;
}

footer {
    color: rgba(255,248,237,0.72);
}

.site-footer {
    width: 1046px;
    height: auto;
    line-height: normal;
    margin: 26px auto 0;
    padding: 20px 0 30px;
    box-sizing: border-box;
    color: rgba(255,248,237,0.72);
    font: 700 12px Arial, sans-serif;
    text-align: left;
}

.site-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,248,237,0.18);
}

.site-footer__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(255,248,237,0.2);
    border-radius: 999px;
    background: rgba(255,250,240,0.08);
    color: rgba(255,248,237,0.9) !important;
    font: 900 11px Arial, sans-serif !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__back:hover {
    border-color: rgba(217,164,65,0.6);
    background: rgba(217,164,65,0.12);
}

.site-footer__copy {
    display: grid;
    gap: 4px;
    color: rgba(255,248,237,0.56);
    text-align: center;
}

.site-footer__powered {
    color: #f1c86a;
    font-weight: 900;
}

.vip-register-btn {
    min-width: 0;
    width: min(100%, 230px);
}

.home-discord-widget a {
    min-width: 0;
    width: min(100%, 230px);
}

@media (max-width: 1040px) {
    body, html, .all {
        min-width: 0 !important;
    }

    body {
        background-size: auto, auto, 1420px auto, auto;
        background-position: center top;
    }

    .all {
        width: 100%;
        padding-top: 430px;
    }

    .all > section {
        width: calc(100% - 24px);
        max-width: 760px;
        margin: 0 auto;
        padding: 18px;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .all > section:before,
    .all > section:after {
        display: none;
    }

    nav {
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        min-height: 62px;
        top: -74px;
    }

    nav div {
        height: auto;
        min-height: 62px;
        flex-wrap: wrap;
        padding: 8px;
        box-sizing: border-box;
        gap: 6px;
    }

    nav a {
        height: 34px;
        padding: 0 11px;
        font-size: 12px !important;
    }

    article,
    aside,
    aside.esq,
    aside.dir {
        grid-column: 1;
        width: 100%;
        max-width: none;
    }

    article {
        padding: 0;
    }

    article .page {
        min-height: 0;
    }

    article img,
    article object {
        max-width: 100% !important;
        height: auto;
    }

    aside {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    aside.esq {
        order: 2;
    }

    article {
        order: 1;
    }

    aside.dir {
        order: 3;
    }

    aside .box {
        width: 100%;
        margin: 0;
    }

    aside .box .title {
        width: 100%;
    }

    aside .box .ctt > a.default,
    aside a.default,
    aside input.default {
        width: 100% !important;
    }

    .fieldsBox,
    .sstatus {
        width: 100%;
    }

    .fieldsBox .inpt,
    .fieldsBox .inpt.pass {
        width: 100%;
        padding-right: 72px;
    }

    .sstatus > div {
        width: 100%;
    }

    .side-rank-list li {
        grid-template-columns: 34px minmax(0, 1fr) auto;
    }

    table.default {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .site-footer {
        width: calc(100% - 24px);
        max-width: 760px;
    }
}

@media (max-width: 640px) {
    body {
        background-size: auto, auto, 1080px auto, auto;
    }

    .all {
        padding-top: 330px;
    }

    .langs {
        top: 16px;
        right: 14px;
    }

    .all > section {
        width: calc(100% - 16px);
        padding: 14px;
        gap: 16px;
        border-radius: 8px;
    }

    nav {
        top: -68px;
        border-radius: 8px;
    }

    nav div {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 8px;
        scrollbar-width: none;
    }

    nav div::-webkit-scrollbar {
        display: none;
    }

    nav a {
        flex: 0 0 auto;
        height: 34px;
        padding: 0 10px;
        font-size: 11px !important;
    }

    aside {
        grid-template-columns: 1fr;
    }

    h1 {
        width: auto;
        font-size: 23px;
        margin: 16px 0 12px;
    }

    h2 {
        margin-left: 0;
        font-size: 18px;
    }

    .pddInner {
        padding: 0;
    }

    .global-countdown {
        margin-bottom: 12px;
    }

    .global-countdown__date {
        font-size: 14px;
    }

    .global-countdown .soon {
        font-size: 28px;
    }

    .home-vip-cta {
        min-height: 0;
        padding: 20px 16px 22px;
    }

    .home-vip-title {
        font-size: 23px;
    }

    .home-vip-subtitle {
        font-size: 12px;
    }

    .home-discord-widget iframe {
        height: 250px;
    }

    .discord-pop {
        padding: 12px;
    }

    .discord-pop__dialog {
        max-width: 100%;
        padding: 28px 18px 22px;
    }

    .discord-pop__brand {
        width: min(240px, 84%);
        margin-bottom: 8px;
    }

    .discord-pop__dialog h2 {
        font-size: 22px;
    }

    .discord-pop__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .discord-pop__actions a,
    .discord-pop__actions button {
        width: 100%;
    }

    .bonus-float {
        right: 10px;
        bottom: 10px;
        width: 138px;
        height: 181px;
    }

    .bonus-float__panel,
    .bonus-float__art {
        width: 138px;
        height: 181px;
    }

    .bonus-float__text {
        top: 115px;
        left: 10px;
        right: 10px;
        font-size: 12px;
    }

    .bonus-float__btn {
        left: 22px;
        right: 22px;
        top: 149px;
        height: 28px;
        font-size: 10px;
        border-radius: 6px;
    }

    .bonus-float__close {
        right: -6px;
        top: 4px;
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .site-footer {
        width: calc(100% - 16px);
        padding-bottom: 24px;
        text-align: center;
    }

    .site-footer__top {
        display: grid;
        justify-items: center;
    }

    .site-footer__back {
        width: 100%;
    }
}

@keyframes bonusFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes bonusPulse {
    0%,100% {
        transform: scale(1);
        box-shadow: 0 10px 20px rgba(0,0,0,.28), 0 0 0 0 rgba(66,239,104,.34);
    }
    50% {
        transform: scale(1.055);
        box-shadow: 0 12px 24px rgba(0,0,0,.32), 0 0 0 7px rgba(66,239,104,0);
    }
}

@media (max-width: 1040px) {
    html,
    body,
    .all {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    body {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .all {
        display: block;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .all > section,
    section,
    nav,
    article,
    article .page,
    aside,
    aside.esq,
    aside.dir,
    footer,
    .site-footer {
        box-sizing: border-box;
        max-width: 100% !important;
    }

    article,
    aside,
    aside.esq,
    aside.dir {
        float: none !important;
    }

    article {
        width: 100% !important;
        min-width: 0;
    }

    article img,
    article object,
    article embed,
    article iframe,
    .page img {
        max-width: 100% !important;
        height: auto;
    }

    input,
    select,
    textarea,
    button {
        max-width: 100%;
    }

    .rmsg {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    html,
    body {
        position: relative;
    }

    .all {
        padding-left: 0;
        padding-right: 0;
    }

    article {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .all > section {
        width: calc(100% - 12px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    nav {
        width: 100% !important;
        max-width: 100% !important;
    }

    nav div {
        width: 100%;
        box-sizing: border-box;
    }

    .langs {
        max-width: calc(100% - 28px);
    }

    table,
    .default,
    .rankings,
    .rankings_options {
        max-width: 100%;
    }

    #alerta,
    #modal {
        max-width: calc(100vw - 24px);
        box-sizing: border-box;
    }
}
