/* ==========================================================================
   L2 Sirius — Design tokens
   ========================================================================== */
:root {
    --font-heading: 'Josefin Sans', Arial, sans-serif;
    --font-body: 'Work Sans', Arial, sans-serif;
    --bg-base: #07080a;
    --panel-top: rgba(19,19,22,0.88);
    --panel-bottom: rgba(9,9,10,0.94);
    --panel-border: rgba(255,255,255,0.08);
    --gold: #d4a373;
    --gold-strong: #aa7c11;
    --gold-soft: rgba(170,124,17,0.35);
    --text: #f4f1de;
    --text-dim: rgba(244,241,222,0.62);
}

body, html, .all { margin: 0; padding: 0; }
body, a, a:active, a:visited, a:link { font-family: var(--font-body); 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: transparent url('../imgs/separator.png') no-repeat center top; }
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; 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; }

/* ==========================================================================
   Camada de fundo (preparada — troque apenas o arquivo imgs/bg-image.jpg
   quando a arte final for escolhida; nenhum outro ajuste será necessário)
   ========================================================================== */
body, html, .all { min-width: 0; }
body { background-color: var(--bg-base); color: var(--text); }

#bg-image {
    position: fixed;
    inset: 0;
    z-index: -2;
    background: url('../imgs/bg-image.jpg') center center / cover no-repeat;
    opacity: 0.16;
    pointer-events: none;
}
#bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0) 0%, rgba(7,8,10,0.55) 60%, rgba(7,8,10,0.92) 100%);
}

a, a:active, a:visited, a:link { color: var(--gold); }
a:hover { color: #f4f1de; }
a:active { color: #e07a5f; }

/* Botões laterais (padrão) */
article a.default, a.default, span.default, input.default, .rankings_options > div a {
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: 8px 0;
    width: 178px;
    margin: 0 0 5px;
    border-radius: 8px;
    font-family: var(--font-heading);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    background: #1a1a1a;
    background: linear-gradient(180deg, #2c2c2c 0%, #1a1a1a 100%);
    border: 1px solid #333;
    color: #e0e0e0 !important;
}
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; }

/* Hover dourado nos botões */
article a.default:hover, a.default:hover, input.default:hover, span.default:hover, .rankings_options > div a:hover {
    background: #2a2a2a;
    border-color: var(--gold-strong);
    color: #fff !important;
    box-shadow: 0 0 8px var(--gold-soft);
}

/* ==========================================================================
   Estrutura (responsiva)
   ========================================================================== */
.all { width: 100%; max-width: 1100px; box-sizing: border-box; position: relative; margin: 0 auto; padding: 32px 20px 60px; }

h1 { font-family: var(--font-heading); font-weight: 700; font-size: 34px; color: #fff !important; letter-spacing: .01em; }
h1 a { font-family: var(--font-body) !important; font-size: 15px !important; padding: 17px 0 0; }
h2, h3, h4, h5 { color: #fff !important; }
h2 { font-family: var(--font-heading); font-weight: 600; font-size: 25px; }

#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: #fff; 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; }

/* Seletor de idioma (agora embutido no menu) */
.langs { position: relative; flex: 0 0 auto; } .langs .links { display: flex; align-items: center; background: rgba(255,255,255,0.05); border: 1px solid var(--panel-border); border-radius: 8px; padding: 3px; box-sizing: border-box; } .langs a { display: block; width: 42px; height: 26px; margin: 0 1px; border-radius: 4px; overflow: hidden; background: transparent url('../imgs/langs.png') no-repeat; } .langs a.en { background-position: 0 0; } .langs a.pt { background-position: -44px 0; } .langs a.es { background-position: -88px 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; }

/* NOTA: nav/section/footer/article/aside genéricos foram removidos daqui —
   o template OASIS usa essas mesmas tags e um reset bruto por elemento
   quebrava o layout dele. Estilo de shell agora vive só no assets/css/style.css
   + assets/css/site-oasis.css. As classes abaixo continuam sendo usadas por
   páginas que ainda não foram convertidas (rankings, formulários, galeria etc). */

article img, article object { max-width: 100% !important; }

.box.support a:hover { opacity: 0.7; }
.box.support a:active { opacity: 1; }

a.donateBanner { width: 180px; height: 83px; display: block; border-radius: 8px; transition: opacity 0.4s; }
.pt a.donateBanner { background: transparent url('../imgs/donateb_PT.jpg'); }
.en a.donateBanner { background: transparent url('../imgs/donateb_EN.jpg'); }
.es a.donateBanner { background: transparent url('../imgs/donateb_ES.jpg'); }
a.donateBanner:hover { opacity: 0.8; }
a.donateBanner:active { opacity: 1; }

a.supportBanner { width: 180px; height: 83px; display: block; border-radius: 8px; transition: opacity 0.4s; }
.pt a.supportBanner { background: transparent url('../imgs/supportb_PT.jpg'); }
.en a.supportBanner { background: transparent url('../imgs/supportb_EN.jpg'); }
.es a.supportBanner { background: transparent url('../imgs/supportb_ES.jpg'); }
a.supportBanner:hover { opacity: 0.8; }
a.supportBanner:active { opacity: 1; }

/* Título de seção em destaque (countdown, downloads, regras, doações, info) */
.section-title { text-align: center; font-family: var(--font-heading); font-weight: 700; font-size: 30px; color: var(--gold); text-shadow: 0 0 6px rgba(212,163,115,0.35); margin: 10px 0 24px; letter-spacing: .01em; }

/* Cards de informação com ícone (página Info) */
.infoSection { margin: 34px 0 6px; }
.infoSection:first-child { margin-top: 6px; }
.infoSection h2 { display: flex; align-items: center; gap: 12px; margin: 0 0 14px 0; }
.infoSection h2 .infoIcon { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: rgba(212,163,115,0.14); color: var(--gold); box-sizing: border-box; }
.infoSection h2 .infoIcon svg, .infoSection h2 .infoIcon img { width: 18px; height: 18px; object-fit: contain; border-radius: 4px; }
.infoGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 12px; margin: 0 0 30px; }
.infoCard { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,255,255,0.04); border: 1px solid var(--panel-border); border-radius: 10px; padding: 14px 16px; box-sizing: border-box; }
.infoCard .infoIcon { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: rgba(212,163,115,0.12); color: var(--gold); box-sizing: border-box; }
.infoCard .infoIcon svg, .infoCard .infoIcon img { width: 18px; height: 18px; object-fit: contain; border-radius: 4px; }
.infoCard .infoBody { flex: 1; min-width: 0; }
.infoCard .infoBody .infoTitle { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-family: var(--font-heading); font-weight: 600; font-size: 13px; color: #fff; }
.infoCard .infoBody .infoTitle .infoValue { font-weight: 700; color: var(--gold); font-size: 13px; white-space: nowrap; }
.infoCard .infoBody .infoDesc { margin-top: 4px; font-size: 12px; color: var(--text-dim); line-height: 1.5; }
.infoProse { background: rgba(255,255,255,0.04); border: 1px solid var(--panel-border); border-radius: 10px; padding: 18px 20px; box-sizing: border-box; font-size: 13px; line-height: 1.7; color: var(--text-dim); margin: 0 0 30px; }
.infoProse b, .infoProse strong { color: #fff; }

/* Login */
.loginarea { position: relative; padding: 2px 0; }
.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: 6px 0 6px 5px; }
.loginarea .ess a { font-size: 11px; color: #bbb; }
.loginarea .ess a:hover { color: var(--gold-strong); }
.anpc { width: 100%; text-align: center; height: 24px; line-height: 24px; font-size: 11px; border-radius: 6px; margin-top: 5px; box-sizing: border-box; }
.anpc a { font-size: 11px; color: var(--gold-strong); }
.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: 6px; } .logged span { font-weight: bold; font-size: 12px; }

.fieldsBox { position: relative; background: #2a2a2a; border: 1px solid #444; width: 178px; padding: 3px; border-radius: 8px; box-sizing: border-box; }
.fieldsBox .inpt { outline: none; background: #151515; color: #fff; font-family: var(--font-body); font-size: 12px; border: 1px solid #222; padding: 0 10px 0 28px; margin: 0 0 3px 0; width: 132px; height: 28px; line-height: 28px; border-radius: 5px; box-shadow: inset 0 2px 4px rgba(0,0,0,0.5); }
.fieldsBox .inpt.pass { margin: 0; padding: 0 65px 0 28px; width: 75px; }
.fieldsBox .acc_icon { position: absolute; width: 11px; height: 11px; }
.fieldsBox .acc_icon.user { left: 12px; top: 12px; background: transparent url('../imgs/login-icons.png') no-repeat 0 0; }
.fieldsBox .acc_icon.pass { left: 12px; top: 43px; background: transparent url('../imgs/login-icons.png') no-repeat 0 -13px; }
.fieldsBox .gologin { position: absolute; right: 3px; bottom: 3px; width: 58px; height: 28px; line-height: 26px; padding: 0; margin: 0; box-sizing: border-box; border: 1px solid var(--gold-strong); font-size: 12px; font-weight: bold; font-family: var(--font-heading); text-transform: uppercase; border-radius: 5px; background: linear-gradient(180deg, var(--gold-strong) 0%, #735308 100%); color: #fff; cursor: pointer; }
.fieldsBox .gologin:hover { background: var(--gold-strong); box-shadow: 0 0 5px var(--gold-soft); }
.anpc, .logged { background: #1a1a1a; border: 1px solid #252525; color: #ccc; }

/* Status do servidor */
.sstatus { width: 100%; box-sizing: border-box; background: rgba(0, 0, 0, 0.4); border: 1px solid #252525; padding: 9px 15px; border-radius: 8px; }
.sstatus > div { font-size: 11px; font-weight: bold; width: 100%; height: 22px; line-height: 22px; box-sizing: border-box; color: #aaa; padding: 0 5px; border-top: 1px solid rgba(255,255,255,0.05); }
.sstatus > div:first-child { border: 0; }
.sstatus > div > div { float: right; font-weight: bold; }
.sstatus > div > div.on, .sstatus > div > span { color: #00ff66; text-shadow: 0 0 5px rgba(0,255,102,0.4); }
.sstatus > div > div.off { color: #ff3333; }

.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(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.4); display: block; position: relative; float: left; padding: 1px; margin: 0 6px 6px 0; border-radius: 5px; 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(255,255,255,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: 8px; overflow: hidden; } .fullGallery a div { border-radius: 6px; position: absolute; top: 1px; left: 1px; transition: border-color 0.3s, background 0.3s, box-shadow 0.3s; } .fullGallery a img { border-radius: 6px; } .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: 6px; } .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(255,255,255,0.4); border-radius: 8px; } .news a.imgn img { border-radius: 6px; } .news .contentn { width: calc(100% - 100px); box-sizing: border-box; padding: 10px 0 0 15px; float: left; } .news a.titlen { font-family: var(--font-heading); font-weight: 600; display: table; font-size: 17px; padding: 0 0 10px 0; } .news .textn { color: rgba(255,255,255,0.8); font-size: 12px; height:42px; overflow: hidden; } .news .finalinfo { width: 100%; display: block; padding: 5px 0 0 0; } .news .finalinfo .datan { color: rgba(255,255,255,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: transparent url('../imgs/separator_news.png') no-repeat center top; 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 #292929; border-radius: 12px; box-shadow: 0 0 25px rgba(255,255,255,0.5); } #modal h1 { text-align:center; width: 100%; margin:16px 0 20px 0; font-size: 23px !important; }
#modal { color: #fff; background: #191919; }

.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(255,255,255,0.1); }
.banner .circles { bottom: 10px; right: 10px; }

.faceIndex { border: 2px solid rgba(255,255,255,0.1); }

.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: 5px; } .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 { font-family: var(--font-body); border-radius: 8px; 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(255,255,255,0.15); background: rgba(0,0,0,0.1); }
table.default tr.two td { background: rgba(0,0,0,0.5); }
table.default tr td.foco { font-weight: bold; color: #fff; background: rgba(0,0,0,0.55) !important; text-shadow: 0 1px 2px rgba(0,0,0,0.8); }
table.default tr.two td.foco { background: rgba(0,0,0,0.65) !important; }
table.default tr th { font-family: var(--font-heading); font-weight: 600; text-align: center; background: rgba(0,0,0,0.8); color: #fff; padding: 10px 0; border-left: 1px solid rgba(255,255,255,0.15); }
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: 46px; text-align: center; white-space: nowrap; }

/* Medalhas de ouro/prata/bronze pro top 3 do ranking */
table.default .pos .medal { display: inline-block; margin-right: 3px; font-size: 11px; vertical-align: middle; }
table.default .pos .medal.gold { color: #FFD700; }
table.default .pos .medal.silver { color: #C0C0C0; }
table.default .pos .medal.bronze { color: #CD7F32; }

.horMenu { display: table; margin: 20px auto; } .horMenu a { float: left; padding: 10px 15px; font-family: var(--font-heading); border-bottom: 2px solid rgba(255,255,255,0.5); margin: 0 0 0 10px; text-transform: uppercase; font-size: 12px; color: rgba(255,255,255,0.6) !important; }
.horMenu a:first-child { margin: 0; }
.horMenu a:hover { border-color: #fff !important; color: #fff !important; }
.horMenu a.act { cursor: default; border-color: #fff !important; color: #fff !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(255,255,255,0.2); background: rgba(255,255,255,0.1); border-radius: 8px; } .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: 5px; }
.formpadrao { display: table; margin: 0 auto 2px auto; padding: 2px; font-family: var(--font-body); }
.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; font-family: var(--font-body); }
.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(255,255,255,0.1); }
.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: 4px; } 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-family: var(--font-heading); font-size: 16px; font-weight: 600; padding: 10px 0 10px 30px; } .castled .imgc { width: 200px; height: 113px; border: 1px solid rgba(0,0,0,0.4); float: left; border-radius: 8px; } .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: 7px; } .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: rgba(255,255,255,0.2); border: 1px solid rgba(0,0,0,0.2); height: 34px; line-height: 34px; padding: 0 26px 0 10px; border-radius: 8px; text-transform: uppercase; font-size: 12px; font-weight: bold; color: rgba(255,255,255,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(255,255,255,0.2); border-color: rgba(255,255,255,4); color: rgba(255,255,255,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: 8px; 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; }

/* ==========================================================================
   Responsivo
   ========================================================================== */
@media (max-width: 560px) {
    h1 { width: 100%; font-size: 26px; }
}

@import url(http://fonts.googleapis.com/css?family=Quicksand);
#soon-glow { font-family: 'Quicksand', sans-serif; color: #fff; background: transparent; text-transform:lowercase; }
#soon-glow .soon-label { color: #fff; text-shadow:0 0 .25rem rgba(255,255,255,.75); }
#soon-glow .soon-ring-progress { color: #fff; background-color:rgba(255,255,255,.15); }
#soon-glow>.soon-group { margin-bottom:-.5em; }
.soon[data-layout*="group"] { padding-top: 20px; }
.soon[data-face*="glow"] .soon-separator, .soon[data-face*="glow"] .soon-slot-inner { text-shadow: 0 0 .125em rgba(255,255,255,.75); }
