MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Esconder portlets p-cactions (Ferramentas de paginas) e p-more |
Esgoto Real: bloco .esg-* |
||
| (153 revisões intermediárias por 3 usuários não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
/* HERO */ | |||
/* ============================================================ | |||
AureumRO Wiki — Identidade própria (Vector legacy) | |||
Paleta dourada + fontes Cinzel/Cormorant + decoração medieval | |||
============================================================ */ | |||
/* === FONTES ============================================== */ | |||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap'); | |||
/* === VARIÁVEIS ============================================ */ | |||
:root { | |||
--aur-primary: #d4af37; | |||
--aur-primary2: #a8861f; | |||
--aur-dark: #1b1304; | |||
--aur-darker: #0e0a02; | |||
--aur-accent: #f4d97a; | |||
--aur-bronze: #8a6c1e; | |||
--aur-border: rgba(212, 175, 55, 0.22); | |||
--aur-text: #3a2614; | |||
--aur-muted: #8a7a5a; | |||
--aur-surface: #fdf8e8; | |||
--aur-cream: #faf4e0; | |||
} | |||
/* === FUNDO GERAL ========================================== */ | |||
body { | |||
background: #faf4e0 !important; | |||
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; | |||
font-size: 16px !important; | |||
color: #3a2614 !important; | |||
line-height: 1.55 !important; | |||
} | |||
/* === LOGO ================================================= */ | |||
a.mw-wiki-logo { | |||
width: 200px !important; | |||
height: 200px !important; | |||
background-size: 190px 190px !important; | |||
background-repeat: no-repeat !important; | |||
background-position: center center !important; | |||
display: block !important; | |||
filter: drop-shadow(0 4px 12px rgba(212,175,55,0.25)); | |||
} | |||
#p-logo { | |||
width: 220px !important; | |||
height: 210px !important; | |||
padding: 5px 0 0 0 !important; | |||
margin: 0 !important; | |||
overflow: visible !important; | |||
background: linear-gradient(180deg, transparent, rgba(212,175,55,0.05)) !important; | |||
border-bottom: 1px solid rgba(212,175,55,0.2) !important; | |||
} | |||
/* === TOPBAR =============================================== */ | |||
#mw-head, | |||
.vector-header, | |||
div#mw-head { | |||
background: linear-gradient(180deg, #1b1304 0%, #0e0a02 100%) !important; | |||
border-bottom: 2px solid #d4af37 !important; | |||
box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important; | |||
} | |||
#p-namespaces li a, | |||
#p-views li a, | |||
li.selected a, | |||
.vector-tab-noaction a { | |||
background: transparent !important; | |||
color: rgba(255,255,255,0.55) !important; | |||
border-color: transparent !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 11px !important; | |||
font-weight: 600 !important; | |||
letter-spacing: 1.5px !important; | |||
text-transform: uppercase !important; | |||
} | |||
#p-namespaces li.selected a, | |||
#p-views li.selected a { | |||
color: #f4d97a !important; | |||
border-bottom: 2px solid #d4af37 !important; | |||
background: rgba(212,175,55,0.12) !important; | |||
} | |||
#p-namespaces li a:hover, | |||
#p-views li a:hover { | |||
color: #fff !important; | |||
background: rgba(255,255,255,0.06) !important; | |||
} | |||
#searchInput, | |||
input[name="search"], | |||
.cdx-text-input__input { | |||
border-radius: 0 !important; | |||
border: 1px solid rgba(212,175,55,0.3) !important; | |||
border-bottom: 1px solid rgba(212,175,55,0.6) !important; | |||
background: rgba(0,0,0,0.25) !important; | |||
color: rgba(255,255,255,0.95) !important; | |||
padding: 6px 14px !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 14px !important; | |||
font-style: italic !important; | |||
} | |||
#searchInput::placeholder { color: rgba(255,255,255,0.4) !important; font-style: italic; } | |||
#searchButton, .searchButton { | |||
background: #d4af37 !important; | |||
border-radius: 0 !important; | |||
border: none !important; | |||
color: #1b1304 !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 1px !important; | |||
text-transform: uppercase !important; | |||
font-size: 10px !important; | |||
} | |||
/* === SIDEBAR ============================================== */ | |||
#mw-panel { | |||
position: absolute !important; | |||
width: 220px !important; | |||
left: 0 !important; | |||
top: 0 !important; | |||
padding-top: 0 !important; | |||
background: #faf4e0 !important; | |||
border-right: 1px solid rgba(212,175,55,0.18) !important; | |||
} | |||
.portal h3, | |||
#p-tb h3, | |||
#p-navigation h3 { | |||
color: #a8861f !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 10px !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 2px !important; | |||
text-transform: uppercase !important; | |||
border-bottom: 1px solid rgba(212,175,55,0.25) !important; | |||
padding-bottom: 6px !important; | |||
margin-bottom: 8px !important; | |||
position: relative; | |||
} | |||
.portal h3::after, | |||
#p-tb h3::after, | |||
#p-navigation h3::after { | |||
content: "✦"; | |||
position: absolute; | |||
right: 0; | |||
color: #d4af37; | |||
font-size: 9px; | |||
opacity: 0.7; | |||
} | |||
.portal li a, | |||
#p-tb li a, | |||
#p-navigation li a { | |||
color: #2a1a08 !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 16px !important; | |||
font-weight: 600 !important; | |||
text-decoration: none !important; | |||
line-height: 1.95 !important; | |||
transition: all 0.2s !important; | |||
} | |||
.portal li a:hover, | |||
#p-tb li a:hover, | |||
#p-navigation li a:hover { | |||
color: #a8861f !important; | |||
padding-left: 6px !important; | |||
} | |||
.portal { | |||
margin: 12px 0 !important; | |||
padding: 0 12px !important; | |||
} | |||
/* === CONTEÚDO PRINCIPAL =================================== */ | |||
#content, div#content { | |||
margin-left: 260px !important; | |||
margin-right: 12px !important; | |||
margin-top: 12px !important; | |||
margin-bottom: 12px !important; | |||
background: #fff !important; | |||
border: 1px solid rgba(212,175,55,0.25) !important; | |||
border-radius: 4px !important; | |||
box-shadow: 0 2px 10px rgba(212,175,55,0.08), inset 0 0 0 1px rgba(212,175,55,0.04) !important; | |||
padding: 32px 36px !important; | |||
position: relative; | |||
} | |||
/* Decoração de cantos no content (4 cantos com pequeno detalhe dourado) */ | |||
#content::before, | |||
#content::after { | |||
content: ""; | |||
position: absolute; | |||
width: 14px; | |||
height: 14px; | |||
border: 2px solid #d4af37; | |||
opacity: 0.5; | |||
} | |||
#content::before { | |||
top: 6px; left: 6px; | |||
border-right: none; border-bottom: none; | |||
} | |||
#content::after { | |||
bottom: 6px; right: 6px; | |||
border-left: none; border-top: none; | |||
} | |||
#column-content { | |||
margin-left: 250px !important; | |||
} | |||
#mw-head-base { | |||
margin-left: 230px !important; | |||
} | |||
/* === TIPOGRAFIA =========================================== */ | |||
h1.firstHeading, | |||
#firstHeading { | |||
color: #1b1304 !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 32px !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 1.5px !important; | |||
border-bottom: none !important; | |||
padding-bottom: 12px !important; | |||
margin-bottom: 24px !important; | |||
position: relative; | |||
} | |||
h1.firstHeading::after, | |||
#firstHeading::after { | |||
content: ""; | |||
position: absolute; | |||
bottom: 0; left: 0; | |||
width: 100px; height: 2px; | |||
background: linear-gradient(90deg, #d4af37, transparent); | |||
} | |||
h2 { | |||
color: #1b1304 !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 20px !important; | |||
font-weight: 600 !important; | |||
letter-spacing: 1px !important; | |||
border-bottom: 1px solid rgba(212,175,55,0.25) !important; | |||
padding-bottom: 8px !important; | |||
margin: 28px 0 14px !important; | |||
} | |||
h3 { | |||
color: #a8861f !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 16px !important; | |||
font-weight: 600 !important; | |||
letter-spacing: 0.5px !important; | |||
margin: 20px 0 10px !important; | |||
} | |||
p { font-size: 16px !important; } | |||
a, a:visited { color: #a8861f !important; text-decoration: none !important; transition: all 0.15s !important; } | |||
a:hover { color: #d4af37 !important; text-decoration: underline !important; text-decoration-color: rgba(212,175,55,0.5) !important; text-underline-offset: 3px !important; } | |||
a.new { color: #c25450 !important; } | |||
/* === TABELAS ============================================== */ | |||
table.wikitable { | |||
border-collapse: collapse !important; | |||
width: 100% !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 15px !important; | |||
margin: 16px 0 !important; | |||
border: 1px solid rgba(212,175,55,0.3) !important; | |||
border-radius: 4px !important; | |||
overflow: hidden !important; | |||
} | |||
table.wikitable th { | |||
background: linear-gradient(180deg, #1b1304, #0e0a02) !important; | |||
color: #f4d97a !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 11px !important; | |||
font-weight: 700 !important; | |||
text-transform: uppercase !important; | |||
letter-spacing: 1.5px !important; | |||
padding: 12px 16px !important; | |||
border: 1px solid rgba(212,175,55,0.4) !important; | |||
} | |||
table.wikitable td { | |||
padding: 10px 16px !important; | |||
border: 1px solid rgba(212,175,55,0.15) !important; | |||
background: #fff !important; | |||
color: #3a2614 !important; | |||
} | |||
table.wikitable tr:nth-child(even) td { background: #fdf8e8 !important; } | |||
table.wikitable tr:hover td { background: #fef3d5 !important; } | |||
/* === TOC, CATEGORIAS, FOOTER (mantém base) ================ */ | |||
#toc, .toc { | |||
background: #fdf8e8 !important; | |||
border: 1px solid rgba(212,175,55,0.25) !important; | |||
border-radius: 4px !important; | |||
padding: 14px 18px !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
} | |||
#toc h2, .toc h2 { font-family: 'Inter', system-ui, sans-serif !important; color: #a8861f !important; font-size: 12px !important; letter-spacing: 1.5px !important; } | |||
#catlinks { | |||
background: #fdf8e8 !important; | |||
border: 1px solid rgba(212,175,55,0.2) !important; | |||
border-radius: 4px !important; | |||
padding: 10px 16px !important; | |||
font-size: 13px !important; | |||
margin-top: 28px !important; | |||
} | |||
#footer-info-lastmod, li#footer-info-lastmod { display: none !important; } | |||
.page-Página_principal #footer-places, | |||
.page-Página_principal #footer-info { display: none !important; } | |||
#footer, .mw-footer { | |||
background: linear-gradient(180deg, #1b1304, #0e0a02) !important; | |||
border-top: 2px solid #d4af37 !important; | |||
padding: 14px 24px !important; | |||
} | |||
#footer-places li, #footer-info li, #footer li { | |||
display: inline !important; | |||
color: rgba(255,255,255,0.5) !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-size: 13px !important; | |||
} | |||
#footer-places li::after { content: " · "; color: rgba(212,175,55,0.4); } | |||
#footer-places li:last-child::after { content: ""; } | |||
#footer a { color: rgba(255,255,255,0.55) !important; } | |||
#footer a:hover { color: #d4af37 !important; } | |||
#footer-icons { display: none !important; } | |||
/* === EDIT BOX, BOTÕES, SCROLLBAR ========================== */ | |||
#wpTextbox1 { | |||
border: 1px solid rgba(212,175,55,0.3) !important; | |||
border-radius: 4px !important; | |||
padding: 12px !important; | |||
font-size: 14px !important; | |||
font-family: "Courier New", monospace !important; | |||
} | |||
.mw-ui-progressive, | |||
.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
background: linear-gradient(180deg, #d4af37, #a8861f) !important; | |||
border: 1px solid #8a6c1e !important; | |||
color: #1b1304 !important; | |||
border-radius: 2px !important; | |||
font-family: 'Inter', system-ui, sans-serif !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 1px !important; | |||
text-transform: uppercase !important; | |||
font-size: 11px !important; | |||
} | |||
::-webkit-scrollbar { width: 6px; height: 6px; } | |||
::-webkit-scrollbar-track { background: rgba(212,175,55,0.05); } | |||
::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.4); border-radius: 0; } | |||
::-webkit-scrollbar-thumb:hover { background: #d4af37; } | |||
/* ============================================================ | |||
COMPONENTES AureumRO (.aur-*) | |||
============================================================ */ | |||
/* === HERO com decoração própria ============================ */ | |||
.aur-hero { | .aur-hero { | ||
position: relative; | |||
background: | |||
radial-gradient(circle at 20% 30%, rgba(212,175,55,0.08) 0%, transparent 50%), | |||
radial-gradient(circle at 80% 70%, rgba(212,175,55,0.06) 0%, transparent 50%), | |||
linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #0e0a02 100%); | |||
border: 1px solid rgba(212,175,55,0.4); | |||
border-radius: 4px; | |||
padding: 44px 36px; | |||
text-align: center; | |||
margin-bottom: 24px; | |||
overflow: hidden; | |||
box-shadow: 0 4px 24px rgba(212,175,55,0.12), inset 0 1px 0 rgba(255,255,255,0.05); | |||
} | |||
/* Cantos decorativos do hero (4 cantos) */ | |||
.aur-hero::before, | |||
.aur-hero::after { | |||
content: ""; | |||
position: absolute; | |||
width: 32px; | |||
height: 32px; | |||
border: 2px solid #d4af37; | |||
opacity: 0.6; | |||
} | |||
.aur-hero::before { | |||
top: 10px; left: 10px; | |||
border-right: none; border-bottom: none; | |||
} | } | ||
.aur-hero | .aur-hero::after { | ||
bottom: 10px; right: 10px; | |||
border-left: none; border-top: none; | |||
} | } | ||
.aur-hero-title { | .aur-hero-title { | ||
color: #fff; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 36px; | |||
font-weight: 700; | |||
letter-spacing: 2px; | |||
margin-bottom: 10px; | |||
text-shadow: 0 2px 8px rgba(212,175,55,0.3); | |||
line-height: 1.15; | |||
} | } | ||
.aur-hero-title .accent { | .aur-hero-title .accent { | ||
background: linear-gradient(120deg, #f4d97a 0%, #d4af37 60%, #a8861f 100%); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
background-clip: text; | |||
} | } | ||
.aur-hero-sub { | .aur-hero-sub { | ||
color: rgba(255,255,255,0.65); | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-style: italic; | |||
font-size: 16px; | |||
line-height: 1.6; | |||
margin-bottom: 22px; | |||
max-width: 640px; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.aur-hero-badge { | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 6px; | |||
background: rgba(212,175,55,0.12); | |||
border: 1px solid rgba(212,175,55,0.5); | |||
color: #f4d97a; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 10px; | |||
font-weight: 700; | |||
letter-spacing: 3px; | |||
text-transform: uppercase; | |||
padding: 5px 14px; | |||
border-radius: 0; | |||
margin-bottom: 18px; | |||
} | } | ||
.aur-pills { | .aur-pills { | ||
display: flex; | |||
gap: 10px; | |||
justify-content: center; | |||
flex-wrap: wrap; | |||
} | } | ||
.aur-pill { | .aur-pill { | ||
background: rgba(212,175,55,0.08); | |||
border: 1px solid rgba(212,175,55,0.3); | |||
color: rgba(255,255,255,0.8); | |||
font-family: 'Inter', system-ui, sans-serif; | |||
padding: 6px 14px; | |||
border-radius: 0; | |||
font-size: 13px; | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 6px; | |||
transition: all 0.2s; | |||
} | |||
.aur-pill:hover { | |||
border-color: #d4af37; | |||
background: rgba(212,175,55,0.18); | |||
color: #fff; | |||
} | } | ||
/* | /* === STATS GRANDES (4 cards substituem a infobar 6-células) === */ | ||
.aur- | .aur-stats { | ||
display: grid; | |||
grid-template-columns: repeat(4, 1fr); | |||
gap: 12px; | |||
margin-bottom: 22px; | |||
} | } | ||
.aur- | .aur-stat { | ||
background: linear-gradient(180deg, #fff, #fdf8e8); | |||
border: 1px solid rgba(212,175,55,0.3); | |||
border-top: 3px solid #d4af37; | |||
padding: 18px 16px; | |||
text-align: center; | |||
position: relative; | |||
transition: all 0.2s; | |||
} | } | ||
.aur- | .aur-stat:hover { | ||
border-top-color: #f4d97a; | |||
box-shadow: 0 6px 18px rgba(212,175,55,0.15); | |||
transform: translateY(-2px); | |||
} | } | ||
.aur- | .aur-stat-icon { | ||
font-size: 22px; | |||
color: #d4af37; | |||
margin-bottom: 4px; | |||
} | } | ||
.aur- | .aur-stat-label { | ||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 10px; | |||
font-weight: 600; | |||
text-transform: uppercase; | |||
letter-spacing: 2px; | |||
color: #8a6c1e; | |||
margin-bottom: 6px; | |||
} | |||
.aur-stat-value { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 18px; | |||
font-weight: 700; | |||
color: #1b1304; | |||
letter-spacing: 0.5px; | |||
} | } | ||
/* BLOCOS */ | /* === WIDGETS: Status do servidor + Notícias ============== */ | ||
.aur-widgets { | |||
display: grid; | |||
grid-template-columns: 1fr 1.4fr; | |||
gap: 12px; | |||
margin-bottom: 22px; | |||
} | |||
.aur-widget { | |||
background: #fff; | |||
border: 1px solid rgba(212,175,55,0.25); | |||
border-radius: 4px; | |||
overflow: hidden; | |||
position: relative; | |||
} | |||
.aur-widget-header { | |||
background: linear-gradient(180deg, #1b1304, #0e0a02); | |||
padding: 12px 18px; | |||
border-bottom: 2px solid #d4af37; | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
} | |||
.aur-widget-title { | |||
color: #f4d97a; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 12px; | |||
font-weight: 700; | |||
letter-spacing: 2px; | |||
text-transform: uppercase; | |||
} | |||
.aur-widget-body { padding: 16px 18px; } | |||
.aur-widget-body p { margin: 4px 0; font-size: 14px; color: #3a2614; } | |||
/* Status indicator */ | |||
.aur-status-dot { | |||
display: inline-block; | |||
width: 10px; height: 10px; | |||
border-radius: 50%; | |||
background: #2eb86b; | |||
box-shadow: 0 0 8px #2eb86b; | |||
animation: aur-pulse 2s infinite; | |||
} | |||
@keyframes aur-pulse { | |||
0%, 100% { opacity: 1; } | |||
50% { opacity: 0.6; } | |||
} | |||
.aur-status-line { | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
padding: 6px 0; | |||
border-bottom: 1px dashed rgba(212,175,55,0.18); | |||
font-family: 'Inter', system-ui, sans-serif; | |||
} | |||
.aur-status-line:last-child { border-bottom: none; } | |||
.aur-status-label { color: #6b5a3a; font-size: 14px; } | |||
.aur-status-value { color: #1b1304; font-weight: 600; font-size: 14px; font-family: 'Inter', system-ui, sans-serif; letter-spacing: 0.5px; } | |||
/* Notícias */ | |||
.aur-news-item { | |||
padding: 10px 0; | |||
border-bottom: 1px dashed rgba(212,175,55,0.18); | |||
} | |||
.aur-news-item:last-child { border-bottom: none; } | |||
.aur-news-date { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 10px; | |||
color: #a8861f; | |||
text-transform: uppercase; | |||
letter-spacing: 1.5px; | |||
margin-bottom: 3px; | |||
} | |||
.aur-news-title { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 14px; | |||
color: #1b1304; | |||
font-weight: 600; | |||
} | |||
.aur-news-title a { color: #1b1304 !important; } | |||
.aur-news-title a:hover { color: #d4af37 !important; text-decoration: none !important; } | |||
/* === BLOCOS DE NAVEGAÇÃO ================================== */ | |||
.wiki-blocks { | .wiki-blocks { | ||
display: grid; | |||
grid-template-columns: repeat(2, 1fr); | |||
gap: 12px; | |||
margin-bottom: 16px; | |||
} | } | ||
.wiki-block { | .wiki-block { | ||
background: #fff; | |||
border: 1px solid rgba(212,175,55,0.22); | |||
border-radius: 4px; | |||
overflow: hidden; | |||
transition: all 0.2s; | |||
} | |||
.wiki-block:hover { | |||
border-color: rgba(212,175,55,0.5); | |||
box-shadow: 0 4px 16px rgba(212,175,55,0.1); | |||
} | } | ||
.wiki-block-title { | .wiki-block-title { | ||
background: linear-gradient(180deg, #1b1304, #0e0a02); | |||
padding: 11px 18px; | |||
border-bottom: 2px solid #d4af37; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
gap: 10px; | |||
} | |||
.wiki-block-title::before, | |||
.wiki-block-title::after { | |||
content: "✦"; | |||
color: #d4af37; | |||
font-size: 10px; | |||
} | } | ||
.wiki-block-title-text { | .wiki-block-title-text { | ||
color: #f4d97a; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 11px; | |||
font-weight: 700; | |||
text-transform: uppercase; | |||
letter-spacing: 2px; | |||
} | } | ||
.wiki-link { | .wiki-link { | ||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
padding: 12px 18px; | |||
border-bottom: 1px solid rgba(212,175,55,0.08); | |||
text-decoration: none !important; | |||
color: #3a2614 !important; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 15px; | |||
transition: all 0.18s; | |||
position: relative; | |||
} | } | ||
.wiki-link: | .wiki-link::after { | ||
content: "›"; | |||
position: absolute; | |||
right: 14px; | |||
color: rgba(212,175,55,0); | |||
font-size: 18px; | |||
transition: all 0.18s; | |||
} | } | ||
.wiki-link:last-child { border-bottom: none; } | |||
.wiki-link:hover { | .wiki-link:hover { | ||
color: # | color: #a8861f !important; | ||
background: #fdf8e8; | background: linear-gradient(90deg, rgba(212,175,55,0.08), transparent); | ||
padding-left: 22px; | |||
} | |||
.wiki-link:hover::after { | |||
color: #d4af37; | |||
right: 10px; | |||
} | |||
.wiki-link img, | |||
.wiki-link .mw-file-element { | |||
width: 40px !important; | |||
height: 40px !important; | |||
max-width: 40px !important; | |||
max-height: 40px !important; | |||
object-fit: contain !important; | |||
flex-shrink: 0 !important; | |||
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15)); | |||
} | |||
/* Ícones do divine-pride são pixel art — manter pixelated */ | |||
.wiki-link img[src*="divine-pride"] { | |||
image-rendering: pixelated; | |||
} | |||
/* Wrapper que MediaWiki coloca em [[File:]] */ | |||
.wiki-link span[typeof="mw:File"] { | |||
display: inline-flex !important; | |||
align-items: center !important; | |||
flex-shrink: 0 !important; | |||
} | |||
.wiki-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); } | |||
.wiki-grid-2 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); } | |||
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right: none; } | |||
.wiki-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); } | |||
.wiki-grid-4 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); } | |||
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right: none; } | |||
.wiki-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); } | |||
.wiki-grid-5 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); } | |||
.wiki-grid-5 .wiki-link:nth-child(5n) { border-right: none; } | |||
.wiki-full { grid-column: span 2; } | |||
@media (max-width: 850px) { | |||
.wiki-blocks { grid-template-columns: 1fr; } | |||
.wiki-full { grid-column: span 1; } | |||
.wiki-grid-4 { grid-template-columns: repeat(2, 1fr); } | |||
.wiki-grid-5 { grid-template-columns: repeat(2, 1fr); } | |||
.aur-stats { grid-template-columns: repeat(2, 1fr); } | |||
.aur-widgets { grid-template-columns: 1fr; } | |||
} | |||
/* === BANNER FINAL ========================================= */ | |||
.aur-banner { | |||
background: | |||
radial-gradient(circle at 30% 50%, rgba(212,175,55,0.1) 0%, transparent 70%), | |||
linear-gradient(135deg, #1b1304, #0e0a02); | |||
border: 1px solid rgba(212,175,55,0.35); | |||
border-radius: 4px; | |||
padding: 18px 22px; | |||
display: flex; | |||
align-items: center; | |||
gap: 16px; | |||
margin: 18px 0; | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
.aur-banner::before, | |||
.aur-banner::after { | |||
content: ""; | |||
position: absolute; | |||
width: 20px; height: 20px; | |||
border: 1px solid rgba(212,175,55,0.5); | |||
} | |||
.aur-banner::before { | |||
top: 6px; left: 6px; | |||
border-right: none; border-bottom: none; | |||
} | |||
.aur-banner::after { | |||
bottom: 6px; right: 6px; | |||
border-left: none; border-top: none; | |||
} | |||
.aur-banner-title { | |||
color: #f4d97a; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-weight: 700; | |||
font-size: 14px; | |||
letter-spacing: 1px; | |||
margin-bottom: 3px; | |||
} | |||
.aur-banner-sub { | |||
color: rgba(255,255,255,0.55); | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-style: italic; | |||
font-size: 13px; | |||
line-height: 1.4; | |||
} | |||
.aur-banner-tags { | |||
display: flex; | |||
gap: 8px; | |||
margin-left: auto; | |||
flex-shrink: 0; | |||
} | |||
.aur-banner-tag { | |||
background: rgba(212,175,55,0.18); | |||
border: 1px solid rgba(212,175,55,0.5); | |||
color: #f4d97a; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 10px; | |||
font-weight: 700; | |||
padding: 4px 10px; | |||
letter-spacing: 1.5px; | |||
text-transform: uppercase; | |||
} | |||
/* === HERO DE PÁGINA INTERNA ============================== */ | |||
.aur-page-hero { | |||
background: | |||
radial-gradient(circle at 30% 20%, rgba(212,175,55,0.1) 0%, transparent 60%), | |||
linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #0e0a02 100%); | |||
border: 1px solid rgba(212,175,55,0.4); | |||
border-radius: 4px; | |||
padding: 28px 32px; | |||
margin: 0 auto 32px; | |||
max-width: 720px; | |||
position: relative; | |||
text-align: center; | |||
} | |||
.aur-page-hero::before, | |||
.aur-page-hero::after { | |||
content: ""; | |||
position: absolute; | |||
width: 22px; height: 22px; | |||
border: 2px solid #d4af37; | |||
opacity: 0.6; | |||
} | |||
.aur-page-hero::before { top: 8px; left: 8px; border-right: none; border-bottom: none; } | |||
.aur-page-hero::after { bottom: 8px; right: 8px; border-left: none; border-top: none; } | |||
.aur-page-hero-badge { | |||
display: inline-block; | |||
background: rgba(212,175,55,0.12); | |||
border: 1px solid rgba(212,175,55,0.45); | |||
color: #f4d97a; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 11px; | |||
font-weight: 700; | |||
letter-spacing: 1.6px; | |||
text-transform: uppercase; | |||
padding: 5px 14px; | |||
margin-bottom: 12px; | |||
} | |||
.aur-page-hero-sub { | |||
color: rgba(255,255,255,0.7); | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 15px; | |||
line-height: 1.55; | |||
} | |||
/* === TÍTULOS DE SEÇÃO — banner suave ===================== */ | |||
.aur-section-banner { | |||
display: inline-block; | |||
position: relative; | |||
margin: 32px auto 20px; | |||
padding: 14px 56px; | |||
background: linear-gradient(180deg, #fdf8e8 0%, #faf0d4 100%); | |||
border: 1px solid rgba(212,175,55,0.35); | |||
border-radius: 4px; | |||
box-shadow: 0 2px 8px rgba(212,175,55,0.08), inset 0 1px 0 rgba(255,255,255,0.6); | |||
} | |||
.aur-section-banner::before, | |||
.aur-section-banner::after { | |||
content: "✦"; | |||
position: absolute; | |||
top: 50%; | |||
transform: translateY(-50%); | |||
color: #d4af37; | |||
font-size: 11px; | |||
opacity: 0.7; | |||
} | |||
.aur-section-banner::before { left: 22px; } | |||
.aur-section-banner::after { right: 22px; } | |||
.aur-section-banner-text { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 18px; | |||
font-weight: 700; | |||
color: #1b1304; | |||
letter-spacing: 0.5px; | |||
} | |||
/* Compat: manter .aur-section-title antigo funcional sem ícone */ | |||
.aur-section-title { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 20px; | |||
font-weight: 700; | |||
color: #1b1304; | |||
margin: 28px 0 18px; | |||
text-align: center; | |||
} | |||
.aur-section-icon { display: none; } | |||
/* === GRID DE INFOS (substitui tabela) ===================== */ | |||
.aur-info-grid { | |||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 10px; | |||
margin: 0 auto 16px; | |||
max-width: 880px; | |||
} | |||
.aur-info-grid-2 { | |||
grid-template-columns: repeat(2, 1fr); | |||
max-width: 640px; | |||
} | |||
.aur-info-cell { | |||
background: linear-gradient(180deg, #fff, #fdf8e8); | |||
border: 1px solid rgba(212,175,55,0.25); | |||
border-top: 3px solid #d4af37; | |||
border-radius: 3px; | |||
padding: 14px 16px; | |||
text-align: center; | |||
transition: all 0.18s; | |||
} | |||
.aur-info-cell:hover { | |||
border-top-color: #f4d97a; | |||
transform: translateY(-2px); | |||
box-shadow: 0 4px 12px rgba(212,175,55,0.15); | |||
} | |||
.aur-info-label { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 10px; | |||
font-weight: 700; | |||
text-transform: uppercase; | |||
letter-spacing: 1.4px; | |||
color: #8a6c1e; | |||
margin-bottom: 6px; | |||
} | |||
.aur-info-value { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 16px; | |||
font-weight: 600; | |||
color: #1b1304; | |||
line-height: 1.3; | |||
} | |||
.aur-info-value small { | |||
display: block; | |||
font-size: 11px; | |||
font-weight: 400; | |||
color: #a09075; | |||
margin-top: 2px; | |||
letter-spacing: 0.3px; | |||
} | |||
/* === DICA / TIP CARD ===================================== */ | |||
.aur-tip-card { | |||
display: flex; | |||
align-items: flex-start; | |||
gap: 16px; | |||
background: linear-gradient(180deg, #fff, #fdf8e8); | |||
border: 1px solid rgba(212,175,55,0.3); | |||
border-left: 4px solid #d4af37; | |||
border-radius: 3px; | |||
padding: 18px 20px; | |||
margin: 0 auto 16px; | |||
max-width: 720px; | |||
text-align: left; | |||
box-shadow: 0 2px 8px rgba(212,175,55,0.1); | |||
} | |||
.aur-tip-icon { | |||
flex-shrink: 0; | |||
width: 48px; height: 48px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
background: rgba(212,175,55,0.12); | |||
border-radius: 4px; | |||
image-rendering: pixelated; | |||
} | |||
.aur-tip-icon .mw-file-element { | |||
width: 36px !important; | |||
height: 36px !important; | |||
max-width: 36px !important; | |||
max-height: 36px !important; | |||
image-rendering: pixelated; | |||
} | |||
.aur-tip-body { flex: 1; } | |||
.aur-tip-title { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 11px; | |||
font-weight: 700; | |||
text-transform: uppercase; | |||
letter-spacing: 1.6px; | |||
color: #a8861f; | |||
margin-bottom: 6px; | |||
} | |||
.aur-tip-text { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 15px; | |||
color: #3a2614; | |||
line-height: 1.6; | |||
} | |||
/* === DIVIDER decorativo ✦ ================================ */ | |||
.aur-divider { | |||
display: flex; | |||
align-items: center; | |||
gap: 14px; | |||
margin: 32px auto 24px; | |||
max-width: 880px; | |||
} | |||
.aur-divider::before, | |||
.aur-divider::after { | |||
content: ""; | |||
flex: 1; | |||
height: 1px; | |||
background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent); | |||
} | |||
.aur-divider span { | |||
color: #d4af37; | |||
font-size: 14px; | |||
} | |||
@media (max-width: 800px) { | |||
.aur-info-grid { grid-template-columns: repeat(2, 1fr); } | |||
.aur-info-grid-2 { grid-template-columns: 1fr; } | |||
} | |||
/* === CONTEÚDO CENTRALIZADO (.aur-centered wrapper) ====== */ | |||
.aur-centered { text-align: center; } | |||
.aur-centered h1, .aur-centered h2, .aur-centered h3 { | |||
text-align: center !important; | |||
border-bottom: none !important; | |||
position: relative; | |||
} | |||
.aur-centered h1::after, | |||
.aur-centered h2::after { | |||
content: ""; | |||
position: absolute; | |||
bottom: -4px; left: 50%; | |||
transform: translateX(-50%); | |||
width: 80px; height: 2px; | |||
background: linear-gradient(90deg, transparent, #d4af37, transparent) !important; | |||
} | |||
.aur-centered p { text-align: center; } | |||
.aur-centered ul, .aur-centered ol { | |||
display: inline-block; | |||
text-align: left; | |||
} | |||
.aur-centered table { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
.aur-centered .mw-editsection, | |||
.aur-centered .mw-editsection-bracket { display: none !important; } | |||
/* === SEPARADOR DECORATIVO (flor de lis estilizada) ======= */ | |||
.aur-separator { | |||
display: flex; | |||
align-items: center; | |||
gap: 16px; | |||
margin: 28px 0; | |||
color: rgba(212,175,55,0.4); | |||
} | |||
.aur-separator::before, | |||
.aur-separator::after { | |||
content: ""; | |||
flex: 1; | |||
height: 1px; | |||
background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent); | |||
} | |||
.aur-separator-icon { font-size: 14px; color: #d4af37; } | |||
/* === FIX ABAS DO HEADER (mantém base do Edda) ============= */ | |||
#p-namespaces li, | |||
#p-namespaces li a, | |||
#p-namespaces li.selected, | |||
#p-namespaces li.selected a, | |||
#p-views li, | |||
#p-views li a, | |||
#p-views li.selected, | |||
#p-views li.selected a, | |||
.vector-tab-noaction, | |||
.vector-tab-noaction a, | |||
div#p-namespaces ul li, | |||
div#p-views ul li { | |||
background: transparent !important; | |||
background-color: transparent !important; | |||
background-image: none !important; | |||
border: none !important; | |||
border-color: transparent !important; | |||
box-shadow: none !important; | |||
} | |||
#left-navigation { | |||
margin-left: 230px !important; | |||
} | |||
/* === ALIASES .edda-* para compatibilidade transitória ===== */ | |||
.edda-hero { /* alias deprecado */ } | |||
.edda-pill, .edda-pills, | |||
.edda-infobar, .edda-infobar-cell, .edda-infobar-label, .edda-infobar-value, | |||
.edda-banner, .edda-banner-title, .edda-banner-sub, .edda-banner-tags, .edda-banner-tag { | |||
/* nada — abandonado, use .aur-* */ | |||
} | |||
/* === TIP CARD sem ícone (modifier) ====================== */ | |||
.aur-tip-card-noicon { padding-left: 22px; } | |||
.aur-tip-card-noicon .aur-tip-body { width: 100%; } | |||
/* === ALINHAMENTO: último item ímpar centralizado ========= */ | |||
/* Regra global pra TODOS os grids: quando o último item fica | |||
sozinho na última linha, centraliza horizontalmente. */ | |||
.aur-info-grid > .aur-info-cell:last-child:nth-child(3n - 2), | |||
.aur-info-grid:not(.aur-info-grid-2) > .aur-info-cell:last-child:nth-child(3n + 1) { | |||
grid-column: 2 / span 1; | |||
} | |||
.aur-info-grid-2 > .aur-info-cell:last-child:nth-child(odd) { | |||
grid-column: 1 / -1; | |||
max-width: calc((100% - 10px) / 2); | |||
justify-self: center; | |||
} | |||
/* === COMPACTAÇÃO (.aur-compact wrapper) ================== */ | |||
.aur-compact .aur-page-hero-sm { | |||
padding: 18px 24px; | |||
margin-bottom: 16px; | |||
max-width: 600px; | |||
} | |||
.aur-compact .aur-page-hero-sm .aur-page-hero-badge { | |||
margin-bottom: 6px; | |||
font-size: 10px; | |||
padding: 3px 11px; | |||
} | |||
.aur-compact .aur-page-hero-sm .aur-page-hero-sub { | |||
font-size: 13px; | |||
line-height: 1.4; | |||
} | |||
.aur-compact .aur-section-banner { | |||
margin: 14px auto 10px; | |||
padding: 10px 48px; | |||
} | } | ||
. | .aur-compact .aur-section-banner-text { font-size: 16px; } | ||
.aur-compact .aur-info-grid { gap: 6px; margin-bottom: 10px; } | |||
.aur-compact .aur-info-cell { | |||
padding: 9px 12px; | |||
border-top-width: 2px; | |||
} | } | ||
. | .aur-compact .aur-info-label { | ||
font-size: 9.5px; | |||
letter-spacing: 1.2px; | |||
margin-bottom: 3px; | |||
} | } | ||
. | .aur-compact .aur-info-value { font-size: 13.5px; line-height: 1.25; } | ||
.aur-compact .aur-info-value small { | |||
font-size: 10px; | |||
margin-top: 1px; | |||
} | } | ||
. | .aur-compact .aur-tip-card { | ||
padding: 10px 16px; | |||
margin-bottom: 10px; | |||
} | } | ||
. | .aur-compact .aur-tip-title { | ||
font-size: 10px; | |||
margin-bottom: 4px; | |||
letter-spacing: 1.4px; | |||
} | } | ||
. | .aur-compact .aur-tip-text { font-size: 13px; line-height: 1.45; } | ||
.aur-tip-compact .aur-tip-title { margin-bottom: 2px; } | |||
.aur-tip-compact .aur-tip-text { font-size: 13px; } | |||
/* === VIP — destaque visual marcante ===================== */ | |||
.aur-section-banner-vip { | |||
background: linear-gradient(180deg, #1b1304 0%, #2a1f0c 100%) !important; | |||
border: 1px solid #d4af37 !important; | |||
box-shadow: 0 4px 14px rgba(212,175,55,0.25), inset 0 1px 0 rgba(255,255,255,0.08) !important; | |||
padding-right: 110px !important; | |||
position: relative; | |||
} | } | ||
. | .aur-section-banner-vip::before, | ||
.aur-section-banner-vip::after { | |||
color: #f4d97a !important; | |||
opacity: 1 !important; | |||
font-size: 12px !important; | |||
} | } | ||
. | .aur-section-banner-vip .aur-section-banner-text { | ||
color: #f4d97a !important; | |||
letter-spacing: 2px !important; | |||
text-shadow: 0 0 12px rgba(244,217,122,0.4); | |||
} | } | ||
.aur-vip-tag { | |||
position: absolute; | |||
right: 14px; | |||
top: 50%; | |||
transform: translateY(-50%); | |||
background: linear-gradient(180deg, #d4af37, #a8861f); | |||
color: #1b1304; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 9px; | |||
font-weight: 800; | |||
letter-spacing: 1.4px; | |||
text-transform: uppercase; | |||
padding: 4px 9px; | |||
border-radius: 12px; | |||
box-shadow: 0 2px 6px rgba(212,175,55,0.4); | |||
} | |||
.aur-tip-vip { | |||
background: linear-gradient(180deg, #fff8e0, #fdf0c8) !important; | |||
border-color: rgba(212,175,55,0.5) !important; | |||
border-left-color: #d4af37 !important; | |||
border-left-width: 5px !important; | |||
} | |||
.aur-info-grid-vip .aur-info-cell { | |||
background: linear-gradient(180deg, #fffbe8, #fdf0c8); | |||
border-top-color: #f4d97a !important; | |||
border-top-width: 3px !important; | |||
box-shadow: 0 2px 8px rgba(212,175,55,0.12); | |||
} | |||
.aur-info-grid-vip .aur-info-cell:hover { | |||
border-top-color: #ffe999 !important; | |||
box-shadow: 0 5px 14px rgba(212,175,55,0.22); | |||
} | |||
.aur-info-grid-vip .aur-info-label { color: #a8861f !important; } | |||
/* === VIP fix: esconder ✦ direito (a tag EXCLUSIVO ocupa o espaço) === */ | |||
.aur-section-banner-vip::after { display: none !important; } | |||
.aur-section-banner-vip { padding-left: 28px !important; padding-right: 28px !important; } | |||
/* === VIP: esconder ✦ esquerdo também ==================== */ | |||
.aur-section-banner-vip::before { display: none !important; } | |||
.aur-section-banner-vip { padding-left: 28px !important; } | |||
/* | /* === COMPACTAÇÃO AGRESSIVA (.aur-compact override + extra) === */ | ||
.aur- | .aur-compact .aur-page-hero-sm { | ||
padding: 10px 18px !important; | |||
margin-bottom: 8px !important; | |||
max-width: 560px !important; | |||
} | |||
.aur-compact .aur-page-hero-sm .aur-page-hero-badge { | |||
margin-bottom: 3px !important; | |||
font-size: 9px !important; | |||
padding: 2px 10px !important; | |||
} | |||
.aur-compact .aur-page-hero-sm .aur-page-hero-sub { | |||
font-size: 11.5px !important; | |||
line-height: 1.3 !important; | |||
} | } | ||
.aur- | .aur-compact .aur-page-hero-sm::before, | ||
.aur-compact .aur-page-hero-sm::after { | |||
width: 14px !important; | |||
height: 14px !important; | |||
} | } | ||
.aur- | .aur-compact .aur-section-banner { | ||
margin: 8px auto 6px !important; | |||
padding: 6px 36px !important; | |||
} | } | ||
.aur-compact .aur-section-banner-text { font-size: 13px !important; } | |||
.aur-compact .aur-info-grid { gap: 5px !important; margin-bottom: 6px !important; } | |||
.aur-compact .aur-info-cell { | |||
padding: 6px 10px !important; | |||
border-top-width: 2px !important; | |||
} | |||
.aur-compact .aur-info-label { | |||
font-size: 9px !important; | |||
letter-spacing: 1px !important; | |||
margin-bottom: 2px !important; | |||
} | |||
.aur-compact .aur-info-value { font-size: 12.5px !important; line-height: 1.2 !important; } | |||
.aur-compact .aur-info-value small { | |||
font-size: 9.5px !important; | |||
margin-top: 0 !important; | |||
} | |||
.aur-compact .aur-tip-card { | |||
padding: 8px 14px !important; | |||
margin-bottom: 6px !important; | |||
gap: 12px !important; | |||
} | |||
.aur-compact .aur-tip-icon { | |||
width: 38px !important; | |||
height: 38px !important; | |||
} | |||
.aur-compact .aur-tip-icon .mw-file-element { | |||
width: 28px !important; | |||
height: 28px !important; | |||
} | |||
.aur-compact .aur-tip-title { | |||
font-size: 9.5px !important; | |||
margin-bottom: 2px !important; | |||
letter-spacing: 1.2px !important; | |||
} | |||
.aur-compact .aur-tip-text { font-size: 12px !important; line-height: 1.4 !important; } | |||
.aur-compact .aur-divider { margin: 8px auto !important; } | |||
.aur-compact .aur-vip-tag { | |||
font-size: 8.5px !important; | |||
padding: 3px 7px !important; | |||
letter-spacing: 1.1px !important; | |||
} | |||
.aur-compact .aur-section-banner-vip { padding-right: 28px !important; } | |||
/* | /* === ONEPAGE: páginas .aur-compact cabem 100% em 1 tela === */ | ||
.aur-banner { | /* Reduz drasticamente H1 + remove margem grande do firstHeading */ | ||
background: linear-gradient(135deg, #1b1304, # | .aur-compact + .aur-compact, /* fallback */ | ||
body:has(.aur-compact) h1.firstHeading, | |||
body:has(.aur-compact) #firstHeading { | |||
font-size: 18px !important; | |||
padding-bottom: 4px !important; | |||
margin-bottom: 6px !important; | |||
letter-spacing: 0.5px !important; | |||
} | |||
body:has(.aur-compact) h1.firstHeading::after, | |||
body:has(.aur-compact) #firstHeading::after { | |||
width: 50px !important; | |||
bottom: -2px !important; | |||
} | |||
body:has(.aur-compact) #content, | |||
body:has(.aur-compact) div#content { | |||
padding: 14px 22px !important; | |||
margin-top: 6px !important; | |||
} | |||
body:has(.aur-compact) #content::before, | |||
body:has(.aur-compact) #content::after { | |||
width: 10px !important; | |||
height: 10px !important; | |||
} | |||
/* Hero ainda menor */ | |||
.aur-compact .aur-page-hero-sm { | |||
padding: 7px 18px 8px !important; | |||
margin-bottom: 6px !important; | |||
} | |||
.aur-compact .aur-page-hero-sm .aur-page-hero-badge { | |||
margin-bottom: 2px !important; | |||
font-size: 8.5px !important; | |||
padding: 1px 8px !important; | |||
} | |||
.aur-compact .aur-page-hero-sm .aur-page-hero-sub { | |||
font-size: 10.5px !important; | |||
line-height: 1.25 !important; | |||
} | |||
/* Banners e dividers ainda mais discretos */ | |||
.aur-compact .aur-section-banner { | |||
margin: 6px auto 4px !important; | |||
padding: 5px 32px !important; | |||
} | |||
.aur-compact .aur-section-banner-text { font-size: 12px !important; } | |||
.aur-compact .aur-divider { margin: 5px auto !important; } | |||
.aur-compact .aur-divider::before, | |||
.aur-compact .aur-divider::after { height: 1px !important; } | |||
.aur-compact .aur-divider span { font-size: 10px !important; } | |||
/* Grids e cells mais densos */ | |||
.aur-compact .aur-info-grid { gap: 4px !important; margin-bottom: 5px !important; } | |||
.aur-compact .aur-info-cell { | |||
padding: 5px 8px !important; | |||
border-top-width: 2px !important; | |||
} | |||
.aur-compact .aur-info-label { | |||
font-size: 8.5px !important; | |||
letter-spacing: 0.9px !important; | |||
margin-bottom: 1px !important; | |||
} | |||
.aur-compact .aur-info-value { font-size: 11.5px !important; line-height: 1.2 !important; } | |||
.aur-compact .aur-info-value small { font-size: 9px !important; } | |||
/* Tip cards super compactos */ | |||
.aur-compact .aur-tip-card { | |||
padding: 6px 12px !important; | |||
margin-bottom: 5px !important; | |||
gap: 10px !important; | |||
} | |||
.aur-compact .aur-tip-icon { | |||
width: 32px !important; | |||
height: 32px !important; | |||
} | |||
.aur-compact .aur-tip-icon .mw-file-element { | |||
width: 24px !important; | |||
height: 24px !important; | |||
} | |||
.aur-compact .aur-tip-title { | |||
font-size: 8.5px !important; | |||
margin-bottom: 1px !important; | |||
letter-spacing: 1px !important; | |||
} | |||
.aur-compact .aur-tip-text { font-size: 11px !important; line-height: 1.35 !important; } | |||
/* VIP banner tag menor */ | |||
.aur-compact .aur-vip-tag { | |||
font-size: 8px !important; | |||
padding: 2px 6px !important; | |||
} | |||
.aur-compact .aur-section-banner-vip { padding-right: 28px !important; } | |||
/* === MESTRA DAS CLASSES — sprite + info row ============== */ | |||
.aur-mestra-row { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
gap: 28px; | |||
background: linear-gradient(180deg, #fff, #fdf8e8); | |||
border: 1px solid rgba(212,175,55,0.25); | |||
border-top: 3px solid #d4af37; | |||
border-radius: 3px; | |||
padding: 14px 22px; | |||
margin: 0 auto 10px; | |||
max-width: 560px; | |||
} | |||
.aur-mestra-sprite { | |||
flex-shrink: 0; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
background: rgba(212,175,55,0.06); | |||
border: 1px solid rgba(212,175,55,0.18); | |||
border-radius: 3px; | |||
padding: 6px; | |||
min-width: 140px; | |||
min-height: 140px; | |||
} | |||
.aur-mestra-sprite img, | |||
.aur-mestra-sprite .mw-file-element { | |||
image-rendering: pixelated !important; | |||
max-width: 160px !important; | |||
max-height: 160px !important; | |||
width: auto !important; | |||
height: auto !important; | |||
} | |||
.aur-mestra-info { | |||
text-align: left; | |||
flex: 1; | |||
max-width: 280px; | |||
} | |||
.aur-mestra-info .aur-info-label { | |||
font-size: 9px !important; | |||
letter-spacing: 1.1px; | |||
color: #8a6c1e; | |||
text-transform: uppercase; | |||
margin-bottom: 2px; | |||
} | |||
.aur-mestra-info .aur-info-value { | |||
font-size: 14px !important; | |||
font-weight: 600; | |||
color: #1b1304; | |||
} | |||
.aur-mestra-info .aur-info-value small { | |||
font-size: 10.5px !important; | |||
font-weight: 400; | |||
color: #a09075; | |||
} | |||
/* yes / no badges nos valores */ | |||
.aur-info-value.aur-yes { color: #1f8f4f !important; } | |||
.aur-info-value.aur-no { color: #b85050 !important; opacity: 0.7; } | |||
/* === Banner VIP sem tag (padding simétrico) ============== */ | |||
.aur-section-banner-vip.aur-banner-no-tag { | |||
padding-left: 28px !important; | |||
padding-right: 28px !important; | |||
} | |||
/* === MESTRA — sprite SEM moldura ========================== */ | |||
.aur-mestra-sprite-bare { | |||
flex-shrink: 0; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
min-width: 180px; | |||
} | |||
.aur-mestra-sprite-bare img, | |||
.aur-mestra-sprite-bare .mw-file-element { | |||
image-rendering: pixelated !important; | |||
max-width: 220px !important; | |||
max-height: 220px !important; | |||
width: auto !important; | |||
height: auto !important; | |||
background: none !important; | |||
border: none !important; | |||
} | |||
/* === Botão Copiar /navi ================================== */ | |||
.aur-navi-btn { | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 6px; | |||
margin-top: 10px; | |||
padding: 7px 14px; | |||
background: linear-gradient(180deg, #d4af37 0%, #a8861f 100%); | |||
color: #1b1304; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 11px; | |||
font-weight: 700; | |||
letter-spacing: 0.6px; | |||
text-transform: uppercase; | |||
border: 1px solid #8a6c1e; | |||
border-radius: 4px; | |||
cursor: pointer; | |||
box-shadow: 0 2px 6px rgba(212,175,55,0.3), inset 0 1px 0 rgba(255,255,255,0.25); | |||
transition: all 0.18s; | |||
} | |||
.aur-navi-btn:hover { | |||
background: linear-gradient(180deg, #f4d97a 0%, #d4af37 100%); | |||
transform: translateY(-1px); | |||
box-shadow: 0 4px 10px rgba(212,175,55,0.4); | |||
} | |||
.aur-navi-btn:active { transform: translateY(0); } | |||
.aur-navi-btn-icon { font-size: 13px; } | |||
/* === Descrição abaixo do bloco da Mestra ================== */ | |||
.aur-mestra-desc { | |||
max-width: 620px; | |||
margin: 6px auto 12px; | |||
padding: 0 10px; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 13px; | |||
line-height: 1.55; | |||
color: #3a2614; | |||
text-align: center; | |||
} | |||
.aur-mestra-desc strong, .aur-mestra-desc b { | |||
color: #1b1304; | |||
font-weight: 700; | |||
} | |||
/* === Toast notification (copiou!) ======================== */ | |||
.aur-toast { | |||
position: fixed; | |||
bottom: 32px; | |||
right: 32px; | |||
z-index: 100000; | |||
display: flex; | |||
align-items: center; | |||
gap: 14px; | |||
background: linear-gradient(180deg, #1b1304 0%, #0e0a02 100%); | |||
color: #fff; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 13px; | |||
padding: 14px 18px 14px 16px; | |||
border: 1px solid rgba(212,175,55,0.5); | |||
border-left: 4px solid #d4af37; | |||
border-radius: 4px; | |||
box-shadow: 0 10px 36px rgba(0,0,0,0.45), 0 0 20px rgba(212,175,55,0.18); | |||
min-width: 240px; | |||
max-width: 360px; | |||
opacity: 0; | |||
transform: translateX(20px); | |||
transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1); | |||
} | |||
.aur-toast-show { | |||
opacity: 1; | |||
transform: translateX(0); | |||
} | |||
.aur-toast-out { | |||
opacity: 0; | |||
transform: translateX(20px); | |||
} | |||
.aur-toast-icon { | |||
width: 28px; | |||
height: 28px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
background: linear-gradient(180deg, #d4af37, #a8861f); | |||
color: #1b1304; | |||
border-radius: 50%; | |||
font-size: 14px; | |||
font-weight: 800; | |||
flex-shrink: 0; | |||
box-shadow: 0 0 8px rgba(212,175,55,0.5); | |||
} | |||
.aur-toast strong { color: #f4d97a; font-weight: 700; } | |||
.aur-toast small { | |||
color: rgba(255,255,255,0.55); | |||
font-size: 11px; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
} | |||
/* === GIF Mestra menor (30% menos) ======================== */ | |||
.aur-mestra-sprite-bare img, | |||
.aur-mestra-sprite-bare .mw-file-element { | |||
max-width: 150px !important; | |||
max-height: 150px !important; | |||
} | |||
.aur-mestra-sprite-bare { min-width: 150px !important; } | |||
/* === Botão /navi — versão sóbria/elegante ================ */ | |||
.aur-navi-btn { | |||
display: inline-flex !important; | |||
align-items: center; | |||
gap: 7px; | |||
margin-top: 10px; | |||
padding: 7px 14px !important; | |||
background: rgba(27,19,4,0.95) !important; | |||
color: #f4d97a !important; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 11px !important; | |||
font-weight: 600 !important; | |||
letter-spacing: 0.5px !important; | |||
text-transform: none !important; | |||
border: 1px solid rgba(212,175,55,0.45) !important; | |||
border-radius: 3px !important; | |||
cursor: pointer; | |||
box-shadow: 0 2px 6px rgba(0,0,0,0.12) !important; | |||
transition: all 0.18s !important; | |||
} | |||
.aur-navi-btn:hover { | |||
background: #1b1304 !important; | |||
color: #fff !important; | |||
border-color: #d4af37 !important; | |||
box-shadow: 0 3px 10px rgba(212,175,55,0.25) !important; | |||
transform: none !important; | |||
} | |||
.aur-navi-btn:active { background: #0e0a02 !important; } | |||
.aur-navi-btn-icon { | |||
font-size: 12px !important; | |||
opacity: 0.85; | |||
} | |||
/* === Texto explicativo como card destacado ============== */ | |||
.aur-mestra-desc-card { | |||
max-width: 600px; | |||
margin: 12px auto; | |||
padding: 14px 20px 14px 22px; | |||
background: linear-gradient(180deg, #fff 0%, #fdf8e8 100%); | |||
border: 1px solid rgba(212,175,55,0.28); | |||
border-left: 4px solid #d4af37; | |||
border-radius: 3px; | |||
text-align: left; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 13px; | |||
line-height: 1.55; | |||
color: #3a2614; | |||
box-shadow: 0 2px 8px rgba(212,175,55,0.08); | |||
} | |||
.aur-mestra-desc-card strong, | |||
.aur-mestra-desc-card b { color: #1b1304; font-weight: 700; } | |||
.aur-mestra-desc-title { | |||
font-size: 9.5px; | |||
font-weight: 700; | |||
letter-spacing: 1.4px; | |||
text-transform: uppercase; | |||
color: #a8861f; | |||
margin-bottom: 6px; | |||
} | |||
/* === Botão /navi — sem ícone emoji, alinhado à info ===== */ | |||
.aur-navi-btn { | |||
margin-top: 6px !important; | |||
padding: 6px 14px !important; | |||
} | |||
.aur-navi-btn-icon { display: none !important; } | |||
/* === Toast: barra dourada vertical no lugar do checkmark === */ | |||
.aur-toast-bar { | |||
width: 3px; | |||
height: 28px; | |||
background: linear-gradient(180deg, #f4d97a, #d4af37); | |||
border-radius: 2px; | |||
box-shadow: 0 0 8px rgba(212,175,55,0.5); | |||
flex-shrink: 0; | |||
} | |||
.aur-toast-icon { display: none !important; } | |||
/* === Mestra: agrupar valor + botão /navi numa linha coesa === */ | |||
.aur-mestra-loc-line { | |||
display: flex; | |||
align-items: center; | |||
gap: 10px; | |||
flex-wrap: wrap; | |||
} | |||
.aur-mestra-loc-line .aur-info-value { margin: 0 !important; } | |||
.aur-mestra-loc-line .aur-navi-btn { margin-top: 0 !important; } | |||
/* === Mestra: botao /navi grudado abaixo do valor (sem "meio do nada") === */ | |||
.aur-mestra-loc-line { | |||
display: flex !important; | |||
flex-direction: column !important; | |||
align-items: flex-start !important; | |||
gap: 6px !important; | |||
flex-wrap: nowrap !important; | |||
} | |||
.aur-mestra-loc-line .aur-info-value { margin: 0 !important; } | |||
.aur-mestra-loc-line .aur-navi-btn { margin-top: 0 !important; } | |||
/* === GRID DE ITENS (Caixa do Iniciante e afins) ========== */ | |||
.aur-item-grid { | |||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 10px; | |||
margin: 0 auto 16px; | |||
max-width: 880px; | |||
} | |||
.aur-item-card { | |||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
background: linear-gradient(180deg, #fff, #fdf8e8); | |||
border: 1px solid rgba(212,175,55,0.25); | |||
border-left: 3px solid #d4af37; | |||
border-radius: 3px; | |||
padding: 10px 12px; | |||
text-align: left; | |||
transition: all 0.18s; | |||
} | |||
.aur-item-card:hover { | |||
border-left-color: #f4d97a; | |||
transform: translateY(-2px); | |||
box-shadow: 0 4px 12px rgba(212,175,55,0.15); | |||
} | |||
.aur-item-icon { | |||
flex-shrink: 0; | |||
width: 46px; height: 46px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
background: rgba(212,175,55,0.12); | |||
border: 1px solid rgba(212,175,55,0.2); | |||
border-radius: 4px; | |||
} | |||
.aur-item-icon .mw-file-element { | |||
max-width: 40px !important; | |||
max-height: 40px !important; | |||
width: auto !important; | |||
height: auto !important; | |||
image-rendering: pixelated; | |||
} | |||
.aur-item-info { flex: 1; min-width: 0; } | |||
.aur-item-name { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 13.5px; | |||
font-weight: 700; | |||
color: #1b1304; | |||
line-height: 1.25; | |||
} | |||
.aur-item-name small { | |||
font-weight: 600; | |||
color: #a8861f; | |||
font-size: 11px; | |||
} | |||
.aur-item-qty { | |||
display: inline-block; | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 10px; | |||
font-weight: 700; | |||
color: #8a6c1e; | |||
background: rgba(212,175,55,0.15); | |||
border-radius: 3px; | |||
padding: 1px 6px; | |||
margin-left: 4px; | |||
vertical-align: middle; | |||
} | |||
.aur-item-desc { | |||
font-family: 'Inter', system-ui, sans-serif; | |||
font-size: 11.5px; | |||
color: #6a5536; | |||
line-height: 1.4; | |||
margin-top: 3px; | |||
} | |||
/* último item ímpar centraliza na coluna do meio (3-col) */ | |||
.aur-item-grid > .aur-item-card:last-child:nth-child(3n - 2) { grid-column: 2 / span 1; } | |||
@media (max-width: 800px) { | |||
.aur-item-grid { grid-template-columns: repeat(2, 1fr); } | |||
} | |||
/* compactação */ | |||
.aur-compact .aur-item-grid { gap: 6px !important; margin-bottom: 8px !important; } | |||
.aur-compact .aur-item-card { padding: 7px 9px !important; gap: 9px !important; } | |||
.aur-compact .aur-item-icon { width: 40px !important; height: 40px !important; } | |||
.aur-compact .aur-item-icon .mw-file-element { max-width: 34px !important; max-height: 34px !important; } | |||
.aur-compact .aur-item-name { font-size: 12px !important; } | |||
.aur-compact .aur-item-name small { font-size: 10px !important; } | |||
.aur-compact .aur-item-desc { font-size: 10.5px !important; line-height: 1.35 !important; margin-top: 2px !important; } | |||
/* =================================================================== | |||
ÉDEN AUREUMRO — página dedicada (layout próprio) | |||
=================================================================== */ | |||
.eden-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #1b1304; } | |||
.eden-wrap *, .eden-wrap *::before, .eden-wrap *::after { box-sizing: border-box; } | |||
/* HERO */ | |||
.eden-hero { | |||
position: relative; text-align: center; padding: 42px 24px 56px; border-radius: 10px; | |||
background: | |||
radial-gradient(circle at 50% -10%, rgba(244,217,122,0.28) 0%, transparent 55%), | |||
linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
border: 1px solid rgba(212,175,55,0.45); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); | |||
overflow: hidden; | |||
} | |||
.eden-hero::after { | |||
content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; | |||
background: linear-gradient(90deg, transparent, #d4af37, transparent); | |||
} | |||
.eden-hero img { width: 92px; height: 92px; display: block; margin: 0 auto 14px; filter: drop-shadow(0 6px 14px rgba(212,175,55,0.45)); } | |||
.eden-hero .eden-badge { | |||
display: inline-block; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; | |||
color: #f4d97a; border: 1px solid rgba(244,217,122,0.45); border-radius: 999px; padding: 5px 16px; margin-bottom: 16px; | |||
} | |||
.eden-hero h1 { | |||
font-size: 40px; font-weight: 800; margin: 0 0 12px; color: #f7e9b8; letter-spacing: 0.5px; | |||
border: none; padding: 0; text-shadow: 0 2px 16px rgba(0,0,0,0.55); | |||
} | |||
.eden-hero p { font-size: 15.5px; color: #ecdcab; max-width: 620px; margin: 0 auto; line-height: 1.65; } | |||
/* STAT STRIP (sobrepõe a base do hero) */ | |||
.eden-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: -34px auto 6px; max-width: 780px; position: relative; z-index: 3; padding: 0 10px; } | |||
.eden-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 7px; padding: 15px 8px; text-align: center; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } | |||
.eden-stat b { display: block; font-size: 27px; font-weight: 800; color: #a8861f; line-height: 1; } | |||
.eden-stat span { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: 1px; color: #8a6c1e; margin-top: 7px; font-weight: 600; } | |||
/* SECTION HEADING */ | |||
.eden-h { text-align: center; margin: 40px 0 18px; } | |||
.eden-h span { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #a8861f; position: relative; padding: 0 22px; } | |||
.eden-h span::before, .eden-h span::after { content: ""; position: absolute; top: 50%; width: 46px; height: 1px; background: linear-gradient(90deg, transparent, #d4af37); } | |||
.eden-h span::before { right: 100%; transform: scaleX(-1); } | |||
.eden-h span::after { left: 100%; } | |||
/* LEAD */ | |||
.eden-wrap .eden-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 760px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; } | |||
.eden-lead b { color: #a8861f; } | |||
/* STEPS / TIMELINE */ | |||
.eden-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } | |||
.eden-step { background: #fff; border: 1px solid rgba(212,175,55,0.25); border-radius: 8px; padding: 20px 15px 17px; text-align: center; transition: transform .18s, box-shadow .18s, border-color .18s; } | |||
.eden-step:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(212,175,55,0.2); border-color: #f4d97a; } | |||
.eden-step .n { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #1b1304; font-weight: 800; font-size: 16px; line-height: 36px; margin: 0 auto 12px; box-shadow: 0 4px 10px rgba(212,175,55,0.4); } | |||
.eden-step h4 { margin: 0 0 7px; font-size: 14.5px; color: #1b1304; font-weight: 700; border: none; padding: 0; } | |||
.eden-step p { margin: 0; font-size: 12.5px; line-height: 1.5; color: #6b5a2e; } | |||
/* TIER TABLE */ | |||
.eden-tiers { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); } | |||
.eden-tiers th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 13px 18px; text-align: left; font-weight: 700; } | |||
.eden-tiers td { padding: 14px 18px; border-top: 1px solid rgba(212,175,55,0.15); font-size: 14.5px; vertical-align: middle; } | |||
.eden-tiers tbody tr:nth-child(even) td { background: #fdf8e8; } | |||
.eden-tiers tbody tr:hover td { background: #f6ecc6; } | |||
.eden-tiers .lvl { font-weight: 700; color: #1b1304; } | |||
.eden-tiers .coin { color: #a8861f; font-weight: 800; white-space: nowrap; text-align: right; } | |||
.eden-tiers .coin img { width: 30px; height: 30px; vertical-align: -9px; margin-right: 7px; } | |||
.eden-tiers .mis { color: #5a4a22; } | |||
.eden-tiers .book { width: 72px; padding: 8px 0 8px 14px; } | |||
.eden-tiers .book img { width: 52px; height: auto; display: block; background: #fff; border-radius: 8px; padding: 4px; box-shadow: 0 1px 4px rgba(36,25,6,0.16); border: 1px solid rgba(212,175,55,0.35); } | |||
/* ECONOMY LOOP */ | |||
.eden-loop { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 8px; } | |||
.eden-node { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 8px; padding: 20px 16px; text-align: center; } | |||
.eden-node img { width: 58px; height: 58px; margin: 0 auto 10px; display: block; image-rendering: pixelated; image-rendering: crisp-edges; } | |||
.eden-node .dot { width: 38px; height: 38px; border-radius: 50%; margin: 0 auto 10px; background: linear-gradient(135deg, #f4d97a, #d4af37); } | |||
.eden-node h4 { margin: 0 0 7px; font-size: 13.5px; color: #a8861f; font-weight: 800; border: none; padding: 0; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.eden-node p { margin: 0; font-size: 12.5px; color: #6b5a2e; line-height: 1.5; } | |||
.eden-arrow { display: flex; align-items: center; justify-content: center; color: #d4af37; font-size: 26px; font-weight: 700; } | |||
.eden-loop-note { text-align: center; font-size: 13px; color: #8a6c1e; margin-top: 12px; font-style: italic; } | |||
/* ARMEIRO FEATURE CARDS */ | |||
.eden-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } | |||
.eden-feat { background: #fff; border: 1px solid rgba(212,175,55,0.25); border-left: 4px solid #d4af37; border-radius: 7px; padding: 20px; transition: box-shadow .18s; } | |||
.eden-feat:hover { box-shadow: 0 8px 20px rgba(212,175,55,0.15); } | |||
.eden-feat h4 { margin: 0 0 9px; font-size: 15.5px; color: #1b1304; font-weight: 700; border: none; padding: 0; } | |||
.eden-feat p { margin: 0; font-size: 13px; line-height: 1.6; color: #5a4a22; } | |||
/* RESPONSIVE */ | |||
@media (max-width: 850px) { | |||
.eden-stats { grid-template-columns: repeat(2, 1fr); } | |||
.eden-steps { grid-template-columns: repeat(2, 1fr); } | |||
.eden-loop { grid-template-columns: 1fr; } | |||
.eden-arrow { transform: rotate(90deg); padding: 2px 0; } | |||
.eden-feats { grid-template-columns: 1fr; } | |||
.eden-hero h1 { font-size: 31px; } | |||
} | |||
/* ========================================================= | |||
CURANDEIRA — página bespoke (escopo .cura-wrap) | |||
========================================================= */ | |||
.cura-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
/* HERO */ | |||
.cura-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); | |||
background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.cura-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.cura-hero img { width: auto; height: 171px; image-rendering: pixelated; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55)); } | |||
.cura-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.cura-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; } | |||
.cura-hero p { max-width: 640px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
/* STATS STRIP (sobreposta à base do hero) */ | |||
.cura-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.cura-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.cura-stat b { display: block; font-size: 24px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.cura-stat span { display: block; margin-top: 4px; font-size: 11.5px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.6px; } | |||
/* HEADINGS com linha dourada dos dois lados */ | |||
.cura-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.cura-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; } | |||
.cura-h::before, .cura-h::after { content: ""; height: 1px; width: 90px; background: linear-gradient(90deg, transparent, #d4af37); } | |||
.cura-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
/* LEAD (especificidade alta p/ vencer .mw-parser-output p) */ | |||
.cura-wrap .cura-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 760px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; } | |||
.cura-wrap .cura-lead b { color: #a8861f; } | |||
/* STEPS — timeline horizontal */ | |||
.cura-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } | |||
.cura-step { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 22px 16px 18px; text-align: center; position: relative; } | |||
.cura-step .n { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(212,175,55,0.4); } | |||
.cura-step h4 { margin: 0 0 7px; font-size: 14px; color: #1b1304; font-weight: 800; border: none; padding: 0; } | |||
.cura-step p { margin: 0; font-size: 13px; color: #6b5a2e; line-height: 1.5; } | |||
/* PRICE TABLE */ | |||
.cura-tiers { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); } | |||
.cura-tiers th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 13px 18px; text-align: left; font-weight: 700; } | |||
.cura-tiers td { padding: 13px 18px; border-top: 1px solid rgba(212,175,55,0.15); font-size: 14.5px; vertical-align: middle; } | |||
.cura-tiers tbody tr:nth-child(even) td { background: #fdf8e8; } | |||
.cura-tiers tbody tr:hover td { background: #f6ecc6; } | |||
.cura-tiers .lvl { font-weight: 700; color: #1b1304; } | |||
.cura-tiers .price { text-align: right; font-weight: 800; color: #a8861f; white-space: nowrap; } | |||
.cura-tiers .free { color: #2e7d32; } | |||
/* PLANOS (Jogador x VIP) */ | |||
.cura-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; } | |||
.cura-plan { border: 1px solid rgba(212,175,55,0.3); border-radius: 11px; padding: 22px 22px 20px; background: linear-gradient(180deg, #fff, #fdf8e8); } | |||
.cura-plan.vip { border: 1px solid #d4af37; box-shadow: 0 8px 22px rgba(212,175,55,0.2); background: linear-gradient(180deg, #fffaef, #fdf3d4); } | |||
.cura-plan-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; } | |||
.cura-plan h4 { margin: 0; font-size: 18px; color: #1b1304; font-weight: 800; border: none; padding: 0; } | |||
.cura-plan.vip h4 { color: #9a7a17; } | |||
.cura-plan .tag { font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } | |||
.cura-plan .tag.t-free { background: #ece3c8; color: #6b5a2e; } | |||
.cura-plan .tag.t-vip { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; } | |||
.cura-plan ul { list-style: none; margin: 8px 0 0; padding: 0; } | |||
.cura-plan li { padding: 8px 0 8px 26px; position: relative; font-size: 13.8px; color: #3a2e12; border-top: 1px solid rgba(212,175,55,0.14); line-height: 1.45; } | |||
.cura-plan li:first-child { border-top: none; } | |||
.cura-plan li::before { content: "✦"; position: absolute; left: 2px; top: 8px; color: #d4af37; font-size: 12px; } | |||
.cura-plan .dur { margin-top: 14px; text-align: center; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; color: #8a6c1e; background: rgba(212,175,55,0.12); border-radius: 8px; padding: 9px; } | |||
/* CIDADES — chips */ | |||
.cura-cities { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 880px; margin: 0 auto; } | |||
.cura-city { padding: 6px 13px; border-radius: 999px; background: #fdf8e8; border: 1px solid rgba(212,175,55,0.3); font-size: 13px; color: #5a4a22; font-weight: 600; } | |||
.cura-note { text-align: center; font-size: 13px; color: #8a6c1e; margin-top: 14px; font-style: italic; } | |||
/* RESPONSIVE */ | |||
@media (max-width: 850px) { | |||
.cura-stats { grid-template-columns: repeat(2, 1fr); } | |||
.cura-steps { grid-template-columns: repeat(2, 1fr); } | |||
.cura-plans { grid-template-columns: 1fr; } | |||
.cura-hero h1 { font-size: 31px; } | |||
} | |||
/* CURANDEIRA — bloco "sem desvalorizar o suporte" (Sacerdote) */ | |||
.cura-priest { border: 1px solid #d4af37; border-radius: 12px; padding: 26px 28px 24px; background: linear-gradient(180deg, #fffaef, #fdf3d4); box-shadow: 0 8px 22px rgba(212,175,55,0.18); max-width: 860px; margin: 0 auto; text-align: center; } | |||
.cura-priest h3 { margin: 0 0 10px; font-size: 19px; color: #9a7a17; font-weight: 800; border: none; padding: 0; letter-spacing: 0.3px; } | |||
.cura-priest p { margin: 0 auto; max-width: 700px; font-size: 14.5px; line-height: 1.7; color: #3a2e12; } | |||
.cura-priest p + p { margin-top: 10px; } | |||
.cura-priest b { color: #a8861f; } | |||
.cura-ladder-label { margin: 22px 0 10px; font-size: 11.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #8a6c1e; } | |||
.cura-ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 580px; margin: 0 auto; } | |||
.cura-rung { background: #fff; border: 1px solid rgba(212,175,55,0.32); border-radius: 10px; padding: 14px 8px; text-align: center; } | |||
.cura-rung.max { background: linear-gradient(135deg, #f4d97a, #d4af37); border-color: #d4af37; box-shadow: 0 5px 14px rgba(212,175,55,0.45); transform: translateY(-4px); } | |||
.cura-rung .lv { display: block; font-size: 21px; font-weight: 800; color: #a8861f; line-height: 1.1; } | |||
.cura-rung.max .lv { color: #3a2a06; } | |||
.cura-rung .who { display: block; margin-top: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #6b5a2e; line-height: 1.3; } | |||
.cura-rung.max .who { color: #4a3a0a; font-weight: 800; } | |||
@media (max-width: 850px) { .cura-priest { padding: 22px 18px; } } | |||
/* ========================================================= | |||
ECONOMIA — página bespoke (escopo .econ-wrap) | |||
========================================================= */ | |||
.econ-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.econ-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.econ-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.econ-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.econ-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.econ-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; } | |||
.econ-hero p { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.econ-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.econ-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.econ-stat b { display: block; font-size: 23px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.econ-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.econ-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.econ-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.econ-h::before, .econ-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.econ-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.econ-wrap .econ-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 780px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; } | |||
.econ-wrap .econ-lead b { color: #a8861f; } | |||
.econ-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } | |||
.econ-card { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 18px 12px 16px; text-align: center; } | |||
.econ-card img { width: 44px; height: 44px; image-rendering: pixelated; margin-bottom: 8px; } | |||
.econ-card .nm { display: block; font-size: 12.5px; font-weight: 700; color: #1b1304; line-height: 1.3; min-height: 33px; } | |||
.econ-card .ba { margin-top: 8px; font-size: 12.5px; color: #9a8a5e; text-decoration: line-through; } | |||
.econ-card .af { font-size: 21px; font-weight: 800; color: #a8861f; line-height: 1.2; } | |||
.econ-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); } | |||
.econ-table th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; padding: 12px 14px; text-align: left; font-weight: 700; } | |||
.econ-table th.r { text-align: right; } | |||
.econ-table td { padding: 8px 14px; border-top: 1px solid rgba(212,175,55,0.13); font-size: 13.5px; vertical-align: middle; } | |||
.econ-table tbody tr:nth-child(even) td { background: #fdf8e8; } | |||
.econ-table tbody tr:hover td { background: #f6ecc6; } | |||
.econ-table .ic { width: 30px; padding: 5px 0 5px 12px; } | |||
.econ-table .ic img { width: 26px; height: 26px; image-rendering: pixelated; vertical-align: middle; display: block; } | |||
.econ-table .nm { font-weight: 600; color: #2a2008; } | |||
.econ-table .be { text-align: right; color: #9a8a5e; text-decoration: line-through; white-space: nowrap; } | |||
.econ-table .arw { text-align: center; color: #d4af37; width: 22px; font-weight: 700; } | |||
.econ-table .af { text-align: right; color: #a8861f; font-weight: 800; white-space: nowrap; } | |||
.econ-note { text-align: center; font-size: 13px; color: #8a6c1e; margin-top: 14px; font-style: italic; max-width: 760px; margin-left: auto; margin-right: auto; } | |||
@media (max-width: 850px) { | |||
.econ-stats { grid-template-columns: repeat(2, 1fr); } | |||
.econ-highlights { grid-template-columns: repeat(2, 1fr); } | |||
.econ-hero h1 { font-size: 31px; } | |||
.econ-h::before, .econ-h::after { width: 40px; } | |||
} | |||
/* ARMEIRO DO ÉDEN — loja de troca + encantamentos */ | |||
.eden-armeiro-loc { text-align: center; font-size: 13px; color: #8a6c1e; margin: 0 0 8px; } | |||
.eden-armeiro-loc b { color: #a8861f; } | |||
.eden-shop { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; } | |||
.eden-shopbox { border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.06); } | |||
.eden-shopbox h4 { margin: 0; background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; padding: 12px 16px; border: none; font-weight: 700; } | |||
.eden-shopbox table { width: 100%; border-collapse: separate; border-spacing: 0; } | |||
.eden-shopbox td { padding: 8px 16px; border-top: 1px solid rgba(212,175,55,0.13); font-size: 13.5px; vertical-align: middle; } | |||
.eden-shopbox tr:nth-child(even) td { background: #fdf8e8; } | |||
.eden-shopbox tr:hover td { background: #f6ecc6; } | |||
.eden-shopbox .it { color: #2a2008; font-weight: 600; } | |||
.eden-shopbox .pr { text-align: right; color: #a8861f; font-weight: 800; white-space: nowrap; } | |||
.eden-shopbox .pr img { width: 16px; height: 16px; vertical-align: -3px; margin-right: 4px; } | |||
.eden-feat ul { margin: 6px 0 0; padding-left: 0; list-style: none; } | |||
.eden-feat li { padding: 5px 0 5px 20px; position: relative; font-size: 13px; color: #3a2e12; line-height: 1.5; } | |||
.eden-feat li::before { content: "\2726"; position: absolute; left: 0; top: 6px; color: #d4af37; font-size: 11px; } | |||
@media (max-width: 850px) { .eden-shop { grid-template-columns: 1fr; } } | |||
/* ARMEIRO DO ÉDEN — portrait NPC, conjunto, /navi, tabela detalhada */ | |||
.eden-armeiro { display: flex; gap: 24px; align-items: center; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 20px 26px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); } | |||
.eden-armeiro img { width: 120px; height: auto; image-rendering: pixelated; flex-shrink: 0; filter: drop-shadow(0 7px 11px rgba(0,0,0,0.28)); } | |||
.eden-armeiro-txt { font-size: 14px; line-height: 1.6; color: #3a2e12; } | |||
.eden-armeiro-txt p { margin: 0 0 9px; } | |||
.eden-armeiro-txt p:last-child { margin-bottom: 0; } | |||
.eden-armeiro-txt b { color: #a8861f; } | |||
.navi-copy { color: #9a7a17; font-weight: 700; border-bottom: 1px dotted #d4af37; cursor: pointer; white-space: nowrap; transition: background 0.15s, color 0.15s; padding: 0 2px; border-radius: 3px; } | |||
.navi-copy:hover { color: #6e5410; background: rgba(212,175,55,0.16); } | |||
.eden-set { border: 1px dashed #d4af37; border-radius: 10px; padding: 14px 20px; background: rgba(212,175,55,0.08); font-size: 13.5px; line-height: 1.6; color: #3a2e12; text-align: center; max-width: 860px; margin: 0 auto; } | |||
.eden-set b { color: #a8861f; } | |||
.eden-wtable { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); } | |||
.eden-wtable th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; padding: 11px 12px; text-align: left; font-weight: 700; } | |||
.eden-wtable th.c, .eden-wtable td.c { text-align: center; } | |||
.eden-wtable th.r, .eden-wtable td.r { text-align: right; } | |||
.eden-wtable td { padding: 9px 12px; border-top: 1px solid rgba(212,175,55,0.13); font-size: 13px; vertical-align: middle; } | |||
.eden-wtable tbody tr:nth-child(even) td { background: #fdf8e8; } | |||
.eden-wtable tbody tr:hover td { background: #f6ecc6; } | |||
.eden-wtable .ic { width: 30px; padding-left: 12px; } | |||
.eden-wtable .ic img { width: 26px; height: 26px; image-rendering: pixelated; vertical-align: middle; display: block; } | |||
.eden-wtable .nm { font-weight: 700; color: #1b1304; } | |||
.eden-wtable .lv, .eden-wtable .atk { text-align: center; color: #5a4a22; font-weight: 600; white-space: nowrap; } | |||
.eden-wtable .bn { font-size: 12px; color: #4a3e1e; line-height: 1.45; } | |||
.eden-wtable .bn b { color: #9a7a17; } | |||
.eden-wtable .pr { text-align: right; color: #a8861f; font-weight: 800; white-space: nowrap; } | |||
.eden-wtable .pr img { width: 15px; height: 15px; vertical-align: -3px; margin-right: 3px; } | |||
@media (max-width: 850px) { .eden-armeiro { flex-direction: column; text-align: center; } .eden-wtable .bn { font-size: 11.5px; } } | |||
/* ========================================================= | |||
VISUAIS — página bespoke (escopo .vis-wrap) | |||
========================================================= */ | |||
.vis-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.vis-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.vis-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.vis-hero img { width: 110px; height: 110px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.vis-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.vis-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; } | |||
.vis-hero p { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.vis-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: -34px auto 6px; position: relative; } | |||
.vis-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.vis-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.vis-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.vis-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 40px 0 16px; } | |||
.vis-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.vis-h::before, .vis-h::after { content: ""; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.vis-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.vis-wrap .vis-lead { text-align: center; font-size: 15px; line-height: 1.7; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 8px; color: #2a2008; } | |||
.vis-wrap .vis-lead b { color: #a8861f; } | |||
.vis-msg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; } | |||
.vis-msg-card { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 18px 18px 16px; } | |||
.vis-msg-card h4 { margin: 0 0 7px; font-size: 15px; color: #1b1304; font-weight: 800; border: none; padding: 0; } | |||
.vis-msg-card p { margin: 0; font-size: 13px; color: #5a4a22; line-height: 1.55; } | |||
.vis-msg-card b { color: #a8861f; } | |||
/* legendary showcase */ | |||
.vis-legend { display: flex; align-items: center; gap: 24px; background: linear-gradient(180deg, #fffaef, #fdf3d4); border: 1px solid #d4af37; border-radius: 12px; padding: 18px 26px; box-shadow: 0 8px 22px rgba(212,175,55,0.2); margin-bottom: 14px; } | |||
.vis-legend img { width: 130px; height: auto; image-rendering: pixelated; flex-shrink: 0; filter: drop-shadow(0 6px 10px rgba(0,0,0,0.25)); } | |||
.vis-legend-txt h4 { margin: 8px 0 6px; font-size: 20px; color: #9a7a17; font-weight: 800; border: none; padding: 0; } | |||
.vis-legend-txt p { margin: 0; font-size: 13.5px; color: #3a2e12; line-height: 1.6; } | |||
.vis-legend-txt b { color: #a8861f; } | |||
/* gallery */ | |||
.vis-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } | |||
.vis-card { width: 132px; box-sizing: border-box; position: relative; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 8px 6px 10px; text-align: center; transition: transform 0.12s, box-shadow 0.12s; } | |||
.vis-card:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,0.12); } | |||
.vis-card.leg { border-color: #d4af37; box-shadow: 0 0 0 1px #d4af37 inset; } | |||
.vis-card.rare { border-color: #4a9d5f; } | |||
.vis-card img { display: block; height: 132px; width: auto; max-width: 100%; margin: 0 auto; object-fit: contain; object-position: bottom; image-rendering: pixelated; } | |||
.vis-noimg { height: 132px; display: flex; align-items: center; justify-content: center; color: #d4af37; font-size: 30px; } | |||
.vis-nm { display: block; margin-top: 6px; font-size: 11.5px; font-weight: 600; color: #2a2008; line-height: 1.25; min-height: 28px; } | |||
.vis-rb { display: inline-block; margin-top: 4px; font-size: 9px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; } | |||
.vis-rb.leg { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; } | |||
.vis-rb.rare { background: #dcf1e2; color: #2f6b41; } | |||
.vis-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 24px auto 0; font-style: italic; max-width: 780px; } | |||
@media (max-width: 850px) { | |||
.vis-stats { grid-template-columns: repeat(2, 1fr); } | |||
.vis-msg { grid-template-columns: 1fr; } | |||
.vis-legend { flex-direction: column; text-align: center; } | |||
.vis-hero h1 { font-size: 31px; } | |||
.vis-card { width: 108px; } | |||
.vis-card img { height: 108px; } | |||
} | } | ||
. | /* [ROT2] abas de rotacao e cards grandes */ | ||
/* abas em CSS puro: os radios ficam antes da barra e dos paineis, e o | |||
combinador de irmaos liga o radio marcado ao painel correspondente. | |||
Sem JS, que nao roda dentro do bloco de HTML cru da wiki. */ | |||
.vis-tabs input[name="visrot"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; } | |||
.vis-tabbar { display: flex; justify-content: center; gap: 10px; margin: 34px 0 8px; flex-wrap: wrap; } | |||
.vis-tabbar label { cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; background: linear-gradient(180deg, #fff, #fdf8e8); transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; } | |||
.vis-tabbar label:hover { border-color: #d4af37; color: #5a4a12; } | |||
.vis-tabbar label b { font-weight: 800; opacity: 0.75; } | |||
.vis-pane { display: none; } | |||
#visrot2:checked ~ .vis-pane.vis-pane2, #visrot1:checked ~ .vis-pane.vis-pane1, #visrotpk:checked ~ .vis-pane.vis-panepk, #visrotpk2:checked ~ .vis-pane.vis-panepk2 { display: block; } | |||
#visrot2:checked ~ .vis-tabbar label[for="visrot2"], #visrot1:checked ~ .vis-tabbar label[for="visrot1"], #visrotpk:checked ~ .vis-tabbar label[for="visrotpk"], #visrotpk2:checked ~ .vis-tabbar label[for="visrotpk2"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); } | |||
/* raridade nova da 2a rotacao (a 1a so tinha leg e rare) */ | |||
.vis-card.epic { border-color: #9b6bd4; } | |||
.vis-rb.epic { background: #ece0f7; color: #6b3fa0; } | |||
/* card duplo: nos visuais que vem com efeito do cliente o efeito ocupa boa | |||
parte do quadro, e num card normal o personagem fica pequeno demais. A | |||
imagem tem 456 px de altura = 1,73x os 264 px do card, a mesma reducao do | |||
resto da pagina — ou seja sem perda de nitidez. */ | |||
.vis-card.gg { width: 216px; } | |||
.vis-card.gg img { height: 264px; } | |||
/* no destaque a regra da 1a rotacao fixa a LARGURA, entao um visual estreito e | |||
alto (o Pequeno Aprendiz e 102x242) vira um bloco de 308 px de altura, o | |||
dobro dos outros. Aqui vale a ALTURA, e todos ficam do mesmo tamanho. */ | |||
/* a galeria e flex e o padrao (align-items: stretch) estica todo card da linha | |||
ate a altura do maior. Com o card duplo na mesma linha, os cards normais | |||
viravam blocos de 264 px com a imagem de 132 px encostada no topo. */ | |||
.vis-pane2 .vis-gallery, .vis-panepk .vis-gallery, .vis-panepk2 .vis-gallery { align-items: flex-start; } | |||
/* os cards duplos ficam sozinhos na primeira linha: sem isso os cards normais | |||
se encaixam ao lado deles e sobra um vao embaixo ate a linha seguinte. */ | |||
.vis-pane2 .vis-break { flex-basis: 100%; height: 0; margin: 0; padding: 0; } | |||
.vis-pane2 .vis-legend img, .vis-panepk .vis-legend img, .vis-panepk2 .vis-legend img { width: auto; height: 140px; } | |||
.vis-pane2 .vis-legend.gg img { height: 250px; } | |||
@media (max-width: 850px) { | |||
.vis-card.gg { width: 176px; } | |||
.vis-card.gg img { height: 216px; } | |||
.vis-pane2 .vis-legend img, .vis-panepk .vis-legend img, .vis-panepk2 .vis-legend img { height: 120px; } | |||
.vis-pane2 .vis-legend.gg img { height: 200px; } | |||
.vis-tabbar label { padding: 9px 16px; font-size: 12px; } | |||
} | } | ||
. | |||
/* ========================================================= | |||
TELEPORTADORA — página bespoke (escopo .tele-wrap) | |||
========================================================= */ | |||
.tele-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.tele-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.tele-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.tele-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.tele-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.tele-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; } | |||
.tele-hero p { max-width: 640px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.tele-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.tele-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.tele-stat b { display: block; font-size: 23px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.tele-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.tele-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.tele-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; } | |||
.tele-h::before, .tele-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.tele-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.tele-wrap .tele-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 780px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; } | |||
.tele-wrap .tele-lead b { color: #a8861f; } | |||
.tele-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } | |||
.tele-step { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 22px 16px 18px; text-align: center; } | |||
.tele-step .n { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(212,175,55,0.4); } | |||
.tele-step h4 { margin: 0 0 7px; font-size: 14px; color: #1b1304; font-weight: 800; border: none; padding: 0; } | |||
.tele-step p { margin: 0; font-size: 13px; color: #6b5a2e; line-height: 1.5; } | |||
.tele-tiers { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); } | |||
.tele-tiers th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 13px 18px; text-align: left; font-weight: 700; } | |||
.tele-tiers td { padding: 13px 18px; border-top: 1px solid rgba(212,175,55,0.15); font-size: 14.5px; } | |||
.tele-tiers tbody tr:nth-child(even) td { background: #fdf8e8; } | |||
.tele-tiers tbody tr:hover td { background: #f6ecc6; } | |||
.tele-tiers .lvl { font-weight: 700; color: #1b1304; } | |||
.tele-tiers .price { text-align: right; font-weight: 800; color: #a8861f; white-space: nowrap; } | |||
.tele-tiers .free { color: #2e7d32; } | |||
.tele-dest { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; } | |||
.tele-destbox { border: 1px solid rgba(212,175,55,0.3); border-radius: 11px; padding: 18px 18px 16px; background: linear-gradient(180deg, #fff, #fdf8e8); } | |||
.tele-destbox.vip { border-color: #d4af37; box-shadow: 0 6px 18px rgba(212,175,55,0.14); background: linear-gradient(180deg, #fffaef, #fdf3d4); } | |||
.tele-desthead { display: flex; align-items: center; justify-content: space-between; } | |||
.tele-desthead h4 { margin: 0; font-size: 17px; color: #1b1304; font-weight: 800; border: none; padding: 0; } | |||
.tele-tag { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; } | |||
.tele-tag.t-free { background: #d7f0d8; color: #2e7d32; } | |||
.tele-tag.t-vip { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; } | |||
.tele-destn { margin: 6px 0 12px; font-size: 12px; color: #6b5a2e; } | |||
.tele-chips { display: flex; flex-wrap: wrap; gap: 6px; } | |||
.tele-chips-center { justify-content: center; max-width: 880px; margin: 0 auto; } | |||
.tele-chip { padding: 4px 10px; border-radius: 999px; background: #fdf8e8; border: 1px solid rgba(212,175,55,0.3); font-size: 12px; color: #5a4a22; font-weight: 600; } | |||
.tele-destbox.vip .tele-chip { background: #fff; } | |||
.tele-chip.city { font-size: 13px; padding: 6px 13px; } | |||
.tele-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 22px auto; font-style: italic; max-width: 820px; background: rgba(212,175,55,0.08); border: 1px dashed #d4af37; border-radius: 10px; padding: 14px 20px; } | |||
.tele-note b { color: #a8861f; } | |||
@media (max-width: 850px) { | |||
.tele-stats { grid-template-columns: repeat(2, 1fr); } | |||
.tele-steps { grid-template-columns: repeat(2, 1fr); } | |||
.tele-dest { grid-template-columns: 1fr; } | |||
.tele-hero h1 { font-size: 31px; } | |||
} | } | ||
. | /* ========================================================= | ||
ESTILISTA — página bespoke (escopo .est-wrap) | |||
========================================================= */ | |||
.est-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.est-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.est-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.est-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.est-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.est-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; } | |||
.est-hero p { max-width: 640px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.est-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.est-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.est-stat b { display: block; font-size: 23px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.est-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.est-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.est-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; } | |||
.est-h::before, .est-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.est-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.est-wrap .est-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 8px; color: #2a2008; } | |||
.est-wrap .est-lead b { color: #a8861f; } | |||
.est-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } | |||
.est-step { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 22px 16px 18px; text-align: center; } | |||
.est-step .n { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(212,175,55,0.4); } | |||
.est-step h4 { margin: 0 0 7px; font-size: 14px; color: #1b1304; font-weight: 800; border: none; padding: 0; } | |||
.est-step p { margin: 0; font-size: 13px; color: #6b5a2e; line-height: 1.5; } | |||
.est-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; } | |||
.est-card { width: 150px; box-sizing: border-box; position: relative; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 10px 8px 12px; text-align: center; display: flex; flex-direction: column; } | |||
.est-card.mounted { border-color: #d4af37; box-shadow: 0 0 0 1px #d4af37 inset; } | |||
.est-card img { height: 150px; width: auto; max-width: 100%; margin: 0 auto auto; object-fit: contain; object-position: bottom; image-rendering: pixelated; } | |||
.est-mount { position: absolute; top: 8px; right: 8px; font-size: 9px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; } | |||
.est-cap { display: block; margin-top: 8px; font-size: 11px; font-weight: 600; color: #5a4a22; line-height: 1.3; } | |||
.est-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 24px auto 0; font-style: italic; max-width: 800px; } | |||
.est-note b { color: #a8861f; } | |||
@media (max-width: 850px) { | |||
.est-stats { grid-template-columns: repeat(2, 1fr); } | |||
.est-steps { grid-template-columns: repeat(2, 1fr); } | |||
.est-hero h1 { font-size: 31px; } | |||
} | } | ||
. | /* ========================================================= | ||
ITEM RECOLOR — página bespoke (escopo .ir-wrap) | |||
========================================================= */ | |||
.ir-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.ir-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.ir-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.ir-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.ir-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.ir-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; } | |||
.ir-hero p { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.ir-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.ir-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.ir-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.ir-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.ir-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 36px 0 4px; } | |||
.ir-h span { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.ir-h::before, .ir-h::after { content: ""; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.ir-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.ir-wrap .ir-lead { text-align: center; font-size: 15px; line-height: 1.7; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 8px; color: #2a2008; } | |||
.ir-wrap .ir-lead b { color: #a8861f; } | |||
.ir-fam { text-align: center; font-size: 11.5px; color: #8a6c1e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 12px; } | |||
.ir-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 8px; } | |||
.ir-card { width: 116px; box-sizing: border-box; position: relative; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 8px 6px 9px; text-align: center; display: flex; flex-direction: column; } | |||
.ir-card.orig { border-color: #d4af37; box-shadow: 0 0 0 1px #d4af37 inset; } | |||
.ir-card img { height: 116px; width: auto; max-width: 100%; margin: 0 auto auto; object-fit: contain; object-position: bottom; image-rendering: pixelated; } | |||
.ir-noimg { height: 116px; display: flex; align-items: center; justify-content: center; color: #d4af37; font-size: 26px; } | |||
.ir-orig { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); font-size: 8.5px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; } | |||
.ir-cap { display: block; margin-top: 6px; font-size: 11px; font-weight: 600; color: #5a4a22; line-height: 1.25; } | |||
.ir-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 26px auto 0; font-style: italic; max-width: 800px; } | |||
.ir-note b { color: #a8861f; } | |||
@media (max-width: 850px) { | |||
.ir-stats { grid-template-columns: repeat(2, 1fr); } | |||
.ir-hero h1 { font-size: 31px; } | |||
.ir-card { width: 96px; } | |||
.ir-card img { height: 96px; } | |||
} | } | ||
/* | |||
/* ========================================================= | |||
AURAS — página bespoke (escopo .aurp-wrap) | |||
========================================================= */ | |||
.aurp-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.aurp-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.aurp-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.aurp-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.aurp-badge2 { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.aurp-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; } | |||
.aurp-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.aurp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.aurp-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.aurp-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.aurp-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.aurp-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 4px; } | |||
.aurp-h span { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #a8861f; white-space: nowrap; } | |||
.aurp-h::before, .aurp-h::after { content: ""; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.aurp-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.aurp-wrap .aurp-lead { text-align: center; font-size: 15px; line-height: 1.7; max-width: 820px; margin-left: auto; margin-right: auto; margin-bottom: 10px; color: #2a2008; } | |||
.aurp-wrap .aurp-lead b { color: #a8861f; } | |||
.aurp-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 880px; margin: 12px auto 4px; } | |||
.aurp-type { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 18px 14px; text-align: center; } | |||
.aurp-type .n { font-size: 26px; font-weight: 800; color: #a8861f; line-height: 1; } | |||
.aurp-type .t { font-weight: 800; margin-top: 6px; color: #3a2c0a; font-size: 15px; } | |||
.aurp-type .d { font-size: 12.5px; color: #6b5a2e; margin-top: 4px; line-height: 1.45; } | |||
.aurp-flex { max-width: 860px; margin: 24px auto 6px; border-radius: 14px; padding: 24px 28px; text-align: center; border: 1px solid rgba(212,175,55,0.45); background: radial-gradient(ellipse at 50% -20%, rgba(244,217,122,0.22), transparent 60%), linear-gradient(180deg, #241906, #0d0901); } | |||
.aurp-flex .ft { font-size: 19px; font-weight: 800; color: #f4d97a; margin-bottom: 8px; } | |||
.aurp-wrap .aurp-flex p { color: #e9dcc0; font-size: 14.5px; line-height: 1.65; margin: 0 auto; max-width: 720px; } | |||
.aurp-flex p b { color: #f4d97a; } | |||
.aurp-packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 12px auto 4px; } | |||
.aurp-pack { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 20px 18px; text-align: center; border-top: 4px solid #d4af37; } | |||
.aurp-pack .pn { font-size: 19px; font-weight: 800; margin-bottom: 6px; } | |||
.aurp-pack .pd { font-size: 13px; color: #5a4a22; line-height: 1.5; } | |||
.aurp-pack .pd b { color: #a8861f; } | |||
.aurp-prata { border-top-color: #9fb1c4; } .aurp-prata .pn { color: #6f7d8c; } | |||
.aurp-gold { border-top-color: #d4af37; } .aurp-gold .pn { color: #a8861f; } | |||
.aurp-diam { border-top-color: #5fc8d4; } .aurp-diam .pn { color: #2f9aa6; } | |||
.aurp-sub { text-align: center; font-size: 12px; color: #8a6c1e; text-transform: uppercase; letter-spacing: 1px; margin: 2px 0 14px; } | |||
.aurp-gal { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 8px; } | |||
.aurp-card { position: relative; width: 152px; height: 170px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); box-shadow: 0 4px 14px rgba(0,0,0,0.12); background: #0d0901; } | |||
.aurp-card img { width: 100%; height: 100%; object-fit: cover; display: block; } | |||
.aurp-bdg { position: absolute; top: 7px; right: 7px; font-size: 9px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; color: #241906; } | |||
.aurp-tier-Prata .aurp-bdg { background: linear-gradient(135deg, #eef2f7, #9fb1c4); } | |||
.aurp-tier-Gold .aurp-bdg { background: linear-gradient(135deg, #f4d97a, #d4af37); } | |||
.aurp-tier-Diamante .aurp-bdg { background: linear-gradient(135deg, #c4f1f6, #5fc8d4); } | |||
.aurp-tier-Prata { border-color: rgba(159,177,196,0.6); } | |||
.aurp-tier-Diamante { border-color: rgba(95,200,212,0.55); } | |||
.aurp-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 26px auto 0; font-style: italic; max-width: 800px; } | |||
@media (max-width: 850px) { | @media (max-width: 850px) { | ||
.aurp-stats { grid-template-columns: repeat(2, 1fr); } | |||
.aurp-types, .aurp-packs { grid-template-columns: 1fr; } | |||
.aurp-hero h1 { font-size: 31px; } | |||
.aurp-card { width: 120px; height: 138px; } | |||
} | |||
/* ========================================================= | |||
PÁGINA PRINCIPAL — redesign bespoke (escopo .hm-wrap) | |||
========================================================= */ | |||
.hm-wrap { max-width: 1080px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.hm-hero { position: relative; text-align: center; padding: 56px 24px 48px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(212,175,55,0.4); background: radial-gradient(ellipse at 50% -25%, rgba(244,217,122,0.30), transparent 60%), radial-gradient(circle at 50% 130%, rgba(212,175,55,0.14), transparent 55%), linear-gradient(180deg, #2a1d07, #0d0901); } | |||
.hm-hero::before { content: "✦"; position: absolute; top: 18px; right: 26px; color: rgba(212,175,55,0.28); font-size: 30px; } | |||
.hm-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.hm-selo { display: inline-block; padding: 5px 17px; border: 1px solid rgba(212,175,55,0.55); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; font-weight: 700; } | |||
.hm-wrap h1.hm-title { margin: 16px 0 8px; font-size: 62px; line-height: 1; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 1px; text-shadow: 0 3px 26px rgba(212,175,55,0.35); } | |||
.hm-tag { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 16px; line-height: 1.62; } | |||
.hm-tag i { color: #f4d97a; font-style: italic; } | |||
.hm-cta { display: flex; gap: 14px; justify-content: center; margin-top: 26px; flex-wrap: wrap; } | |||
.hm-wrap a.hm-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 11px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .15s, box-shadow .15s; } | |||
.hm-wrap a.hm-btn-primary { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07; box-shadow: 0 8px 22px rgba(212,175,55,0.38); } | |||
.hm-wrap a.hm-btn-ghost { border: 1px solid rgba(212,175,55,0.6); color: #f4d97a; } | |||
.hm-wrap a.hm-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.45); } | |||
/* ---- Aviso de BETA (em evidência) ---- */ | |||
.hm-beta { position: relative; overflow: hidden; margin: 22px auto 4px; max-width: 1000px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; padding: 24px 30px; border-radius: 16px; border: 1.5px solid rgba(244,217,122,0.65); background: radial-gradient(ellipse at 0% 0%, rgba(244,217,122,0.22), transparent 55%), linear-gradient(135deg, #3a2a08, #160f04); box-shadow: 0 0 0 1px rgba(244,217,122,0.12), 0 12px 34px rgba(0,0,0,0.35); } | |||
.hm-beta-l { display: flex; flex-direction: column; gap: 6px; min-width: 280px; flex: 1; } | |||
.hm-beta-badge { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 4px 13px; border-radius: 999px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07; font-weight: 800; font-size: 12px; letter-spacing: 1.5px; } | |||
.hm-beta-dot { width: 9px; height: 9px; border-radius: 50%; background: #2a1d07; box-shadow: 0 0 0 0 rgba(42,29,7,0.6); animation: hmpulse 1.6s infinite; } | |||
@keyframes hmpulse { 0% { box-shadow: 0 0 0 0 rgba(42,29,7,0.55); } 70% { box-shadow: 0 0 0 7px rgba(42,29,7,0); } 100% { box-shadow: 0 0 0 0 rgba(42,29,7,0); } } | |||
.hm-beta-t { font-size: 21px; font-weight: 800; color: #f4d97a; line-height: 1.2; } | |||
.hm-wrap .hm-beta-s { color: #e9dcc0; font-size: 14px; line-height: 1.55; margin: 2px 0 0; max-width: 620px; } | |||
.hm-beta-s b { color: #f4d97a; } | |||
.hm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 900px; margin: -30px auto 8px; position: relative; } | |||
.hm-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 11px; padding: 15px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.hm-stat b { display: block; font-size: 17px; color: #a8861f; font-weight: 800; line-height: 1.15; } | |||
.hm-stat span { display: block; margin-top: 3px; font-size: 10.5px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.6px; } | |||
.hm-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 42px 0 6px; } | |||
.hm-h span { font-size: 14px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: #a8861f; white-space: nowrap; } | |||
.hm-h::before, .hm-h::after { content: ""; height: 1px; width: 90px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.hm-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.hm-sub { text-align: center; color: #8a6c1e; font-size: 13px; margin: 0 auto 16px; max-width: 640px; } | |||
/* Fix centralizacao: .mw-parser-output p (0,1,1) zera margin-left/right; 2 classes (0,2,0) vencem */ | |||
.hm-wrap .hm-tag, .hm-wrap .hm-sub { margin-left: auto; margin-right: auto; } | |||
.hm-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 12px 0; } | |||
.hm-wrap a.hm-card { width: 152px; box-sizing: border-box; padding: 18px 12px 16px; border-radius: 14px; text-align: center; text-decoration: none; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); transition: transform .16s, box-shadow .16s, border-color .16s; display: flex; flex-direction: column; align-items: center; gap: 11px; color: #3a2c0a; } | |||
.hm-wrap a.hm-card:hover { transform: translateY(-5px); box-shadow: 0 12px 26px rgba(0,0,0,0.15); border-color: #d4af37; } | |||
.hm-card img { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.22)); } | |||
.hm-card span { font-weight: 700; font-size: 14px; line-height: 1.25; } | |||
.hm-sys a.hm-card { width: 168px; } | |||
.hm-soon { max-width: 900px; margin: 16px auto 6px; padding: 24px 28px; border-radius: 14px; text-align: center; border: 1px dashed rgba(212,175,55,0.55); background: linear-gradient(180deg, rgba(244,217,122,0.07), rgba(244,217,122,0.02)); } | |||
.hm-soon-t { font-weight: 800; color: #a8861f; font-size: 15px; letter-spacing: 0.5px; } | |||
.hm-soon p { margin: 6px auto 0; color: #6b5a2e; font-size: 13.5px; line-height: 1.55; max-width: 600px; } | |||
.hm-soon p b { color: #a8861f; } | |||
.hm-banner { margin: 40px auto 8px; max-width: 1000px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 26px 32px; border-radius: 16px; border: 1px solid rgba(212,175,55,0.4); background: radial-gradient(ellipse at 0% 0%, rgba(244,217,122,0.18), transparent 55%), linear-gradient(135deg, #2a1d07, #0d0901); } | |||
.hm-banner-t { font-size: 21px; font-weight: 800; color: #f4d97a; } | |||
.hm-banner-s { color: #e9dcc0; font-size: 14px; margin-top: 4px; max-width: 560px; line-height: 1.5; } | |||
.hm-banner-tags { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; } | |||
.hm-tag-pill { padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.5); color: #f4d97a; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; } | |||
@media (max-width: 860px) { | |||
.hm-wrap h1.hm-title { font-size: 42px; } | |||
.hm-stats { grid-template-columns: repeat(2, 1fr); } | |||
.hm-wrap a.hm-card, .hm-sys a.hm-card { width: 44%; } | |||
.hm-banner { flex-direction: column; text-align: center; } | |||
} | |||
/* ========================================================= | |||
LOJA DE CASH — página bespoke (escopo .cash-wrap) | |||
========================================================= */ | |||
.cash-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.cash-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.4); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #2a1d07, #0d0901); } | |||
.cash-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.cash-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); } | |||
.cash-badge { display: inline-block; margin: 14px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.cash-wrap h1 { margin: 6px 0 10px; font-size: 38px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; } | |||
.cash-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.6; } | |||
.cash-hero p b { color: #f4d97a; } | |||
.cash-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 34px 0 12px; } | |||
.cash-h span { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #a8861f; white-space: nowrap; } | |||
.cash-h::before, .cash-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.cash-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.cash-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 8px; } | |||
.cash-card { width: 136px; box-sizing: border-box; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 11px; padding: 12px 8px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 7px; transition: transform .14s, box-shadow .14s, border-color .14s; } | |||
.cash-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.13); border-color: #d4af37; } | |||
.cash-ic { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; } | |||
.cash-ic img { max-width: 56px; max-height: 56px; object-fit: contain; image-rendering: -webkit-optimize-contrast; } | |||
.cash-nm { font-size: 12px; font-weight: 600; color: #3a2c0a; line-height: 1.22; min-height: 29px; display: flex; align-items: center; } | |||
.cash-pr { font-size: 12.5px; font-weight: 800; color: #a8861f; background: rgba(212,175,55,0.12); border-radius: 6px; padding: 2px 8px; } | |||
.cash-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 28px auto 0; font-style: italic; max-width: 760px; } | |||
.cash-note b { color: #a8861f; } | |||
@media (max-width: 850px) { .cash-card { width: 30%; } .cash-hero h1 { font-size: 30px; } } | |||
/* ============================================================ | |||
VIP — página bespoke (escopo .vip-wrap) — v3 (1 bloco escuro = hero) | |||
============================================================ */ | |||
.vip-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.vip-wrap *, .vip-wrap *::before, .vip-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro da página */ | |||
.vip-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.vip-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.vip-hero img.vip-ico { width: 104px; height: 104px; display:block; margin: 0 auto 8px; border-radius: 18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.40)); } | |||
.vip-badge { display:inline-block; margin: 4px 0; padding: 5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.vip-wrap h1 { margin: 8px 0 12px; font-size: 40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow: 0 2px 16px rgba(0,0,0,0.55); } | |||
.vip-hero p { max-width: 660px; margin: 0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.vip-hero p b { color:#f4d97a; } | |||
/* STAT STRIP (sobrepoe a base do hero) */ | |||
.vip-stats { display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; margin:-34px auto 6px; max-width:840px; position:relative; z-index:3; padding:0 10px; } | |||
.vip-stat { background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.vip-stat b { display:block; font-size:26px; font-weight:800; color:#a8861f; line-height:1; } | |||
.vip-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:1px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.vip-h { display:flex; align-items:center; justify-content:center; gap:14px; margin: 44px 0 14px; } | |||
.vip-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.vip-h::before, .vip-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.vip-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.vip-wrap .vip-lead { text-align:center; font-size:15px; line-height:1.7; max-width:770px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.vip-lead b { color:#a8861f; } | |||
.vip-wrap .vip-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:720px; } | |||
/* STEPS — cards claros com círculo dourado (igual Curandeira) */ | |||
.vip-steps { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; } | |||
.vip-step { background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:22px 16px 18px; text-align:center; transition:transform .16s, box-shadow .16s, border-color .16s; } | |||
.vip-step:hover { transform:translateY(-4px); box-shadow:0 10px 22px rgba(212,175,55,0.18); border-color:#f4d97a; } | |||
.vip-step .n { width:34px; height:34px; border-radius:50%; margin:0 auto 12px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-weight:800; font-size:16px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(212,175,55,0.4); } | |||
.vip-step h4 { margin:0 0 7px; font-size:14px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.vip-step p { margin:0; font-size:13px; color:#6b5a2e; line-height:1.5; } | |||
.vip-step a { color:#9a7a17; font-weight:700; border-bottom:1px dotted #d4af37; text-decoration:none; } | |||
.vip-step a:hover { color:#6e5410; } | |||
/* FEATURE — NPC em card claro (estilo Armeiro do Éden) */ | |||
.vip-feature { display:flex; gap:24px; align-items:center; background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 26px; box-shadow:0 6px 18px rgba(0,0,0,0.06); margin-top:14px; } | |||
.vip-feature img { height:118px; image-rendering:pixelated; flex-shrink:0; filter: drop-shadow(0 7px 11px rgba(0,0,0,0.28)); } | |||
.vip-feature-txt { font-size:14px; line-height:1.6; color:#3a2e12; } | |||
.vip-feature-txt h4 { margin:0 0 6px; font-size:16px; color:#9a7a17; font-weight:800; border:none; padding:0; } | |||
.vip-feature-txt p { margin:0; } | |||
.vip-feature-txt b { color:#a8861f; } | |||
/* COMPARISON TABLE */ | |||
.vip-cmp { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(212,175,55,0.3); border-radius:9px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); } | |||
.vip-cmp th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; padding:13px 16px; text-align:left; font-weight:700; } | |||
.vip-cmp th.c { text-align:center; } | |||
.vip-cmp td { padding:12px 16px; border-top:1px solid rgba(212,175,55,0.15); font-size:14px; vertical-align:middle; } | |||
.vip-cmp tbody tr:nth-child(even) td { background:#fdf8e8; } | |||
.vip-cmp tbody tr:hover td { background:#f6ecc6; } | |||
.vip-cmp .feat { font-weight:700; color:#1b1304; } | |||
.vip-cmp .base { color:#8a7340; text-align:center; } | |||
.vip-cmp th.vipc { background:linear-gradient(180deg,#4a360f,#2a1d07); color:#f7e9b8; text-align:center; border-left:1px solid rgba(212,175,55,0.35); } | |||
.vip-cmp td.vipc { text-align:center; font-weight:800; color:#7a5a10; background:rgba(212,175,55,0.16); border-left:1px solid rgba(212,175,55,0.3); } | |||
.vip-cmp tbody tr:nth-child(even) td.vipc { background:rgba(212,175,55,0.22); } | |||
.vip-cmp tbody tr:hover td.vipc { background:rgba(212,175,55,0.30); } | |||
/* COMMAND CARDS */ | |||
.vip-cmds { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; } | |||
.vip-cmd { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:9px; padding:14px 16px; transition:box-shadow .14s; } | |||
.vip-cmd:hover { box-shadow:0 8px 18px rgba(212,175,55,0.16); } | |||
.vip-cmd b { display:block; font-family:'Consolas','Courier New',monospace; font-size:15px; color:#a8861f; font-weight:800; } | |||
.vip-cmd small { display:block; color:#8a6c1e; font-size:11px; margin:2px 0 6px; } | |||
.vip-cmd span { display:block; font-size:12.5px; color:#4a3a14; line-height:1.45; } | |||
/* SHOP CATALOG */ | |||
.vip-shop { border:1px solid rgba(212,175,55,0.3); border-radius:10px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); } | |||
.vip-shop-cat { padding:14px 18px; border-top:1px solid rgba(212,175,55,0.18); } | |||
.vip-shop-cat:first-child { border-top:none; } | |||
.vip-shop-cat:nth-child(even) { background:#fdf8e8; } | |||
.vip-shop-label { font-size:11px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#a8861f; margin-bottom:10px; text-align:center; } | |||
.vip-shop-items { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; } | |||
.vip-item { display:flex; align-items:center; gap:8px; background:#fff; border:1px solid rgba(212,175,55,0.28); border-radius:8px; padding:5px 12px 5px 7px; transition:transform .12s, box-shadow .12s, border-color .12s; } | |||
.vip-item:hover { transform:translateY(-2px); box-shadow:0 6px 14px rgba(212,175,55,0.18); border-color:#f4d97a; } | |||
.vip-item img { width:28px; height:28px; object-fit:contain; image-rendering:pixelated; } | |||
.vip-item span { font-size:12.5px; color:#3a2c0a; font-weight:600; white-space:nowrap; } | |||
/* NPCS */ | |||
.vip-npcs { display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; } | |||
.vip-npc { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:14px 14px 16px; text-align:center; display:flex; flex-direction:column; align-items:center; transition:transform .14s, box-shadow .14s, border-color .14s; } | |||
.vip-npc:hover { transform:translateY(-3px); box-shadow:0 10px 22px rgba(0,0,0,0.12); border-color:#f4d97a; } | |||
.vip-npc-spr { height:118px; display:flex; align-items:flex-end; justify-content:center; margin-bottom:8px; } | |||
.vip-npc-spr img { max-height:118px; image-rendering:pixelated; } | |||
.vip-npc h3 { font-size:15px; color:#a8861f; margin:0 0 3px; border:none; padding:0; font-weight:800; } | |||
.vip-npc .vip-loc { font-size:12px; margin-bottom:8px; } | |||
.vip-npc p { font-size:12.5px; color:#4a3a14; line-height:1.45; margin:0; } | |||
/* SERVIÇOS COM VANTAGEM VIP (cards claros com ícone da página) */ | |||
.vip-svc { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } | |||
.vip-svc-card { background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:20px 18px; text-align:center; transition:transform .14s, box-shadow .14s, border-color .14s; } | |||
.vip-svc-card:hover { transform:translateY(-3px); box-shadow:0 10px 22px rgba(0,0,0,0.1); border-color:#f4d97a; } | |||
.vip-svc-card img { width:64px; height:64px; object-fit:contain; border-radius:12px; margin:0 auto 10px; display:block; box-shadow:0 4px 10px rgba(0,0,0,0.14); } | |||
.vip-svc-card h3 { font-size:15px; margin:0 0 8px; border:none; padding:0; font-weight:800; } | |||
.vip-svc-card h3 a { color:#a8861f; text-decoration:none; } | |||
.vip-svc-card h3 a:hover { color:#6e5410; text-decoration:underline; } | |||
.vip-svc-card p { font-size:12.8px; color:#4a3a14; line-height:1.5; margin:0; } | |||
.vip-svc-card b { color:#a8861f; } | |||
/* NOTE */ | |||
.vip-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:780px; } | |||
.vip-note b { color:#a8861f; } | |||
/* RESPONSIVE */ | |||
@media (max-width:850px){ | |||
.vip-stats { grid-template-columns: repeat(2, 1fr); } | |||
.vip-steps { grid-template-columns:1fr; } | |||
.vip-cmds { grid-template-columns:1fr; } | |||
.vip-npcs { grid-template-columns: repeat(2, 1fr); } | |||
.vip-svc { grid-template-columns:1fr; } | |||
.vip-feature { flex-direction:column; text-align:center; } | |||
.vip-cmp th, .vip-cmp td { padding:10px 9px; font-size:13px; } | |||
} | |||
/* ============================================================ | |||
MVP REFORMULADO — página bespoke (escopo .mvp-wrap) | |||
============================================================ */ | |||
.mvp-wrap { max-width: 1040px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.mvp-wrap *, .mvp-wrap *::before, .mvp-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro da página */ | |||
.mvp-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.24) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.mvp-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.mvp-hero img.mvp-ico { width:108px; height:108px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.40)); } | |||
.mvp-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.mvp-wrap h1 { margin:8px 0 12px; font-size:38px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.mvp-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.mvp-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.mvp-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:860px; position:relative; z-index:3; padding:0 10px; } | |||
.mvp-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.mvp-stat b { display:block; font-size:24px; font-weight:800; color:#a8861f; line-height:1; } | |||
.mvp-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:1px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.mvp-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.mvp-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.mvp-h::before,.mvp-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.mvp-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.mvp-wrap .mvp-lead { text-align:center; font-size:15px; line-height:1.7; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.mvp-lead b { color:#a8861f; } | |||
.mvp-wrap .mvp-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; } | |||
/* FEATURE CARDS (mecânicas) */ | |||
.mvp-feats { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; } | |||
.mvp-feat { flex:0 0 calc((100% - 14px)/2); max-width:calc((100% - 14px)/2); background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-left:4px solid #d4af37; border-radius:9px; padding:18px 20px; transition:box-shadow .16s, transform .16s; } | |||
.mvp-feat:hover { box-shadow:0 9px 20px rgba(212,175,55,0.16); transform:translateY(-2px); } | |||
.mvp-feat h4 { margin:0 0 7px; font-size:15.5px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.mvp-feat p { margin:0; font-size:13px; line-height:1.6; color:#5a4a22; } | |||
.mvp-feat b { color:#a8861f; } | |||
/* TABLE antes/depois */ | |||
.mvp-table { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(212,175,55,0.3); border-radius:9px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); } | |||
.mvp-table th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-size:10.5px; letter-spacing:1.2px; text-transform:uppercase; padding:11px 10px; text-align:left; font-weight:700; } | |||
.mvp-table th.c { text-align:center; } | |||
.mvp-table td { padding:9px 10px; border-top:1px solid rgba(212,175,55,0.14); font-size:13px; vertical-align:middle; } | |||
.mvp-table tbody tr:nth-child(even) td { background:#fdf8e8; } | |||
.mvp-table tbody tr:hover td { background:#f6ecc6; } | |||
.mvp-table .spr { width:64px; text-align:center; padding:4px 4px; } | |||
.mvp-table .spr img { max-width:56px; max-height:50px; object-fit:contain; image-rendering:pixelated; vertical-align:middle; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.22)); } | |||
.mvp-table .nm { font-weight:700; color:#1b1304; white-space:nowrap; } | |||
.mvp-table td.c { text-align:center; } | |||
.mvp-ba { display:inline-flex; align-items:center; gap:5px; white-space:nowrap; } | |||
.mvp-ba .b { color:#9b8a5e; text-decoration:line-through; text-decoration-color:rgba(155,138,94,0.55); font-size:11.5px; } | |||
.mvp-ba .ar { color:#d4af37; font-weight:800; font-size:12px; } | |||
.mvp-ba .a { color:#7a5a10; font-weight:800; } | |||
.mvp-eq { color:#7a5a10; font-weight:700; } /* valor inalterado */ | |||
/* RESPONSIVE */ | |||
@media (max-width:850px){ | |||
.mvp-stats { grid-template-columns:repeat(2,1fr); } | |||
.mvp-feat { flex-basis:100%; max-width:100%; } | |||
.mvp-table .mvp-ba .b, .mvp-table .mvp-ba .ar { display:none; } | |||
.mvp-table th, .mvp-table td { padding:8px 6px; font-size:12px; } | |||
.mvp-wrap h1 { font-size:30px; } | |||
} | |||
/* ============================================================ | |||
DROP MVP — página bespoke (escopo .dmvp-wrap) | |||
============================================================ */ | |||
.dmvp-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.dmvp-wrap *, .dmvp-wrap *::before, .dmvp-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro da página */ | |||
.dmvp-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.dmvp-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.dmvp-hero img.dmvp-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.dmvp-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.dmvp-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.dmvp-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.dmvp-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.dmvp-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.dmvp-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.dmvp-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.dmvp-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.dmvp-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.dmvp-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.dmvp-h::before,.dmvp-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.dmvp-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.dmvp-wrap .dmvp-lead { text-align:center; font-size:15px; line-height:1.75; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.dmvp-lead b { color:#a8861f; } | |||
.dmvp-wrap .dmvp-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; } | |||
.dmvp-sub b { color:#a8861f; } | |||
/* 3 PILARES (cards claros, border-left dourado) */ | |||
.dmvp-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } | |||
.dmvp-pillar { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-left:4px solid #d4af37; border-radius:9px; padding:18px 20px; transition:box-shadow .16s, transform .16s; } | |||
.dmvp-pillar:hover { box-shadow:0 9px 20px rgba(212,175,55,0.16); transform:translateY(-2px); } | |||
.dmvp-pillar h4 { margin:0 0 8px; font-size:17px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.dmvp-pillar p { margin:0; font-size:12.8px; line-height:1.6; color:#5a4a22; } | |||
.dmvp-pillar b { color:#a8861f; } | |||
/* FÓRMULA DE PONTOS */ | |||
.dmvp-formula { display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center; gap:12px; } | |||
.dmvp-cat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:10px; padding:15px 16px 13px; text-align:center; min-width:160px; display:flex; flex-direction:column; justify-content:center; } | |||
.dmvp-cat b { display:block; font-size:15.5px; color:#1b1304; font-weight:800; } | |||
.dmvp-cat .d { display:block; font-size:11.5px; color:#6b5a2e; margin-top:2px; } | |||
.dmvp-cat .pt { display:inline-block; margin:9px auto 0; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-weight:800; font-size:11.5px; padding:3px 12px; border-radius:999px; } | |||
.dmvp-arrow { display:flex; align-items:center; justify-content:center; font-size:26px; color:#d4af37; font-weight:800; } | |||
.dmvp-win { background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; box-shadow:0 8px 20px rgba(212,175,55,0.25); border-radius:10px; padding:15px 24px; text-align:center; display:flex; flex-direction:column; justify-content:center; min-width:180px; } | |||
.dmvp-win b { display:block; font-size:16px; color:#9a7a17; font-weight:800; } | |||
.dmvp-win span { display:block; font-size:11.5px; color:#6b5a2e; margin-top:3px; } | |||
/* TABELA EXEMPLO (lápide) — header escuro */ | |||
.dmvp-tomb { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(212,175,55,0.3); border-radius:9px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); } | |||
.dmvp-tomb caption { caption-side:top; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:#8a6c1e; padding:0 0 8px; font-weight:700; } | |||
.dmvp-tomb th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-size:10.5px; letter-spacing:1.2px; text-transform:uppercase; padding:11px 12px; text-align:left; font-weight:700; } | |||
.dmvp-tomb th.c { text-align:center; } | |||
.dmvp-tomb td { padding:11px 12px; border-top:1px solid rgba(212,175,55,0.14); font-size:13.5px; vertical-align:middle; } | |||
.dmvp-tomb td.c { text-align:center; } | |||
.dmvp-tomb tbody tr:nth-child(even) td { background:#fdf8e8; } | |||
.dmvp-tomb .grp { font-weight:700; color:#1b1304; } | |||
.dmvp-tomb .num { color:#5a4a22; text-align:right; white-space:nowrap; } | |||
.dmvp-tomb tr.win td { background:rgba(212,175,55,0.18) !important; } | |||
.dmvp-tomb tr.win .grp { color:#8a6310; } | |||
.dmvp-tomb .tag { display:inline-block; margin-left:8px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-size:10px; font-weight:800; letter-spacing:.5px; text-transform:uppercase; padding:2px 9px; border-radius:999px; vertical-align:middle; } | |||
.dmvp-tomb .pts { text-align:center; font-weight:800; color:#a8861f; } | |||
/* NOTE */ | |||
.dmvp-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; } | |||
.dmvp-note b { color:#a8861f; } | |||
/* RESPONSIVE */ | |||
@media (max-width:850px){ | |||
.dmvp-stats { grid-template-columns:repeat(2,1fr); } | |||
.dmvp-pillars { grid-template-columns:1fr; } | |||
.dmvp-arrow { transform:rotate(90deg); } | |||
.dmvp-cat, .dmvp-win { width:100%; } | |||
.dmvp-tomb th, .dmvp-tomb td { padding:9px 7px; font-size:12px; } | |||
.dmvp-wrap h1 { font-size:31px; } | |||
} | |||
/* ============================================================ | |||
CAÇA MVP — página bespoke (escopo .cmvp-wrap) | |||
============================================================ */ | |||
.cmvp-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.cmvp-wrap *, .cmvp-wrap *::before, .cmvp-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro da página */ | |||
.cmvp-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.cmvp-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.cmvp-hero img.cmvp-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.cmvp-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.cmvp-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.cmvp-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.cmvp-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.cmvp-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.cmvp-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.cmvp-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.cmvp-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.cmvp-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.cmvp-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.cmvp-h::before,.cmvp-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.cmvp-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.cmvp-wrap .cmvp-lead { text-align:center; font-size:15px; line-height:1.75; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.cmvp-lead b { color:#a8861f; } | |||
.cmvp-wrap .cmvp-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; } | |||
.cmvp-sub b { color:#a8861f; } | |||
/* AVISOS (2 cards com selo + msg exemplo) */ | |||
.cmvp-warns { display:grid; grid-template-columns:1fr 1fr; gap:14px; } | |||
.cmvp-warn { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:11px; padding:18px 20px; } | |||
.cmvp-warn .selo { display:inline-block; font-size:10.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase; padding:3px 11px; border-radius:999px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; } | |||
.cmvp-warn h4 { margin:11px 0 6px; font-size:16px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.cmvp-warn p { margin:0 0 11px; font-size:13px; line-height:1.55; color:#5a4a22; } | |||
.cmvp-warn b { color:#a8861f; } | |||
.cmvp-msg { background:#fbf3df; border:1px dashed rgba(212,175,55,0.55); border-radius:8px; padding:9px 12px; font-size:11px; line-height:1.45; color:#c0392b; font-style:italic; white-space:nowrap; overflow-x:auto; } | |||
/* FERRAMENTAS (3 feature cards) */ | |||
.cmvp-tools { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } | |||
.cmvp-tool { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-left:4px solid #d4af37; border-radius:9px; padding:20px; transition:box-shadow .16s, transform .16s; } | |||
.cmvp-tool:hover { box-shadow:0 9px 20px rgba(212,175,55,0.16); transform:translateY(-2px); } | |||
.cmvp-tool h4 { margin:0 0 9px; font-size:16px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.cmvp-tool .dot { display:inline-block; width:12px; height:12px; border-radius:50%; background:#ff3333; box-shadow:0 0 0 3px rgba(255,51,51,0.25); vertical-align:middle; margin-right:7px; } | |||
.cmvp-tool p { margin:0; font-size:12.8px; line-height:1.6; color:#5a4a22; } | |||
.cmvp-tool b { color:#a8861f; } | |||
/* NOTE */ | |||
.cmvp-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; } | |||
.cmvp-note b { color:#a8861f; } | |||
/* RESPONSIVE */ | |||
@media (max-width:850px){ | |||
.cmvp-stats { grid-template-columns:repeat(2,1fr); } | |||
.cmvp-warns { grid-template-columns:1fr; } | |||
.cmvp-tools { grid-template-columns:1fr; } | |||
.cmvp-wrap h1 { font-size:31px; } | |||
} | |||
/* ============================================================ | |||
VISUAIS OUTFIT — página bespoke (escopo .vo-wrap) | |||
============================================================ */ | |||
.vo-wrap { max-width: 1040px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.vo-wrap *, .vo-wrap *::before, .vo-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro */ | |||
.vo-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.vo-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.vo-hero img.vo-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.vo-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.vo-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.vo-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.vo-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.vo-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.vo-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.vo-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.vo-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.vo-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:46px 0 6px; } | |||
.vo-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.vo-h::before,.vo-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.vo-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.vo-wrap .vo-lead { text-align:center; font-size:14.5px; line-height:1.7; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:14px; color:#2a2008; } | |||
.vo-lead b { color:#a8861f; } | |||
.vo-price { display:inline-block; margin:0 0 16px; padding:4px 14px; border-radius:999px; background:rgba(212,175,55,0.14); border:1px solid rgba(212,175,55,0.4); color:#8a6310; font-size:12px; font-weight:700; } | |||
/* GRID DE CLASSES (homem + mulher por classe) */ | |||
.vo-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; } | |||
.vo-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:9px 9px 11px; text-align:center; display:flex; flex-direction:column; align-items:center; transition:transform .14s, box-shadow .14s, border-color .14s; } | |||
.vo-card:hover { transform:translateY(-3px); box-shadow:0 9px 20px rgba(212,175,55,0.18); border-color:#f4d97a; } | |||
.vo-figs { display:flex; gap:4px; align-items:flex-end; justify-content:center; } | |||
.vo-fig { display:flex; flex-direction:column; align-items:center; } | |||
.vo-fig .spr { height:148px; width:98px; display:flex; align-items:flex-end; justify-content:center; } | |||
.vo-fig .spr img { max-height:148px; max-width:98px; image-rendering:auto; filter:drop-shadow(0 3px 5px rgba(0,0,0,0.22)); } | |||
.vo-fig i { font-style:normal; font-size:9px; text-transform:uppercase; letter-spacing:0.7px; color:#9a7a2a; margin-top:4px; font-weight:700; } | |||
.vo-card>span { font-size:12px; font-weight:800; color:#3a2c0a; margin-top:8px; line-height:1.25; max-width:208px; } | |||
/* NOTE */ | |||
.vo-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; } | |||
.vo-note b { color:#a8861f; } | |||
@media (max-width:850px){ | |||
.vo-stats { grid-template-columns:repeat(2,1fr); } | |||
.vo-wrap h1 { font-size:31px; } | |||
.vo-fig .spr { height:120px; width:80px; } | |||
.vo-fig .spr img { max-height:120px; max-width:80px; } | |||
} | |||
/* ============================================================ | |||
CONVIDE E GANHE — página bespoke (escopo .cg-wrap) | |||
============================================================ */ | |||
.cg-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.cg-wrap *, .cg-wrap *::before, .cg-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro */ | |||
.cg-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.cg-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.cg-hero img.cg-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.cg-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.cg-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.cg-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.cg-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.cg-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:860px; position:relative; z-index:3; padding:0 10px; } | |||
.cg-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.cg-stat b { display:block; font-size:23px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.cg-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.cg-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.cg-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.cg-h::before,.cg-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.cg-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.cg-wrap .cg-lead { text-align:center; font-size:15px; line-height:1.7; max-width:800px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.cg-lead b { color:#a8861f; } | |||
.cg-wrap .cg-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; } | |||
.cg-sub b { color:#a8861f; } | |||
/* PIRÂMIDE (3 níveis, alarga pra baixo) */ | |||
.cg-pyramid { display:flex; flex-direction:column; align-items:center; gap:8px; } | |||
.cg-tier { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 24px; border-radius:12px; color:#3a2a06; background:linear-gradient(135deg,#f7e6a6,#d4af37); border:1px solid #c9a430; box-shadow:0 6px 16px rgba(212,175,55,0.28); } | |||
.cg-tier.t1 { width:56%; } .cg-tier.t2 { width:76%; } .cg-tier.t3 { width:96%; } | |||
.cg-tier .lv { text-align:left; } | |||
.cg-tier .lv b { display:block; font-size:15px; font-weight:800; } | |||
.cg-tier .lv span { font-size:12px; color:#5a430a; } | |||
.cg-tier .pts { font-size:26px; font-weight:800; white-space:nowrap; } | |||
.cg-tier .pts small { font-size:12px; font-weight:700; } | |||
.cg-pynote { text-align:center; font-size:12.5px; color:#8a6c1e; margin-top:10px; font-style:italic; } | |||
/* STEPS */ | |||
.cg-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; } | |||
.cg-step { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:20px 15px 16px; text-align:center; transition:transform .16s, box-shadow .16s; } | |||
.cg-step:hover { transform:translateY(-4px); box-shadow:0 10px 22px rgba(212,175,55,0.18); } | |||
.cg-step .n { width:34px; height:34px; border-radius:50%; margin:0 auto 12px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-weight:800; font-size:16px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(212,175,55,0.4); } | |||
.cg-step h4 { margin:0 0 7px; font-size:14px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.cg-step p { margin:0; font-size:12.5px; color:#6b5a2e; line-height:1.5; } | |||
.cg-step b { color:#a8861f; } | |||
/* PÓDIO de prêmios */ | |||
.cg-podium { display:flex; align-items:flex-end; justify-content:center; gap:14px; } | |||
.cg-pod { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:10px 10px 0 0; padding:16px 18px; text-align:center; width:170px; } | |||
.cg-pod.first { border-top:3px solid #d4af37; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; box-shadow:0 10px 24px rgba(212,175,55,0.3); padding-bottom:34px; } | |||
.cg-pod.first { transform:translateY(-6px); } | |||
.cg-pod .place { font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:1px; color:#8a6c1e; } | |||
.cg-pod .prize { font-size:30px; font-weight:800; color:#a8861f; line-height:1.1; margin-top:4px; } | |||
.cg-pod.first .prize { font-size:38px; } | |||
.cg-pod .sub { font-size:11px; color:#7a6320; margin-top:3px; } | |||
/* COMANDOS */ | |||
.cg-cmds { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; } | |||
.cg-cmd { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:9px; padding:14px 16px; } | |||
.cg-cmd b { display:block; font-family:'Consolas','Courier New',monospace; font-size:14.5px; color:#a8861f; font-weight:800; } | |||
.cg-cmd span { display:block; font-size:12.5px; color:#4a3a14; line-height:1.45; margin-top:5px; } | |||
/* NOTE */ | |||
.cg-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; } | |||
.cg-note b { color:#a8861f; } | |||
@media (max-width:850px){ | |||
.cg-stats { grid-template-columns:repeat(2,1fr); } | |||
.cg-steps { grid-template-columns:repeat(2,1fr); } | |||
.cg-cmds { grid-template-columns:1fr; } | |||
.cg-tier.t1,.cg-tier.t2,.cg-tier.t3 { width:100%; } | |||
.cg-wrap h1 { font-size:31px; } | |||
} | |||
/* ============================================================ | |||
PACOTE FUNDADOR — página bespoke (escopo .cf-wrap) | |||
============================================================ */ | |||
.cf-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.cf-wrap *, .cf-wrap *::before, .cf-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro */ | |||
.cf-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.cf-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.cf-hero img.cf-ico { width:118px; height:118px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.cf-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.cf-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.cf-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.cf-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.cf-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.cf-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.cf-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.cf-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* EXCLUSIVIDADE callout */ | |||
.cf-excl { max-width:880px; margin:26px auto 0; border:1px solid #c98b2e; border-left:5px solid #c0392b; border-radius:12px; background:linear-gradient(180deg,#fffaef,#fdf3d4); padding:16px 22px; box-shadow:0 6px 18px rgba(192,57,43,0.12); } | |||
.cf-excl .tag { display:inline-block; background:#c0392b; color:#fff; font-size:10.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase; padding:3px 11px; border-radius:999px; margin-bottom:8px; } | |||
.cf-excl p { margin:0; font-size:14px; line-height:1.6; color:#3a2e12; } | |||
.cf-excl b { color:#a8330f; } | |||
/* HEADINGS + LEAD */ | |||
.cf-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:46px 0 16px; } | |||
.cf-h span { font-size:15px; font-weight:800; letter-spacing:2px; text-transform:uppercase; white-space:nowrap; } | |||
.cf-h::before,.cf-h::after { content:""; height:1px; width:90px; flex-shrink:0; } | |||
.cf-wrap .cf-lead { text-align:center; font-size:15px; line-height:1.7; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.cf-lead b { color:#a8861f; } | |||
/* TIER section accents */ | |||
.cf-tier { margin-top:12px; padding-bottom:6px; } | |||
.cf-tier.prata .cf-h span { color:#7d828a; } .cf-tier.prata .cf-h::before,.cf-tier.prata .cf-h::after { background:linear-gradient(90deg,transparent,#9aa0a6); } | |||
.cf-tier.ouro .cf-h span { color:#a8861f; } .cf-tier.ouro .cf-h::before,.cf-tier.ouro .cf-h::after { background:linear-gradient(90deg,transparent,#d4af37); } | |||
.cf-tier.diamante .cf-h span { color:#1f8fc7; } .cf-tier.diamante .cf-h::before,.cf-tier.diamante .cf-h::after { background:linear-gradient(90deg,transparent,#2aa6e0); } | |||
.cf-tier .cf-h::after { transform:scaleX(-1); } | |||
/* SHOWCASE row: pet | visual | set */ | |||
.cf-show { display:grid; grid-template-columns: 215px 235px 1fr; gap:14px; align-items:stretch; } | |||
.cf-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:14px; } | |||
.cf-pet, .cf-visual { text-align:center; display:flex; flex-direction:column; } | |||
.cf-pet .spr, .cf-visual .spr { flex:1; min-height:210px; display:flex; align-items:flex-end; justify-content:center; | |||
background:radial-gradient(ellipse at 50% 88%, rgba(212,175,55,0.16), transparent 62%); border-radius:9px; padding:6px; } | |||
.cf-pet .spr img, .cf-visual .spr img { max-height:215px; max-width:100%; image-rendering:auto; filter:drop-shadow(0 5px 9px rgba(0,0,0,0.28)); } | |||
.cf-pet .pname, .cf-visual .vname { font-size:14px; font-weight:800; color:#1b1304; margin-top:9px; } | |||
.cf-pet .plabel, .cf-visual .vlabel { font-size:10.5px; color:#8a6c1e; text-transform:uppercase; letter-spacing:0.6px; margin-top:1px; } | |||
.cf-pet .exp { margin:9px auto 0; background:linear-gradient(135deg,#7bd88f,#2e9b46); color:#fff; font-weight:800; font-size:15px; padding:5px 16px; border-radius:999px; box-shadow:0 4px 10px rgba(46,155,70,0.3); } | |||
.cf-visual .vsub { font-size:11px; color:#8a6c1e; margin-top:6px; line-height:1.4; } | |||
.cf-set { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 18px; } | |||
.cf-set h4 { margin:0 0 4px; font-size:14px; color:#1b1304; font-weight:800; border:none; padding:0; } | |||
.cf-set .note { font-size:11.5px; color:#8a6c1e; margin-bottom:11px; } | |||
.cf-set ul { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:8px; } | |||
.cf-set li { display:flex; align-items:center; gap:9px; padding:7px 10px; background:rgba(212,175,55,0.08); border:1px solid rgba(212,175,55,0.25); border-radius:8px; } | |||
.cf-set li img { width:34px; height:34px; object-fit:contain; image-rendering:pixelated; flex:0 0 auto; } | |||
.cf-set li .txt b { display:block; font-size:12.5px; color:#1b1304; line-height:1.2; } | |||
.cf-set li .txt span { font-size:10px; color:#8a6c1e; text-transform:uppercase; letter-spacing:0.5px; } | |||
/* ITEMS grid */ | |||
.cf-itemshead { text-align:center; font-size:11.5px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#a8861f; margin:18px 0 10px; } | |||
.cf-items { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; } | |||
.cf-item { display:flex; align-items:center; gap:9px; background:#fff; border:1px solid rgba(212,175,55,0.28); border-radius:8px; padding:6px 13px 6px 7px; } | |||
.cf-item img { width:30px; height:30px; object-fit:contain; image-rendering:pixelated; } | |||
.cf-item .nm { font-size:12.5px; color:#3a2c0a; font-weight:600; } | |||
.cf-item .qt { font-size:12px; font-weight:800; color:#a8861f; } | |||
/* NOTE */ | |||
.cf-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:840px; } | |||
.cf-note b { color:#a8330f; } | |||
/* PREÇO por tier (R$) */ | |||
.cf-tier .cf-priceline { text-align:center; margin:-2px 0 14px; } | |||
.cf-price { display:inline-flex; align-items:baseline; gap:9px; padding:8px 26px; border-radius:999px; box-shadow:0 5px 16px rgba(0,0,0,0.16); border:1px solid rgba(255,255,255,0.32); } | |||
.cf-price b { font-size:24px; font-weight:800; line-height:1; } | |||
.cf-price i { font-style:normal; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; } | |||
.cf-tier.prata .cf-price { background:linear-gradient(135deg,#c6cad0,#9298a0); } .cf-tier.prata .cf-price b,.cf-tier.prata .cf-price i { color:#2b2d31; } | |||
.cf-tier.ouro .cf-price { background:linear-gradient(135deg,#f4d97a,#c69a1d); box-shadow:0 6px 18px rgba(198,154,29,0.4); } .cf-tier.ouro .cf-price b,.cf-tier.ouro .cf-price i { color:#3a2a06; } | |||
.cf-tier.diamante .cf-price { background:linear-gradient(135deg,#b6e6ff,#3f97d6); box-shadow:0 7px 22px rgba(47,134,199,0.45); } .cf-tier.diamante .cf-price b,.cf-tier.diamante .cf-price i { color:#06243a; } | |||
@media (max-width:880px){ | |||
.cf-stats { grid-template-columns:repeat(2,1fr); } | |||
.cf-show { grid-template-columns:1fr; } | |||
.cf-set ul { grid-template-columns:1fr 1fr; } | |||
.cf-wrap h1 { font-size:31px; } | |||
} | |||
/* ============================================================ | |||
RESSONÂNCIA — página bespoke (escopo .rs-wrap) | |||
============================================================ */ | |||
.rs-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.rs-wrap *, .rs-wrap *::before, .rs-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro */ | |||
.rs-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.rs-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.rs-hero img.rs-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.rs-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.rs-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.rs-hero p { max-width:700px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.rs-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.rs-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.rs-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.rs-stat b { display:block; font-size:20px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.rs-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.rs-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.rs-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.rs-h::before,.rs-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.rs-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.rs-wrap .rs-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.rs-lead b { color:#a8861f; } | |||
.rs-wrap .rs-note { text-align:center; font-size:12.5px; color:#8a6c1e; max-width:780px; margin:8px auto 0; font-style:italic; } | |||
.rs-note b { color:#a8861f; font-style:normal; } | |||
/* TIERS de raridade (visão geral) */ | |||
.rs-tiers { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:900px; margin:0 auto; } | |||
.rs-tier { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:14px 12px; text-align:center; border-top:3px solid #b9bcc2; } | |||
.rs-tier b { display:block; font-size:14px; font-weight:800; color:#2a2008; } | |||
.rs-tier i { display:block; font-style:normal; font-size:22px; font-weight:800; margin:3px 0 6px; } | |||
.rs-tier span { display:block; font-size:11px; color:#6b5a2e; line-height:1.35; } | |||
.rs-tier.c { border-top-color:#9aa0a6; } .rs-tier.c i { color:#7d828a; } | |||
.rs-tier.i { border-top-color:#3fa14e; } .rs-tier.i i { color:#3fa14e; } | |||
.rs-tier.r { border-top-color:#2f86c7; } .rs-tier.r i { color:#2f86c7; } | |||
.rs-tier.l { border-top-color:#d4af37; background:linear-gradient(180deg,#fffaef,#fdf3d4); } .rs-tier.l i { color:#b9941f; } | |||
/* CATEGORIAS */ | |||
.rs-cat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 16px 18px; margin-bottom:14px; box-shadow:0 4px 14px rgba(0,0,0,0.05); } | |||
.rs-cath { text-align:center; margin-bottom:12px; } | |||
.rs-cath h3 { margin:0; font-size:18px; font-weight:800; color:#1b1304; border:none; padding:0; } | |||
.rs-cath p { margin:3px 0 0; font-size:12.5px; color:#8a6c1e; } | |||
.rs-groups { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; align-items:start; } | |||
.rs-grp { border:1px solid rgba(0,0,0,0.08); border-radius:9px; overflow:hidden; background:#fffdf8; } | |||
.rs-gh { display:flex; align-items:center; justify-content:space-between; padding:7px 11px; color:#fff; } | |||
.rs-gh b { font-size:12px; font-weight:800; letter-spacing:0.5px; text-transform:uppercase; } | |||
.rs-gh i { font-style:normal; font-size:12px; font-weight:800; opacity:0.95; } | |||
.rs-grp ul { list-style:none; margin:0; padding:8px 10px; display:flex; flex-direction:column; gap:5px; } | |||
.rs-grp li { font-size:11.5px; line-height:1.3; color:#3a2e12; padding-left:12px; position:relative; } | |||
.rs-grp li::before { content:""; position:absolute; left:2px; top:6px; width:4px; height:4px; border-radius:50%; background:#c9a430; } | |||
.rs-grp.c .rs-gh { background:linear-gradient(135deg,#9aa0a6,#7d828a); } | |||
.rs-grp.i .rs-gh { background:linear-gradient(135deg,#48b35a,#2e8a3d); } | |||
.rs-grp.r .rs-gh { background:linear-gradient(135deg,#3f97d6,#2a6fae); } | |||
.rs-grp.l .rs-gh { background:linear-gradient(135deg,#e6c552,#c39a1d); } | |||
.rs-grp.l { border-color:rgba(212,175,55,0.6); box-shadow:0 4px 12px rgba(212,175,55,0.18); } | |||
.rs-grp.l li::before { background:#d4af37; } | |||
/* NPC Sintonizadora */ | |||
.rs-npc { max-width:900px; margin:0 auto; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-left:5px solid #d4af37; border-radius:12px; padding:18px 22px; box-shadow:0 6px 18px rgba(212,175,55,0.15); } | |||
.rs-npc h3 { margin:0 0 6px; font-size:16px; font-weight:800; color:#1b1304; border:none; padding:0; } | |||
.rs-npc p { margin:0 0 12px; font-size:14px; line-height:1.6; color:#3a2e12; } | |||
.rs-npc p b { color:#a8861f; } | |||
.rs-npcinfo { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; } | |||
.rs-npcinfo li { background:rgba(255,255,255,0.6); border:1px solid rgba(212,175,55,0.3); border-radius:8px; padding:9px 12px; font-size:12.5px; color:#3a2e12; } | |||
.rs-npcinfo li b { display:block; color:#8a6310; font-size:11px; text-transform:uppercase; letter-spacing:0.5px; margin-bottom:2px; } | |||
.rs-npcinfo li span:not(.navi-copy) { color:#6b5a2e; } | |||
/* FOOT */ | |||
.rs-foot { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:840px; } | |||
@media (max-width:880px){ | |||
.rs-stats { grid-template-columns:repeat(2,1fr); } | |||
.rs-tiers { grid-template-columns:repeat(2,1fr); } | |||
.rs-groups { grid-template-columns:repeat(2,1fr); } | |||
.rs-npcinfo { grid-template-columns:1fr; } | |||
.rs-wrap h1 { font-size:31px; } | |||
} | |||
/* ============================================================ | |||
NICKS COLORIDOS — página bespoke (escopo .cn-wrap) | |||
============================================================ */ | |||
@font-face { font-family:'SCDream'; src:url('/images/fonts/SCDream4.otf') format('opentype'); font-weight:400; font-display:swap; } | |||
@font-face { font-family:'SCDream'; src:url('/images/fonts/SCDream6.otf') format('opentype'); font-weight:700; font-display:swap; } | |||
.cn-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'SCDream','Inter', system-ui, sans-serif; color: #2a2008; } | |||
.cn-wrap *, .cn-wrap *::before, .cn-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro */ | |||
.cn-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.cn-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.cn-hero img.cn-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.cn-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.cn-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.cn-hero p { max-width:700px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.cn-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.cn-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.cn-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.cn-stat b { display:block; font-size:20px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.cn-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.cn-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.cn-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.cn-h::before,.cn-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.cn-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
.cn-wrap .cn-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.cn-lead b { color:#a8861f; } | |||
/* NPC card */ | |||
.cn-npc { display:flex; gap:20px; align-items:center; max-width:900px; margin:0 auto; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:14px; padding:18px 22px; box-shadow:0 6px 18px rgba(0,0,0,0.07); } | |||
.cn-npc .spr { flex:0 0 auto; width:150px; height:160px; display:flex; align-items:center; justify-content:center; background:radial-gradient(ellipse at 50% 80%, rgba(212,175,55,0.16), transparent 65%); border-radius:12px; } | |||
.cn-npc .spr img { max-height:150px; image-rendering:auto; filter:drop-shadow(0 5px 9px rgba(0,0,0,0.3)); } | |||
.cn-npc .txt { flex:1; } | |||
.cn-npc h3 { margin:0 0 4px; font-size:18px; font-weight:800; color:#1b1304; border:none; padding:0; } | |||
.cn-npc .loc { margin:0 0 10px; } | |||
.cn-npc p { margin:0; font-size:14px; line-height:1.6; color:#3a2e12; } | |||
.cn-npc p b { color:#a8861f; } | |||
/* TIER blocks da paleta — banner com destaque crescente (Diamond = máximo) */ | |||
.cn-tier { margin-top:18px; text-align:center; } | |||
.cn-tierhead { display:inline-flex; align-items:center; gap:12px; margin:24px auto 4px; padding:11px 30px; border-radius:14px; border:1px solid rgba(255,255,255,0.28); box-shadow:0 6px 18px rgba(0,0,0,0.16); } | |||
.cn-tierhead b { font-size:21px; font-weight:800; letter-spacing:1px; } | |||
.cn-tierhead i { font-style:normal; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; padding:4px 12px; border-radius:999px; background:rgba(255,255,255,0.25); } | |||
/* Prata */ | |||
.cn-tier.prata .cn-tierhead { background:linear-gradient(135deg,#c6cad0,#8f949b); } | |||
.cn-tier.prata .cn-tierhead b { color:#2b2d31; } .cn-tier.prata .cn-tierhead i { color:#33363b; } | |||
/* Gold (mais destaque) */ | |||
.cn-tier.gold .cn-tierhead { background:linear-gradient(135deg,#f6dd84,#c69a1d); padding:13px 38px; box-shadow:0 8px 22px rgba(198,154,29,0.42); } | |||
.cn-tier.gold .cn-tierhead b { color:#3a2a06; font-size:24px; } .cn-tier.gold .cn-tierhead i { color:#48340a; } | |||
/* Diamond (DESTAQUE MÁXIMO) */ | |||
.cn-tier.diamond .cn-tierhead { background:linear-gradient(135deg,#b6e6ff,#3f97d6 52%,#1c6cad); padding:17px 50px; border:1px solid rgba(255,255,255,0.55); box-shadow:0 0 0 3px rgba(90,160,216,0.28), 0 12px 34px rgba(47,134,199,0.6); } | |||
.cn-tier.diamond .cn-tierhead b { color:#062539; font-size:29px; text-shadow:0 1px 0 rgba(255,255,255,0.45); } .cn-tier.diamond .cn-tierhead i { color:#08324f; background:rgba(255,255,255,0.42); } | |||
.cn-tier.diamond .cn-tierhead b::before { content:"✦ "; } .cn-tier.diamond .cn-tierhead b::after { content:" ✦"; } | |||
/* GRID de nicks (nameplate escuro = swatch). Flex centralizado: últimas linhas centram */ | |||
.cn-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; } | |||
.cn-chip { width:152px; background:linear-gradient(180deg,#2e2e36,#1c1c22); border:1px solid rgba(0,0,0,0.35); border-radius:9px; padding:11px 8px 7px; text-align:center; box-shadow:0 2px 6px rgba(0,0,0,0.18) inset, 0 2px 5px rgba(0,0,0,0.12); } | |||
.cn-name { display:block; font-size:16px; font-weight:800; line-height:1.1; } | |||
.cn-lbl { display:block; font-size:10px; color:#9a9088; margin-top:6px; letter-spacing:0.4px; text-transform:uppercase; } | |||
/* NOTE */ | |||
.cn-note { text-align:center; font-size:13px; color:#8a6c1e; margin:26px auto 0; font-style:italic; max-width:840px; } | |||
.cn-note b { color:#a8861f; font-style:normal; } | |||
@media (max-width:880px){ | |||
.cn-stats { grid-template-columns:repeat(2,1fr); } | |||
.cn-npc { flex-direction:column; text-align:center; } | |||
.cn-grid { grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); } | |||
.cn-wrap h1 { font-size:31px; } | |||
} | |||
/* ============================================================ | |||
REBALANCE — páginas bespoke (escopo .rb-wrap) | |||
============================================================ */ | |||
.rb-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.rb-wrap *, .rb-wrap *::before, .rb-wrap *::after { box-sizing: border-box; } | |||
/* HERO — único bloco escuro */ | |||
.rb-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); } | |||
.rb-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.rb-hero img.rb-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); } | |||
.rb-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.rb-wrap h1 { margin:8px 0 12px; font-size:38px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.rb-hero p { max-width:720px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.rb-hero p b { color:#f4d97a; } | |||
/* STATS */ | |||
.rb-stats { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:-34px auto 6px; max-width:520px; position:relative; z-index:3; padding:0 10px; } | |||
.rb-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.rb-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; } | |||
.rb-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
.rb-wrap .rb-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin:18px auto 8px; color:#2a2008; } | |||
.rb-lead b { color:#a8861f; } | |||
.rb-wrap .rb-src { text-align:center; font-size:14px; line-height:1.6; color:#3a2e12; max-width:820px; margin:22px auto 8px; } | |||
.rb-src b { color:#a8861f; } | |||
.rb-example { text-align:center; margin:2px auto 6px; } | |||
.rb-example img { max-width:430px; width:92%; image-rendering:auto; border:1px solid rgba(212,175,55,0.45); border-radius:8px; padding:8px 14px; background:#fff; box-shadow:0 3px 10px rgba(0,0,0,0.08); } | |||
.rb-beta { text-align:center; font-size:13.5px; line-height:1.6; color:#3a2e12; max-width:820px; margin:30px auto 4px; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-radius:10px; padding:13px 22px; } | |||
.rb-beta b { color:#a8861f; } | |||
/* CLASS section */ | |||
.rb-class { margin-top:30px; } | |||
.rb-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:30px 0 14px; } | |||
.rb-h span { font-size:18px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.rb-h::before,.rb-h::after { content:""; height:2px; width:70px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; } | |||
.rb-h::after { background:linear-gradient(90deg,#d4af37,transparent); } | |||
/* M+F num único box (lado a lado, como dois personagens juntos) */ | |||
.rb-chars { display:flex; justify-content:center; margin-bottom:18px; } | |||
.rb-duo { display:inline-flex; gap:0; align-items:flex-end; border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 18px 14px; | |||
background:linear-gradient(180deg,#fff,#fdf8e8); box-shadow:0 5px 16px rgba(0,0,0,0.08); | |||
background-image:radial-gradient(ellipse at 50% 96%, rgba(212,175,55,0.18), transparent 58%), linear-gradient(180deg,#fff,#fdf8e8); } | |||
.rb-duo .spr { display:flex; align-items:flex-end; justify-content:center; } | |||
.rb-duo .spr img { height:150px; width:auto; max-width:none; image-rendering:auto; filter:drop-shadow(0 4px 7px rgba(0,0,0,0.28)); } | |||
.rb-duo .spr + .spr { margin-left:-26px; } | |||
.rb-duo.spaced { padding-left:34px; padding-right:34px; } | |||
.rb-duo.spaced .spr + .spr { margin-left:6px; } | |||
.rb-wrap .rb-noskill { text-align:center; font-size:13.5px; color:#8a6c1e; font-style:italic; max-width:600px; margin:8px auto 0; } | |||
/* skill cards */ | |||
.rb-skills { display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch; gap:12px; } | |||
.rb-skill { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:10px; padding:13px 16px 14px; flex:1 1 460px; max-width:524px; } | |||
.rb-skh { display:flex; align-items:center; gap:11px; margin-bottom:9px; } | |||
.rb-skic { width:42px; height:42px; flex:0 0 auto; image-rendering:pixelated; border-radius:7px; background:rgba(40,30,12,0.06); border:1px solid rgba(212,175,55,0.3); padding:3px; } | |||
.rb-skn b { display:block; font-size:15px; font-weight:800; color:#1b1304; line-height:1.15; } | |||
.rb-skn span { font-size:10.5px; text-transform:uppercase; letter-spacing:0.5px; color:#8a6c1e; font-weight:700; } | |||
.rb-chg { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:6px; } | |||
.rb-chg li { position:relative; padding-left:18px; font-size:13px; line-height:1.5; color:#3a2e12; } | |||
.rb-chg li::before { content:"▸"; position:absolute; left:2px; top:0; color:#c9a430; font-size:12px; } | |||
.rb-chg li b { color:#a8330f; } | |||
/* invocacoes de espirito (Espiritualista) */ | |||
.rb-subh { text-align:center; font-size:13px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#a8861f; margin:22px 0 12px; } | |||
.rb-sum-intro { max-width:860px; margin:0 auto 4px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:13px 18px; font-size:13.5px; line-height:1.6; color:#3a2e12; } | |||
.rb-sum-intro b { color:#a8330f; } | |||
.rb-sum-intro ul { list-style:none; margin:9px 0 0; padding:0; display:flex; flex-direction:column; gap:6px; } | |||
.rb-sum-intro li { position:relative; padding-left:18px; } | |||
.rb-sum-intro li::before { content:"▸"; position:absolute; left:2px; top:0; color:#c9a430; } | |||
.rb-summons { display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch; gap:13px; margin-top:14px; } | |||
.rb-sum { display:flex; align-items:center; gap:13px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:10px; padding:11px 15px; flex:1 1 392px; max-width:440px; } | |||
.rb-sum-spr { flex:0 0 96px; display:flex; align-items:flex-end; justify-content:center; height:122px; background-image:radial-gradient(ellipse at 50% 92%, rgba(212,175,55,0.20), transparent 62%); } | |||
.rb-sum-spr img { height:120px; width:auto; max-width:none; image-rendering:auto; filter:drop-shadow(0 4px 6px rgba(0,0,0,0.30)); } | |||
.rb-sum-body { flex:1 1 auto; min-width:0; } | |||
.rb-sum-name { font-size:15px; font-weight:800; color:#1b1304; line-height:1.15; } | |||
.rb-sum-name span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.5px; color:#8a6c1e; font-weight:700; margin-top:2px; } | |||
.rb-sum-role { font-size:12.5px; color:#3a2e12; margin:7px 0 6px; line-height:1.45; } | |||
.rb-sum-role b { color:#a8330f; } | |||
.rb-sum-sk { font-size:11.5px; color:#6b5618; line-height:1.55; } | |||
.rb-sum-sk b { color:#8a6c1e; font-weight:700; } | |||
.rb-stats.s3 { grid-template-columns:repeat(3,1fr); max-width:720px; } | |||
.rb-spirits { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; margin-top:10px; } | |||
.rb-spirit { display:flex; align-items:center; gap:10px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:3px solid #c9a430; border-radius:8px; padding:8px 13px; flex:1 1 286px; max-width:352px; } | |||
.rb-spirit img { width:36px; height:36px; flex:0 0 auto; image-rendering:pixelated; border-radius:6px; background:rgba(40,30,12,0.06); border:1px solid rgba(212,175,55,0.3); padding:2px; } | |||
.rb-spirit b { font-size:12.5px; font-weight:800; color:#1b1304; } | |||
.rb-spirit span { display:block; font-size:11.5px; color:#6b5618; margin-top:2px; line-height:1.4; } | |||
.rb-spirit span em { color:#a8330f; font-style:normal; font-weight:700; } | |||
.rb-sum-ic { width:25px; height:25px; vertical-align:-6px; margin-right:6px; image-rendering:pixelated; } | |||
.rb-foot { text-align:center; font-size:13px; color:#8a6c1e; margin:32px auto 0; font-style:italic; max-width:840px; } | |||
@media (max-width:780px){ | |||
.rb-stats { grid-template-columns:repeat(3,1fr); } | |||
.rb-skills { grid-template-columns:1fr; } | |||
.rb-wrap h1 { font-size:29px; } | |||
} | |||
/* =========================================================== | |||
REBORN — Sistema de Elos — página bespoke (escopo .rbn-wrap) | |||
=========================================================== */ | |||
.rbn-wrap { max-width: 1020px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.rbn-wrap *, .rbn-wrap *::before, .rbn-wrap *::after { box-sizing: border-box; } | |||
.rbn-hero { position: relative; text-align: center; padding: 42px 22px 60px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(ellipse at 50% -20%, rgba(244,217,122,0.34), transparent 60%), radial-gradient(circle at 50% 130%, rgba(212,175,55,0.16), transparent 55%), linear-gradient(180deg, #2a1d07, #0d0901); } | |||
.rbn-hero::before { content:"\2726"; position:absolute; top:16px; right:24px; color:rgba(212,175,55,0.30); font-size:28px; } | |||
.rbn-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.rbn-hero img.rbn-ico { width:108px; height:108px; display:block; margin:0 auto 6px; border-radius:16px; filter: drop-shadow(0 8px 20px rgba(212,175,55,0.5)); } | |||
.rbn-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.6px; text-transform:uppercase; font-weight:600; } | |||
.rbn-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.rbn-hero p { max-width:730px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.rbn-hero p b { color:#f4d97a; } | |||
.rbn-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-38px auto 6px; max-width:780px; position:relative; z-index:3; padding:0 10px; } | |||
.rbn-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:8px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.rbn-stat b { display:block; font-size:17px; font-weight:800; color:#a8861f; line-height:1.15; } | |||
.rbn-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
.rbn-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:40px 0 8px; } | |||
.rbn-h span { font-size:15px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.rbn-h::before, .rbn-h::after { content:""; height:1px; width:120px; background:linear-gradient(90deg, transparent, #d4af37); flex-shrink:0; } | |||
.rbn-h::after { background:linear-gradient(90deg, #d4af37, transparent); } | |||
.rbn-wrap .rbn-lead { text-align:center; font-size:15px; line-height:1.7; max-width:830px; margin-left:auto; margin-right:auto; margin-top:14px; margin-bottom:8px; color:#2a2008; } | |||
.rbn-lead b { color:#a8861f; } | |||
.rbn-wrap .rbn-foot { text-align:center; font-size:12.5px; line-height:1.55; max-width:830px; margin:8px auto 4px; color:#6b5a2e; } | |||
.rbn-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:18px 0 4px; } | |||
.rbn-step { position:relative; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:11px; padding:30px 16px 16px; text-align:center; } | |||
.rbn-step-n { position:absolute; top:-15px; left:50%; transform:translateX(-50%); width:32px; height:32px; border-radius:50%; background:linear-gradient(180deg,#f4d97a,#d4af37); color:#3a2607; font-weight:800; font-size:15px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(0,0,0,0.2); } | |||
.rbn-step b { display:block; color:#8a6c1e; font-size:14px; margin-bottom:5px; } | |||
.rbn-step p { margin:0; font-size:13px; line-height:1.5; color:#4a3a14; } | |||
.rbn-npc { display:flex; align-items:center; gap:26px; max-width:760px; margin:16px auto 6px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.32); border-left:4px solid #d4af37; border-radius:12px; padding:20px 28px; } | |||
.rbn-npc img { width:118px; height:auto; image-rendering:pixelated; flex-shrink:0; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.22)); } | |||
.rbn-npc-body { text-align:left; } | |||
.rbn-npc-body h3 { margin:0 0 5px; font-size:20px; color:#a8861f; border:none; padding:0; } | |||
.rbn-npc-body p { margin:0 0 9px; font-size:13.5px; line-height:1.55; color:#4a3a14; } | |||
.rbn-npc-body p:last-child { margin-bottom:0; } | |||
.rbn-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; max-width:830px; margin:16px auto 6px; } | |||
.rbn-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:11px; padding:18px 22px; } | |||
.rbn-card h4 { margin:0 0 8px; color:#a8861f; font-size:16px; } | |||
.rbn-card p { margin:0; font-size:13.5px; line-height:1.6; color:#4a3a14; } | |||
.rbn-card p b { color:#a8861f; } | |||
.rbn-wrap table.rbn-table { width:100%; border-collapse:collapse; margin:16px auto 6px; font-size:13.5px; box-shadow:0 6px 18px rgba(0,0,0,0.08); border-radius:10px; overflow:hidden; } | |||
.rbn-table th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-weight:700; padding:11px 9px; text-align:center; font-size:12.5px; letter-spacing:0.3px; } | |||
.rbn-table td { padding:9px 9px; text-align:center; border-bottom:1px solid #efe4c4; color:#3a2e12; } | |||
.rbn-table td.rbn-elo { font-weight:700; color:#a8861f; text-align:left; white-space:nowrap; } | |||
.rbn-table td small { color:#8a7330; } | |||
.rbn-table tr:nth-child(even) td { background:#fdf8e8; } | |||
.rbn-table tr:hover td { background:#f6ecc6; } | |||
.rbn-note { text-align:center; font-size:13.5px; line-height:1.6; color:#3a2e12; max-width:840px; margin:28px auto 4px; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-radius:10px; padding:14px 24px; } | |||
.rbn-note b { color:#a8861f; } | |||
@media (max-width:850px) { | |||
.rbn-stats { grid-template-columns:repeat(2,1fr); } | |||
.rbn-steps { grid-template-columns:repeat(2,1fr); } | |||
.rbn-cards { grid-template-columns:1fr; } | |||
.rbn-npc { flex-direction:column; text-align:center; } | |||
.rbn-npc-body { text-align:center; } | |||
.rbn-wrap table.rbn-table { font-size:11.5px; } | |||
.rbn-table th, .rbn-table td { padding:7px 5px; } | |||
} | |||
/* =========================================================== | |||
ALMAS — Sistema de Almas — página bespoke (escopo .alm-wrap) | |||
=========================================================== */ | |||
.alm-wrap { max-width: 1040px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.alm-wrap *, .alm-wrap *::before, .alm-wrap *::after { box-sizing: border-box; } | |||
.alm-hero { position: relative; text-align: center; padding: 42px 22px 60px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45); | |||
background: radial-gradient(ellipse at 50% -20%, rgba(244,217,122,0.34), transparent 60%), radial-gradient(circle at 50% 130%, rgba(212,175,55,0.16), transparent 55%), linear-gradient(180deg, #2a1d07, #0d0901); } | |||
.alm-hero::before { content:"\2726"; position:absolute; top:16px; right:24px; color:rgba(212,175,55,0.30); font-size:28px; } | |||
.alm-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.alm-hero img.alm-ico { width:108px; height:108px; display:block; margin:0 auto 6px; border-radius:16px; filter: drop-shadow(0 8px 20px rgba(212,175,55,0.5)); } | |||
.alm-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.6px; text-transform:uppercase; font-weight:600; } | |||
.alm-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.alm-hero p { max-width:740px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; } | |||
.alm-hero p b { color:#f4d97a; } | |||
.alm-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-38px auto 6px; max-width:800px; position:relative; z-index:3; padding:0 10px; } | |||
.alm-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:8px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.alm-stat b { display:block; font-size:16px; font-weight:800; color:#a8861f; line-height:1.15; } | |||
.alm-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; } | |||
.alm-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:42px 0 8px; } | |||
.alm-h span { font-size:15px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; color:#a8861f; white-space:nowrap; } | |||
.alm-h::before, .alm-h::after { content:""; height:1px; width:120px; background:linear-gradient(90deg, transparent, #d4af37); flex-shrink:0; } | |||
.alm-h::after { background:linear-gradient(90deg, #d4af37, transparent); } | |||
.alm-wrap .alm-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-top:14px; margin-bottom:8px; color:#2a2008; } | |||
.alm-lead b { color:#a8861f; } | |||
/* raridades */ | |||
.alm-rar { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:860px; margin:16px auto 6px; } | |||
.alm-rar-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:12px; padding:16px 16px 18px; text-align:center; } | |||
.alm-rar-card img { width:150px; height:150px; object-fit:contain; border-radius:10px; display:block; margin:0 auto 10px; box-shadow:0 4px 14px rgba(0,0,0,0.28); } | |||
.alm-rar-name { font-weight:800; font-size:15px; margin-bottom:6px; letter-spacing:0.3px; } | |||
.alm-rar-card p { margin:0; font-size:13px; line-height:1.5; color:#4a3a14; } | |||
.alm-rar-blue { border-top-color:#3f8fe0; } | |||
.alm-rar-blue .alm-rar-name { color:#2f73c2; } | |||
.alm-rar-purple { border-top-color:#9a5cd6; } | |||
.alm-rar-purple .alm-rar-name { color:#7e3fc0; } | |||
.alm-rar-red { border-top-color:#df5236; } | |||
.alm-rar-red .alm-rar-name { color:#c23a22; } | |||
/* passos */ | |||
.alm-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:18px 0 4px; } | |||
.alm-step { position:relative; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:11px; padding:30px 16px 16px; text-align:center; } | |||
.alm-step-n { position:absolute; top:-15px; left:50%; transform:translateX(-50%); width:32px; height:32px; border-radius:50%; background:linear-gradient(180deg,#f4d97a,#d4af37); color:#3a2607; font-weight:800; font-size:15px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(0,0,0,0.2); } | |||
.alm-step b { display:block; color:#8a6c1e; font-size:14px; margin-bottom:5px; } | |||
.alm-step p { margin:0; font-size:13px; line-height:1.5; color:#4a3a14; } | |||
/* NPC */ | |||
.alm-npc { max-width:680px; margin:14px auto 6px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.32); border-left:4px solid #d4af37; border-radius:12px; padding:18px 26px; } | |||
.alm-npc-body h3 { margin:0 0 6px; font-size:20px; color:#a8861f; border:none; padding:0; } | |||
.alm-npc-body p { margin:0 0 9px; font-size:13.5px; line-height:1.55; color:#4a3a14; } | |||
.alm-npc-body p:last-child { margin-bottom:0; } | |||
/* cards de regras */ | |||
.alm-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:900px; margin:16px auto 6px; } | |||
.alm-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:11px; padding:16px 18px; text-align:center; } | |||
.alm-card h4 { margin:0 0 8px; color:#a8861f; font-size:15px; } | |||
.alm-card p { margin:0; font-size:13px; line-height:1.55; color:#4a3a14; } | |||
.alm-card p b { color:#a8861f; } | |||
/* galeria de almas — lista compacta com a miniatura do item (inventário) */ | |||
.alm-list { max-width:840px; margin:14px auto 6px; display:flex; flex-direction:column; gap:7px; } | |||
.alm-row { display:flex; align-items:center; gap:12px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-radius:9px; padding:7px 14px; transition:border-color .14s, background .14s; } | |||
.alm-row:hover { border-color:#d4af37; background:#fbf3da; } | |||
.alm-slot { width:38px; height:38px; flex-shrink:0; border-radius:7px; background:radial-gradient(circle at 50% 36%, #2c2647, #14101f); border:1px solid rgba(212,175,55,0.4); box-shadow:inset 0 1px 4px rgba(0,0,0,0.55); display:flex; align-items:center; justify-content:center; } | |||
.alm-slot img { width:28px; height:28px; } | |||
.alm-row-txt { font-size:12.5px; line-height:1.45; color:#4a3a14; text-align:left; } | |||
.alm-row-n { font-weight:800; color:#a8861f; } | |||
.alm-note { text-align:center; font-size:13.5px; line-height:1.6; color:#3a2e12; max-width:840px; margin:28px auto 4px; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-radius:10px; padding:14px 24px; } | |||
.alm-note b { color:#a8861f; } | |||
@media (max-width:850px) { | |||
.alm-stats { grid-template-columns:repeat(2,1fr); } | |||
.alm-rar { grid-template-columns:1fr; max-width:340px; } | |||
.alm-steps { grid-template-columns:repeat(2,1fr); } | |||
.alm-cards { grid-template-columns:1fr; max-width:380px; } | |||
} | } | ||
/* | /* =========================================================== | ||
. | REBORN — tabela detalhada dos 10 elos (ícones oficiais) | ||
=========================================================== */ | |||
.rbn-elotable-wrap { overflow-x:auto; margin:14px 0 6px; -webkit-overflow-scrolling:touch; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,0.08); border:1px solid rgba(212,175,55,0.25); } | |||
.rbn-wrap table.rbn-elotable { border-collapse:collapse; margin:0; width:100%; min-width:940px; font-size:12px; } | |||
.rbn-elotable th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; padding:8px 6px 7px; text-align:center; font-weight:700; font-size:11px; vertical-align:bottom; } | |||
.rbn-elotable th img.rbn-elo-ico { width:46px; height:46px; display:block; margin:0 auto 4px; filter:drop-shadow(0 2px 5px rgba(0,0,0,0.55)); } | |||
.rbn-elotable th span { display:block; white-space:nowrap; font-size:12.5px; font-weight:800; color:#f7e9b8; margin-top:2px; } | |||
.rbn-elotable td { padding:6px 9px; text-align:center; border-bottom:1px solid #efe4c4; color:#3a2e12; white-space:nowrap; } | |||
.rbn-elotable td.rbn-stat, .rbn-elotable th.rbn-stat { text-align:left; font-weight:700; position:sticky; left:0; z-index:2; } | |||
.rbn-elotable td.rbn-stat { color:#8a6c1e; background:#fbf3da; } | |||
.rbn-elotable th.rbn-stat { color:#f4d97a; background:#1c1305; text-align:center; vertical-align:middle; white-space:normal; line-height:1.25; font-size:12px; } | |||
.rbn-elotable tr:nth-child(even) td { background:#fdf8e8; } | |||
.rbn-elotable tr:nth-child(even) td.rbn-stat { background:#f4ead0; } | |||
.rbn-elotable tr:hover td { background:#f6ecc6; } | |||
.rbn-elotable tr:hover td.rbn-stat { background:#efe2bf; } | |||
.rbn-elotable td.rbn-na { color:#c9bd97; } | |||
/* ============================================================= | |||
RMT — Mercado RMT (escopo .rmt-wrap) | |||
============================================================= */ | |||
.rmt-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.rmt-wrap *, .rmt-wrap *::before, .rmt-wrap *::after { box-sizing: border-box; } | |||
.rmt-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.rmt-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.rmt-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: cover; } | |||
.rmt-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.rmt-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; } | |||
.rmt-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.rmt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.rmt-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.rmt-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; } | |||
.rmt-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.rmt-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.rmt-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.rmt-h::before, .rmt-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.rmt-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.rmt-wrap .rmt-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 6px; color: #2a2008; } | |||
.rmt-wrap .rmt-lead b { color: #a8861f; } | |||
.rmt-access { max-width: 640px; margin: 10px auto 0; text-align: center; background: linear-gradient(180deg, #241906, #0d0901); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 16px 20px; color: #e9dcc0; font-size: 14.5px; line-height: 1.7; } | |||
.rmt-access b { color: #f4d97a; } | |||
.rmt-access .cmd { display: inline-block; margin: 2px 2px; padding: 3px 10px; border: 1px solid rgba(212,175,55,0.5); border-radius: 8px; color: #f4d97a; font-family: monospace; font-size: 14px; } | |||
/* clicável: copia comando/coord ao clicar */ | |||
.rmt-copy { cursor: pointer; display: inline-block; padding: 1px 9px; margin: 0 1px; border-radius: 6px; background: rgba(212,175,55,0.16); border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; font-family: monospace; font-weight: 700; font-size: 0.95em; line-height: 1.55; white-space: nowrap; transition: background .12s, transform .05s; } | |||
.rmt-copy:hover { background: rgba(212,175,55,0.30); } | |||
.rmt-copy:active { transform: translateY(1px); } | |||
.rmt-copy::after { content: "\29C9"; margin-left: 6px; opacity: 0.55; font-family: sans-serif; } | |||
.rmt-access .rmt-copy { background: rgba(244,217,122,0.12); border-color: rgba(212,175,55,0.55); color: #f4d97a; font-size: 14px; } | |||
.rmt-access .rmt-copy:hover { background: rgba(244,217,122,0.24); } | |||
/* link estilizado (Discord etc.) */ | |||
.rmt-link { color: #a8861f; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(212,175,55,0.5); text-underline-offset: 2px; } | |||
.rmt-link:hover { color: #8a6c1e; } | |||
.rmt-access .rmt-link { color: #f4d97a; text-decoration-color: rgba(244,217,122,0.55); } | |||
.rmt-steps { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 6px auto 0; } | |||
.rmt-step { display: flex; gap: 14px; align-items: flex-start; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-left: 4px solid #d4af37; border-radius: 10px; padding: 14px 16px; } | |||
.rmt-step .n { flex: 0 0 34px; height: 34px; width: 34px; border-radius: 50%; background: #d4af37; color: #241906; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.15); } | |||
.rmt-step .t { font-size: 14px; line-height: 1.55; color: #3a2e12; align-self: center; } | |||
.rmt-step .t b { color: #a8330f; } | |||
.rmt-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 860px; margin: 6px auto 0; align-items: stretch; } | |||
.rmt-col { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 18px; } | |||
.rmt-col h3 { margin: 0 0 12px; font-size: 15px; color: #a8861f; font-weight: 800; border: none; padding: 0; text-align: center; } | |||
.rmt-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; } | |||
.rmt-col li { position: relative; padding-left: 22px; font-size: 13.5px; line-height: 1.5; color: #3a2e12; } | |||
.rmt-col li::before { content: "\2714"; position: absolute; left: 2px; top: 0; color: #3a9c3a; font-size: 12px; } | |||
.rmt-fee { max-width: 520px; margin: 8px auto 0; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 10px 22px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.rmt-fee .row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 14.5px; color: #3a2e12; border-bottom: 1px dashed rgba(212,175,55,0.4); } | |||
.rmt-fee .row:last-child { border-bottom: none; } | |||
.rmt-fee .big { color: #a8330f; font-weight: 800; font-size: 16px; } | |||
.rmt-fee .net { color: #3a9c3a; font-weight: 800; font-size: 16px; } | |||
.rmt-safe { max-width: 820px; margin: 6px auto 0; background: linear-gradient(180deg, #f4fbf0, #eef7e6); border: 1px solid rgba(58,156,58,0.3); border-left: 4px solid #3a9c3a; border-radius: 10px; padding: 16px 20px; } | |||
.rmt-safe ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; } | |||
.rmt-safe li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.55; color: #2f3a1f; } | |||
.rmt-safe li::before { content: "\2714"; position: absolute; left: 2px; top: 1px; color: #3a9c3a; font-size: 12px; } | |||
.rmt-safe li b { color: #2e7d32; } | |||
.rmt-rules { max-width: 820px; margin: 6px auto 0; background: linear-gradient(180deg, #fff7f3, #fdeee7); border: 1px solid rgba(192,57,43,0.3); border-left: 4px solid #c0392b; border-radius: 10px; padding: 16px 20px; } | |||
.rmt-rules ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; } | |||
.rmt-rules li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.55; color: #3a2e12; } | |||
.rmt-rules li::before { content: "\26A0"; position: absolute; left: 2px; top: 0; color: #c0392b; font-size: 13px; } | |||
.rmt-rules li b { color: #a8330f; } | |||
.rmt-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 860px; margin: 6px auto 0; } | |||
.rmt-chip { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 999px; padding: 8px 16px; font-size: 13px; color: #3a2e12; } | |||
.rmt-chip b { color: #a8861f; } | |||
.rmt-cta { text-align: center; margin: 34px auto 8px; } | |||
.rmt-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; } | |||
.rmt-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); } | |||
@media (max-width: 720px) { | |||
.rmt-stats { grid-template-columns: repeat(2, 1fr); } | |||
.rmt-cols { grid-template-columns: 1fr; } | |||
.rmt-hero h1 { font-size: 31px; } | |||
.rmt-h::before, .rmt-h::after { width: 40px; } | |||
} | } | ||
. | |||
/* ============================================================= | |||
CORRIDA 99 — Corrida ao 99 (escopo .c99-wrap) | |||
============================================================= */ | |||
.c99-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.c99-wrap *, .c99-wrap *::before, .c99-wrap *::after { box-sizing: border-box; } | |||
.c99-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.c99-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.c99-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: cover; } | |||
.c99-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.c99-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; } | |||
.c99-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.c99-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; } | |||
.c99-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.c99-stat b { display: block; font-size: 18px; color: #a8861f; font-weight: 800; line-height: 1.15; } | |||
.c99-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.c99-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.c99-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.c99-h::before, .c99-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.c99-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.c99-wrap .c99-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 10px; color: #2a2008; } | |||
.c99-wrap .c99-lead b { color: #a8861f; } | |||
.c99-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 880px; margin: 10px auto 0; align-items: stretch; } | |||
.c99-col { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 18px; } | |||
.c99-col h3 { margin: 0 0 12px; font-size: 15px; font-weight: 800; border: none; padding: 0; text-align: center; } | |||
.c99-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; } | |||
.c99-col li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.5; color: #3a2e12; } | |||
.c99-bad { border-top-color: #c0392b; } | |||
.c99-bad h3 { color: #c0392b; } | |||
.c99-bad li::before { content: "\2716"; position: absolute; left: 2px; top: 0; color: #c0392b; font-size: 12px; } | |||
.c99-bad li b { color: #a8330f; } | |||
.c99-good { border-top-color: #3a9c3a; } | |||
.c99-good h3 { color: #2e7d32; } | |||
.c99-good li::before { content: "\2714"; position: absolute; left: 2px; top: 0; color: #3a9c3a; font-size: 12px; } | |||
.c99-good li b { color: #2e7d32; } | |||
.c99-relics { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; max-width: 960px; margin: 8px auto 0; } | |||
.c99-relic { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 10px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.c99-relic img { display: block; width: 420px; max-width: 100%; height: auto; border-radius: 8px; } | |||
.c99-cta { text-align: center; margin: 34px auto 8px; } | |||
.c99-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; } | |||
.c99-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); } | |||
@media (max-width: 720px) { | |||
.c99-stats { grid-template-columns: repeat(2, 1fr); } | |||
.c99-cols { grid-template-columns: 1fr; } | |||
.c99-hero h1 { font-size: 31px; } | |||
.c99-h::before, .c99-h::after { width: 40px; } | |||
} | } | ||
/* | /* ============================================================= | ||
#p- | GUERRA DO EMPERIUM — WoE (escopo .woe-wrap) | ||
# | ============================================================= */ | ||
.woe-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.woe-wrap *, .woe-wrap *::before, .woe-wrap *::after { box-sizing: border-box; } | |||
.woe-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.woe-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.woe-hero img { width: 116px; height: 116px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: contain; } | |||
.woe-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.woe-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; } | |||
.woe-hero p { max-width: 700px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.woe-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: -34px auto 6px; position: relative; } | |||
.woe-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.woe-stat b { display: block; font-size: 19px; color: #a8861f; font-weight: 800; line-height: 1.15; } | |||
.woe-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.woe-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.woe-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.woe-h::before, .woe-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.woe-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.woe-wrap .woe-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 10px; color: #2a2008; } | |||
.woe-wrap .woe-lead b { color: #a8861f; } | |||
.woe-sched { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 620px; margin: 6px auto 0; } | |||
.woe-day { flex: 1 1 240px; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px; text-align: center; } | |||
.woe-day b { display: block; font-size: 16px; color: #a8861f; text-transform: uppercase; letter-spacing: 1px; } | |||
.woe-day span { display: block; margin-top: 4px; font-size: 24px; font-weight: 800; color: #3a2e12; } | |||
.woe-table { width: 100%; max-width: 560px; margin: 6px auto 0; border-collapse: collapse; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.woe-table th { background: #241906; color: #f4d97a; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; padding: 12px 18px; text-align: left; } | |||
.woe-table th.r { text-align: right; } | |||
.woe-table td { padding: 12px 18px; font-size: 14.5px; color: #3a2e12; border-top: 1px solid rgba(212,175,55,0.25); } | |||
.woe-table td.r { text-align: right; font-weight: 800; color: #a8861f; } | |||
.woe-table .nm { font-weight: 700; } | |||
.woe-table tr.woe-king td { background: rgba(212,175,55,0.12); } | |||
.woe-relics { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 1000px; margin: 8px auto 0; } | |||
.woe-relic { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 9px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.woe-relic img { display: block; width: 290px; max-width: 100%; height: auto; border-radius: 8px; } | |||
.woe-cta { text-align: center; margin: 34px auto 8px; } | |||
.woe-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; } | |||
.woe-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); } | |||
@media (max-width: 720px) { | |||
.woe-stats { grid-template-columns: repeat(2, 1fr); } | |||
.woe-hero h1 { font-size: 31px; } | |||
.woe-h::before, .woe-h::after { width: 40px; } | |||
} | |||
/* ============================================================= | |||
TRAGA SUA GUILD — pacotes fundador de guild (escopo .tg-wrap) | |||
============================================================= */ | |||
.tg-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; } | |||
.tg-wrap *, .tg-wrap *::before, .tg-wrap *::after { box-sizing: border-box; } | |||
.tg-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); } | |||
.tg-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); } | |||
.tg-hero img { width: 110px; height: 110px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: cover; } | |||
.tg-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; } | |||
.tg-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; } | |||
.tg-hero p { max-width: 700px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; } | |||
.tg-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: -34px auto 6px; position: relative; } | |||
.tg-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.tg-stat b { display: block; font-size: 18px; color: #a8861f; font-weight: 800; line-height: 1.15; } | |||
.tg-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; } | |||
.tg-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; } | |||
.tg-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; } | |||
.tg-h::before, .tg-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; } | |||
.tg-h::after { background: linear-gradient(90deg, #d4af37, transparent); } | |||
.tg-wrap .tg-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 10px; color: #2a2008; } | |||
.tg-wrap .tg-lead b { color: #a8861f; } | |||
.tg-wrap .tg-lead a { color: #a8861f; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(212,175,55,0.5); } | |||
.tg-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 960px; margin: 8px auto 0; align-items: stretch; } | |||
.tg-tier { display: flex; flex-direction: column; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 4px solid #d4af37; border-radius: 12px; padding: 18px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.tg-tierimg { width: auto; max-width: 100%; height: 168px; object-fit: contain; margin: 0 auto 8px; filter: drop-shadow(0 3px 10px rgba(0,0,0,0.28)); } | |||
.tg-tname { font-size: 16px; font-weight: 800; color: #a8861f; } | |||
.tg-qty { font-size: 13px; color: #3a2e12; margin-top: 5px; font-weight: 700; } | |||
.tg-price { margin: 10px 0 2px; font-size: 15px; color: #3a2e12; } | |||
.tg-price s { color: #b07a6a; margin-right: 7px; } | |||
.tg-price b { font-size: 23px; color: #a8330f; } | |||
.tg-save { display: inline-block; margin: 6px auto 0; font-size: 12px; font-weight: 800; color: #2e7d32; background: rgba(58,156,58,0.12); border: 1px solid rgba(58,156,58,0.3); border-radius: 999px; padding: 2px 12px; } | |||
.tg-perks { list-style: none; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px dashed rgba(212,175,55,0.4); display: flex; flex-direction: column; gap: 9px; text-align: left; } | |||
.tg-perks li { position: relative; padding-left: 24px; font-size: 13px; line-height: 1.45; color: #3a2e12; } | |||
.tg-perks li::before { content: "\2714"; position: absolute; left: 2px; top: 0; color: #3a9c3a; font-size: 12px; } | |||
.tg-perks li b { color: #a8861f; } | |||
.tg-perks li.star::before { content: "\2605"; color: #d4af37; } | |||
.tg-prata { border-top-color: #9fa3ad; } | |||
.tg-prata .tg-tname { color: #7d818c; } | |||
.tg-ouro { border-top-color: #d4af37; } | |||
.tg-diamante { border-top-color: #56c5dc; } | |||
.tg-diamante .tg-tname { color: #2092a8; } | |||
.tg-banners { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 1000px; margin: 8px auto 0; } | |||
.tg-banner { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 9px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); } | |||
.tg-banner img { display: block; width: 290px; max-width: 100%; height: auto; border-radius: 8px; } | |||
.tg-gpmain { display: block; max-width: 560px; width: 100%; height: auto; margin: 6px auto 16px; border-radius: 12px; border: 1px solid rgba(212,175,55,0.35); box-shadow: 0 8px 22px rgba(0,0,0,0.12); } | |||
.tg-gpgrid { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 16px; max-width: 760px; margin: 0 auto; } | |||
.tg-gpcard { flex: 1 1 300px; max-width: 360px; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 16px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; } | |||
.tg-gpcard .cap { font-size: 13px; color: #6b5a2e; font-weight: 700; margin-top: 6px; } | |||
.tg-gpcard .sub { font-size: 12px; color: #8a7a4e; margin-top: 2px; } | |||
.tg-gpcard img.npc { width: 268px; max-width: 100%; height: auto; border-radius: 6px; image-rendering: auto; } | |||
.tg-gpcard img.sign { width: 110px; height: auto; image-rendering: pixelated; } | |||
.tg-gpwide { display: block; max-width: 820px; width: 100%; height: auto; margin: 16px auto 6px; border-radius: 12px; border: 1px solid rgba(212,175,55,0.35); box-shadow: 0 8px 22px rgba(0,0,0,0.12); } | |||
.tg-wrap .tg-cap { text-align: center; font-size: 13px; color: #6b5a2e; font-weight: 700; margin: 0 auto 4px; } | |||
.tg-placa { display: flex; flex-direction: column; align-items: center; gap: 7px; margin: 20px auto 0; } | |||
.tg-placa img { width: 184px; height: auto; image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: crisp-edges; image-rendering: pixelated; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.2)); } | |||
.tg-cta { text-align: center; margin: 34px auto 8px; } | |||
.tg-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; } | |||
.tg-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); } | |||
@media (max-width: 760px) { | |||
.tg-stats { grid-template-columns: repeat(2, 1fr); } | |||
.tg-tiers { grid-template-columns: 1fr; } | |||
.tg-hero h1 { font-size: 31px; } | |||
.tg-h::before, .tg-h::after { width: 40px; } | |||
}/* ===================== Facção (fac-*) — 2026-06-09 ===================== */ | |||
.fac-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008} | |||
.fac-hero{position:relative;text-align:center;padding:40px 24px 34px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.30),transparent 62%),linear-gradient(180deg,#241906,#0d0901)} | |||
.fac-hero img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.55))} | |||
.fac-hero h1{margin:8px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px} | |||
.fac-hero p{max-width:720px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65} | |||
.fac-badge{display:inline-block;margin:16px 0 4px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700} | |||
.fac-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-34px auto 6px;position:relative;z-index:3;padding:0 10px} | |||
.fac-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.fac-stat b{display:block;font-size:18px;color:#a8861f;font-weight:800;line-height:1.15} | |||
.fac-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px} | |||
.fac-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:40px 0 16px} | |||
.fac-h::before,.fac-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)} | |||
.fac-h::after{background:linear-gradient(90deg,#d4af37,transparent)} | |||
.fac-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap} | |||
.fac-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008} | |||
.fac-wrap .fac-lead{margin-left:auto;margin-right:auto} | |||
/* cards das 3 faccoes */ | |||
.fac-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px auto 0;max-width:900px} | |||
.fac-card{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:12px;padding:22px 16px 18px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.fac-card img{width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.28))} | |||
.fac-card .nm{display:block;margin:12px 0 4px;font-size:19px;font-weight:800;letter-spacing:.3px} | |||
.fac-card .vs{display:block;font-size:13px;color:#5a4a22;line-height:1.55} | |||
.fac-card.aether{border-top-color:#3f86e0}.fac-card.aether .nm{color:#2f74cf} | |||
.fac-card.tartaro{border-top-color:#d24a3a}.fac-card.tartaro .nm{color:#c0392b} | |||
.fac-card.renegado{border-top-color:#8a8a8a}.fac-card.renegado .nm{color:#6a6a6a} | |||
/* passo a passo */ | |||
.fac-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} | |||
.fac-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center} | |||
.fac-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)} | |||
.fac-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800} | |||
.fac-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55} | |||
/* tabela */ | |||
.fac-table{width:100%;max-width:600px;margin:6px auto 0;border-collapse:collapse;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.fac-table th{background:#241906;color:#f4d97a;font-size:12px;text-transform:uppercase;letter-spacing:1px;padding:12px 18px;text-align:left} | |||
.fac-table th.r{text-align:right} | |||
.fac-table td{padding:12px 18px;font-size:14.5px;color:#3a2e12;border-top:1px solid rgba(212,175,55,.25)} | |||
.fac-table td.r{text-align:right;font-weight:800;color:#a8861f} | |||
.fac-hi td{background:rgba(212,175,55,.12)} | |||
/* cards de regra/comando */ | |||
.fac-cmds{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin:0 auto} | |||
.fac-cmd{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-left:4px solid #d4af37;border-radius:9px;padding:15px 17px} | |||
.fac-cmd b{display:block;color:#a8861f;font-size:15px;margin-bottom:3px} | |||
.fac-cmd span{display:block;font-size:13px;color:#5a4a22;line-height:1.55} | |||
.fac-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65} | |||
.fac-wrap .fac-note{margin-left:auto;margin-right:auto}.fac-note b{color:#a8861f} | |||
@media (max-width:850px){ | |||
.fac-stats{grid-template-columns:repeat(2,1fr)} | |||
.fac-cards{grid-template-columns:1fr} | |||
.fac-steps{grid-template-columns:repeat(2,1fr)} | |||
.fac-cmds{grid-template-columns:1fr} | |||
.fac-hero h1{font-size:32px} | |||
} | } | ||
/* === Facção: NPC Recrutador (cartão escuro p/ destacar a sprite branca) === */ | |||
.fac-npc { display:flex; gap:30px; align-items:center; background:linear-gradient(135deg,#2c1f0e 0%,#221705 100%); border:1px solid #5a4a1e; border-radius:16px; padding:22px 30px; margin:8px 0 6px; flex-wrap:wrap; box-shadow:inset 0 1px 0 rgba(244,217,122,0.08); } | |||
.fac-npc-art { flex:0 0 auto; width:190px; display:flex; align-items:center; justify-content:center; background:radial-gradient(ellipse at 50% 45%, rgba(212,175,55,0.20), rgba(0,0,0,0) 70%); border-radius:14px; padding:6px; } | |||
.fac-npc-art img { display:block; width:100%; height:auto; filter:drop-shadow(0 8px 16px rgba(0,0,0,0.55)); } | |||
.fac-npc-info { flex:1 1 280px; min-width:240px; } | |||
.fac-npc-name { font-size:1.55em; font-weight:800; color:#f4d97a; letter-spacing:0.2px; margin-bottom:10px; } | |||
.fac-npc-desc { color:#e6d9bd; line-height:1.65; margin:0 0 18px; font-size:1.02em; } | |||
.fac-npc-loc { display:flex; gap:16px; align-items:center; flex-wrap:wrap; } | |||
.fac-npc-map { color:#d4af37; font-weight:700; font-size:1.05em; } | |||
.fac-npc .navi-copy { color:#f4d97a; border-bottom-color:#d4af37; background:rgba(212,175,55,0.10); } | |||
.fac-npc .navi-copy:hover { color:#fff7e0; background:rgba(212,175,55,0.24); } | |||
@media (max-width:560px){ .fac-npc{ justify-content:center; text-align:center; } .fac-npc-info{ text-align:center; } .fac-npc-loc{ justify-content:center; } } | |||
/* ===================== Rate Bonificado (rtb-*) — 2026-06-10 ===================== */ | |||
.rtb-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008} | |||
.rtb-hero{position:relative;text-align:center;padding:40px 24px 34px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.30),transparent 62%),linear-gradient(180deg,#241906,#0d0901)} | |||
.rtb-hero img{width:128px;height:128px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.55))} | |||
.rtb-hero h1{margin:8px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px} | |||
.rtb-hero p{max-width:720px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65} | |||
.rtb-badge{display:inline-block;margin:16px 0 4px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700} | |||
.rtb-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-34px auto 6px;position:relative;z-index:3;padding:0 10px} | |||
.rtb-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.rtb-stat b{display:block;font-size:18px;color:#a8861f;font-weight:800;line-height:1.15} | |||
.rtb-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px} | |||
.rtb-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:40px 0 16px} | |||
.rtb-h::before,.rtb-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)} | |||
.rtb-h::after{background:linear-gradient(90deg,#d4af37,transparent)} | |||
.rtb-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap} | |||
.rtb-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008} | |||
.rtb-wrap .rtb-lead{margin-left:auto;margin-right:auto} | |||
/* cards dos 3 rates */ | |||
.rtb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px auto 0;max-width:900px} | |||
.rtb-card{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:12px;padding:24px 16px 20px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.rtb-card .mult{display:block;font-size:46px;font-weight:800;line-height:1;letter-spacing:-1px} | |||
.rtb-card .nm{display:block;margin:10px 0 6px;font-size:18px;font-weight:800;letter-spacing:.3px;color:#3a2e12} | |||
.rtb-card .vs{display:block;font-size:13px;color:#5a4a22;line-height:1.6} | |||
.rtb-card.r1{border-top-color:#3fa05a}.rtb-card.r1 .mult{color:#2e8a49} | |||
.rtb-card.r3{border-top-color:#d4af37}.rtb-card.r3 .mult{color:#a8861f} | |||
.rtb-card.r5{border-top-color:#d24a3a}.rtb-card.r5 .mult{color:#c0392b} | |||
/* passo a passo */ | |||
.rtb-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} | |||
.rtb-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center} | |||
.rtb-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)} | |||
.rtb-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800} | |||
.rtb-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55} | |||
/* tabela */ | |||
.rtb-table{width:100%;max-width:680px;margin:6px auto 0;border-collapse:collapse;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.rtb-table th{background:#241906;color:#f4d97a;font-size:12px;text-transform:uppercase;letter-spacing:1px;padding:12px 18px;text-align:left} | |||
.rtb-table th.r{text-align:right} | |||
.rtb-table td{padding:12px 18px;font-size:14.5px;color:#3a2e12;border-top:1px solid rgba(212,175,55,.25)} | |||
.rtb-table td.r{text-align:right;font-weight:800;color:#a8861f} | |||
.rtb-hi td{background:rgba(212,175,55,.12)} | |||
/* cards de regra/faq */ | |||
.rtb-cmds{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin:0 auto} | |||
.rtb-cmd{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-left:4px solid #d4af37;border-radius:9px;padding:15px 17px} | |||
.rtb-cmd > b{display:block;color:#a8861f;font-size:15px;margin-bottom:3px} | |||
.rtb-cmd span{display:block;font-size:13px;color:#5a4a22;line-height:1.55} | |||
.rtb-cmds > .rtb-cmd:last-child:nth-child(odd){grid-column:1 / -1;width:100%;max-width:calc((100% - 12px) / 2);justify-self:center} | |||
.rtb-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65} | |||
.rtb-wrap .rtb-note{margin-left:auto;margin-right:auto}.rtb-note b{color:#a8861f} | |||
@media (max-width:850px){ | |||
.rtb-stats{grid-template-columns:repeat(2,1fr)} | |||
.rtb-cards{grid-template-columns:1fr} | |||
.rtb-steps{grid-template-columns:repeat(2,1fr)} | |||
.rtb-cmds{grid-template-columns:1fr} | |||
.rtb-cmds > .rtb-cmd:last-child:nth-child(odd){grid-column:auto;max-width:none} | |||
.rtb-hero h1{font-size:32px} | |||
} | |||
/* ===== Coleções de Cartas (colc-) — AureumRO 2026-06-15 ===== */ | |||
.colc-wrap{max-width:1100px;margin:0 auto;font-family:Inter,'Segoe UI',sans-serif;color:#2a2018;line-height:1.55} | |||
.colc-wrap *{box-sizing:border-box} | |||
/* hero */ | |||
.colc-hero{display:flex;align-items:center;gap:26px;background:radial-gradient(120% 140% at 12% 18%,#3a2c14 0%,#241906 60%,#1a1206 100%);border:1px solid #5a4520;border-radius:16px;padding:30px 34px;box-shadow:0 10px 30px rgba(0,0,0,.35)} | |||
.colc-hero-npc{height:178px;width:auto;image-rendering:pixelated;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5));flex:0 0 auto} | |||
.colc-kicker{color:#d4af37;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:8px} | |||
.colc-title{font-size:40px;font-weight:800;line-height:1.05;color:#f4d97a;text-shadow:0 2px 0 rgba(0,0,0,.4);margin:0 0 12px} | |||
.colc-lead{color:#efe2c4;font-size:16px;max-width:640px;margin:0} | |||
.colc-lead b{color:#f4d97a} | |||
/* stats */ | |||
.colc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 6px} | |||
.colc-stat{background:#fdf8e8;border:1px solid #e4d49c;border-top:3px solid #d4af37;border-radius:12px;padding:14px 10px;text-align:center} | |||
.colc-stat-n{display:block;font-size:26px;font-weight:800;color:#7a5a12} | |||
.colc-stat-l{display:block;font-size:12.5px;color:#8a7a55;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:3px} | |||
/* headings */ | |||
.colc-h{font-size:24px;font-weight:800;color:#241906;margin:34px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;position:relative} | |||
.colc-h:before{content:"✦";color:#d4af37;margin-right:9px} | |||
/* steps */ | |||
.colc-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px} | |||
.colc-step{background:#fdf8e8;border:1px solid #e4d49c;border-radius:12px;padding:14px 16px 14px 52px;position:relative;font-size:14.5px} | |||
.colc-step-i{position:absolute;left:14px;top:13px;width:26px;height:26px;border-radius:50%;background:#241906;color:#f4d97a;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px} | |||
.colc-step b{color:#7a5a12} | |||
.colc-note{background:#fff7df;border:1px dashed #d4af37;border-radius:10px;padding:12px 16px;margin-top:14px;font-size:14px;color:#5c4a22} | |||
.colc-note b{color:#7a5a12} | |||
/* lista de coleções */ | |||
.colc-list{display:grid;grid-template-columns:1fr 1fr;gap:18px} | |||
/* coleção órfã na última linha (total ímpar) -> centraliza entre as 2 colunas */ | |||
.colc-list>.colc-col:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 9px);justify-self:center} | |||
@media(max-width:860px){.colc-list,.colc-steps,.colc-stats{grid-template-columns:1fr}.colc-list>.colc-col:last-child:nth-child(odd){grid-column:auto;width:auto}} | |||
.colc-col{background:#fffdf7;border:1px solid #e4d49c;border-radius:14px;overflow:hidden;box-shadow:0 3px 10px rgba(90,69,32,.10);display:flex;flex-direction:column} | |||
.colc-col-head{display:flex;align-items:center;gap:10px;background:linear-gradient(90deg,#241906,#3a2c14);padding:12px 14px} | |||
.colc-col-idx{color:#d4af37;font-weight:800;font-size:13px;opacity:.7;font-variant-numeric:tabular-nums} | |||
.colc-col-name{color:#f4d97a;font-weight:800;font-size:17px;flex:1} | |||
.colc-col-total{color:#bfe6b0;font-size:12.5px;font-weight:700;text-align:right;max-width:46%;line-height:1.25} | |||
.colc-tiers{padding:10px 14px;display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #efe2c0} | |||
.colc-tier{display:flex;align-items:baseline;gap:10px;font-size:13.5px} | |||
.colc-tier-n{flex:0 0 64px;color:#9a7a2a;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em} | |||
.colc-tier-d{color:#3a2f1e} | |||
.colc-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;padding:12px 14px 14px} | |||
.colc-card{margin:0;text-align:center} | |||
.colc-card img{width:100%;height:auto;border-radius:6px;border:1px solid #d8c590;box-shadow:0 2px 5px rgba(0,0,0,.2);display:block;background:#efe7d0} | |||
.colc-card figcaption{font-size:10.5px;color:#6a5a38;margin-top:4px;line-height:1.2;font-weight:600} | |||
.colc-navi{cursor:pointer;color:#8a5e00;font-weight:800;border-bottom:1.5px dashed #c9a23a;white-space:nowrap;padding:0 2px;border-radius:3px;transition:background .15s,color .15s} | |||
.colc-navi:hover{color:#5e3f00;background:#ffefbe} | |||
.colc-foot{margin:30px 0 8px;text-align:center;color:#8a7a55;font-size:13.5px;font-style:italic} | |||
/* ===== Boss Global (.bgl-) ===== */ | |||
.bgl-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008} | |||
.bgl-hero{position:relative;text-align:center;padding:38px 24px 30px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.28),transparent 60%),linear-gradient(180deg,#241906,#0d0901)} | |||
.bgl-hero img{width:200px;height:200px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6))} | |||
.bgl-hero h1{margin:14px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px} | |||
.bgl-hero p{max-width:740px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65} | |||
.bgl-badge{display:inline-block;margin:4px 0 2px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700} | |||
.bgl-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-30px auto 6px;position:relative;z-index:3;padding:0 10px} | |||
.bgl-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.bgl-stat b{display:block;font-size:16px;color:#a8861f;font-weight:800;line-height:1.18} | |||
.bgl-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px} | |||
.bgl-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:42px 0 16px} | |||
.bgl-h::before,.bgl-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)} | |||
.bgl-h::after{background:linear-gradient(90deg,#d4af37,transparent)} | |||
.bgl-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap;text-align:center} | |||
.bgl-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008} | |||
.bgl-wrap .bgl-lead{margin-left:auto;margin-right:auto}.bgl-lead b{color:#9c7d1c} | |||
.bgl-mob{display:flex;gap:30px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 22% 50%,rgba(244,217,122,.14),transparent 58%),linear-gradient(135deg,#2c1f0e,#171003);border:1px solid #5a4a1e;border-radius:16px;padding:24px 32px;flex-wrap:wrap} | |||
.bgl-mob-art{flex:0 0 auto;width:230px;display:flex;align-items:center;justify-content:center;min-height:180px} | |||
.bgl-mob-art img{max-width:210px;max-height:200px;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.6))} | |||
.bgl-mob-info{flex:1 1 320px;min-width:280px} | |||
.bgl-mob-name{font-size:1.7em;font-weight:800;color:#f4d97a;line-height:1.1} | |||
.bgl-mob-sub{color:#d4af37;font-size:.8em;letter-spacing:1.5px;text-transform:uppercase;margin:4px 0 14px} | |||
.bgl-feat{list-style:none;padding:0;margin:0} | |||
.bgl-feat li{position:relative;padding:8px 0 8px 26px;color:#e9dcc0;font-size:13.8px;line-height:1.5} | |||
.bgl-feat li+li{border-top:1px solid rgba(212,175,55,.13)} | |||
.bgl-feat li::before{content:"\2726";position:absolute;left:2px;top:8px;color:#d4af37} | |||
.bgl-feat li b{color:#f4d97a;font-weight:700} | |||
.bgl-secret{text-align:center;max-width:820px;margin:24px auto 0;padding:24px 28px;border-radius:14px;border:1px solid rgba(212,175,55,.4);background:radial-gradient(ellipse at 50% -20%,rgba(244,217,122,.20),transparent 62%),linear-gradient(180deg,#2c1f0e,#1a1204)} | |||
.bgl-secret .st{color:#f4d97a;font-size:18px;font-weight:800;display:block;margin-bottom:7px;letter-spacing:.3px} | |||
.bgl-secret p{color:#e9dcc0;font-size:14.5px;line-height:1.7;margin:0;max-width:680px;margin-left:auto;margin-right:auto} | |||
.bgl-secret p b{color:#f4d97a} | |||
.bgl-reward{display:flex;gap:28px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 0%,rgba(244,217,122,.16),transparent 60%),linear-gradient(180deg,#2c1f0e,#1a1204);border:1px solid #5a4a1e;border-radius:16px;padding:22px 30px;flex-wrap:wrap;margin-bottom:8px} | |||
.bgl-reward img{width:118px;image-rendering:pixelated;filter:drop-shadow(0 8px 16px rgba(0,0,0,.55))} | |||
.bgl-reward-t{font-size:1.35em;font-weight:800;color:#f4d97a;margin-bottom:6px} | |||
.bgl-reward-d{color:#e9dcc0;font-size:14px;line-height:1.6;max-width:430px} | |||
.bgl-guaranteed{display:flex;align-items:center;justify-content:center;gap:16px;max-width:440px;margin:16px auto 4px;padding:14px 24px;border-radius:14px;background:radial-gradient(ellipse at 50% 0%,rgba(244,217,122,.32),transparent 72%),linear-gradient(180deg,#fffaf0,#f7e8c4);border:1px solid #d4af37;box-shadow:0 0 16px rgba(212,175,55,.3)} | |||
.bgl-guaranteed img{width:58px;height:58px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))} | |||
.bgl-guaranteed .gl{display:block;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#a8861f} | |||
.bgl-guaranteed .gn{display:block;font-size:18px;font-weight:800;color:#3a2e12;line-height:1.15} | |||
.bgl-guaranteed .gq{display:block;font-size:12.5px;color:#7a6526;font-weight:600;margin-top:2px} | |||
.bgl-multi{text-align:center;font-size:14px;color:#5a4a22;max-width:720px;margin:10px auto 2px;line-height:1.6}.bgl-multi b{color:#a8861f} | |||
.bgl-loot{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:14px auto 0} | |||
.bgl-lcard{width:202px;box-sizing:border-box;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.28);border-top:3px solid #9a9a9a;border-radius:11px;padding:13px 12px;text-align:center} | |||
.bgl-lcard img{width:48px;height:48px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 3px rgba(0,0,0,.22))} | |||
.bgl-lcard .rar{display:block;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px} | |||
.bgl-lcard .nm{font-size:12.5px;color:#3a2e12;font-weight:700;line-height:1.25;margin:6px 0 3px;min-height:31px;display:flex;align-items:center;justify-content:center;overflow-wrap:break-word} | |||
.bgl-lcard .qt{display:block;font-size:11.5px;color:#6b5a2e;margin-bottom:9px}.bgl-lcard .qt b{color:#3a2e12;font-weight:700} | |||
.bgl-lcard .ch{display:inline-block;font-size:13px;font-weight:800;color:#fff;border-radius:999px;padding:3px 14px} | |||
.bgl-lcard.leg{border-color:rgba(217,131,36,.5);border-top-color:#d98324;box-shadow:0 0 14px rgba(217,131,36,.3);background:linear-gradient(180deg,#fffaf0,#fdeed2)} | |||
.leg .rar{color:#c9700f}.leg .ch{background:#d98324} | |||
.bgl-lcard.epic{border-top-color:#9b59b6}.epic .rar{color:#8e44ad}.epic .ch{background:#9b59b6} | |||
.bgl-lcard.rare{border-top-color:#2f74cf}.rare .rar{color:#2f74cf}.rare .ch{background:#2f74cf} | |||
.bgl-lcard.unc{border-top-color:#2e9e5b}.unc .rar{color:#1f8049}.unc .ch{background:#2e9e5b} | |||
.bgl-lcard.com{border-top-color:#9a9a9a}.com .rar{color:#777}.com .ch{background:#8a8a8a} | |||
.bgl-time{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:900px;margin:8px auto 0} | |||
.bgl-tcard{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:18px 12px;text-align:center} | |||
.bgl-tcard .hh{font-size:22px;font-weight:800;color:#a8861f;line-height:1} | |||
.bgl-tcard .t{display:block;margin-top:8px;font-size:12.5px;color:#5a4a22;line-height:1.5} | |||
.bgl-tcard.go{border-top:3px solid #d24a3a}.bgl-tcard.go .hh{color:#c0392b} | |||
.bgl-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} | |||
.bgl-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center} | |||
.bgl-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)} | |||
.bgl-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800} | |||
.bgl-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55} | |||
.bgl-step p b{color:#9c7d1c} | |||
.bgl-soon{margin:34px auto 0;max-width:900px;padding:24px 28px;border-radius:14px;border:1px dashed rgba(212,175,55,.55);background:linear-gradient(180deg,#2c1f0e,#1a1204);text-align:center} | |||
.bgl-soon .st{color:#f4d97a;font-size:17px;font-weight:800;letter-spacing:1px;margin-bottom:8px} | |||
.bgl-soon p{color:#e9dcc0;font-size:14.5px;line-height:1.7;margin:0;max-width:720px;margin-left:auto;margin-right:auto} | |||
.bgl-soon p b{color:#f4d97a} | |||
.bgl-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65} | |||
.bgl-wrap .bgl-note{margin-left:auto;margin-right:auto}.bgl-note b{color:#a8861f} | |||
@media (max-width:680px){ | |||
.bgl-stats{grid-template-columns:repeat(2,1fr)} | |||
.bgl-time{grid-template-columns:repeat(2,1fr)} | |||
.bgl-steps{grid-template-columns:repeat(2,1fr)} | |||
.bgl-hero h1{font-size:32px} | |||
} | |||
/* ===== Coleção de Mapa (.cm-*) — segue o padrão das páginas da wiki (estilo .colc-*) ===== */ | |||
.cm-wrap{max-width:1100px;margin:0 auto;font-family:Inter,'Segoe UI',sans-serif;color:#2a2018;line-height:1.55} | |||
.cm-wrap *{box-sizing:border-box} | |||
.cm-hero{display:flex;align-items:center;gap:26px;background:radial-gradient(120% 140% at 12% 18%,#3a2c14 0%,#241906 60%,#1a1206 100%);border:1px solid #5a4520;border-radius:16px;padding:30px 34px;box-shadow:0 10px 30px rgba(0,0,0,.35)} | |||
.cm-hero-ic{height:150px;width:auto;flex:0 0 auto;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5))} | |||
.cm-kicker{color:#d4af37;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:8px} | |||
.cm-title{font-size:40px;font-weight:800;line-height:1.05;color:#f4d97a;text-shadow:0 2px 0 rgba(0,0,0,.4);margin:0 0 12px} | |||
.cm-lead{color:#efe2c4;font-size:16px;max-width:660px;margin:0} | |||
.cm-lead b{color:#f4d97a} | |||
.cm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 6px} | |||
.cm-stat{background:#fdf8e8;border:1px solid #e4d49c;border-top:3px solid #d4af37;border-radius:12px;padding:14px 10px;text-align:center} | |||
.cm-stat-n{display:block;font-size:26px;font-weight:800;color:#7a5a12} | |||
.cm-stat-l{display:block;font-size:12.5px;color:#8a7a55;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:3px} | |||
.cm-h{font-size:24px;font-weight:800;color:#241906;margin:34px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;position:relative} | |||
.cm-h:before{content:"✦";color:#d4af37;margin-right:9px} | |||
.cm-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px} | |||
.cm-step{background:#fdf8e8;border:1px solid #e4d49c;border-radius:12px;padding:14px 16px 14px 52px;position:relative;font-size:14.5px} | |||
.cm-step-i{position:absolute;left:14px;top:13px;width:26px;height:26px;border-radius:50%;background:#241906;color:#f4d97a;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px} | |||
.cm-step b{color:#7a5a12} | |||
.cm-note{background:#fff7df;border:1px dashed #d4af37;border-radius:10px;padding:12px 16px;margin-top:14px;font-size:14px;color:#5c4a22} | |||
.cm-note b{color:#7a5a12} | |||
.cm-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px} | |||
.cm-pill{display:inline-flex;align-items:center;gap:7px;background:#fdf8e8;border:1px solid #e4d49c;border-radius:999px;padding:6px 13px;color:#5c4a22;font-size:13.5px;font-weight:600;text-decoration:none;transition:.15s} | |||
.cm-pill:hover{background:#241906;border-color:#241906;color:#f4d97a} | |||
.cm-pill span{background:#d4af37;color:#241906;font-weight:800;border-radius:999px;padding:0 7px;font-size:11px} | |||
.cm-city{display:flex;align-items:baseline;gap:11px;font-size:23px;font-weight:800;color:#241906;margin:32px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;scroll-margin-top:14px} | |||
.cm-city:before{content:"✦";color:#d4af37} | |||
.cm-city-n{font-size:12.5px;font-weight:600;color:#8a7a55;text-transform:uppercase;letter-spacing:.04em} | |||
.cm-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px} | |||
.cm-col{width:236px;flex:0 0 auto;background:#fffdf7;border:1px solid #e4d49c;border-radius:14px;box-shadow:0 3px 10px rgba(90,69,32,.10);display:flex;flex-direction:column} | |||
.cm-col-head{display:flex;align-items:center;gap:9px;background:linear-gradient(90deg,#241906,#3a2c14);padding:10px 13px;border-radius:13px 13px 0 0} | |||
.cm-col-name{color:#f4d97a;font-weight:800;font-size:15px;flex:1;line-height:1.2} | |||
.cm-mm{background:radial-gradient(80% 80% at 50% 38%,#2c1f0c,#150e04);height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #efe2c0} | |||
.cm-mm img{max-width:94%;max-height:94%;image-rendering:auto} | |||
.cm-mm-no{color:#7a6a48;font-size:12px;font-style:italic} | |||
.cm-bonus{display:flex;align-items:flex-start;gap:7px;padding:11px 14px 6px;font-size:13.5px;color:#2f6d27;font-weight:700} | |||
.cm-bonus:before{content:"✦";color:#9a7a2a;font-weight:800} | |||
.cm-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;padding:8px 12px 14px;margin-top:auto} | |||
.cm-it{position:relative;width:38px;height:38px;flex:0 0 auto;cursor:help} | |||
.cm-it>img{width:38px;height:38px;object-fit:contain;border-radius:7px;border:1px solid #d8c590;background:#efe7d0;box-shadow:0 2px 5px rgba(0,0,0,.18);image-rendering:pixelated;display:block} | |||
.cm-it-no{display:flex;align-items:center;justify-content:center;text-align:center;background:#f1ead4;border:1px dashed #c9b27a;border-radius:7px;font-size:8.5px;color:#8a7a55;line-height:1.04;padding:2px;overflow:hidden} | |||
.cm-qty{position:absolute;top:-6px;right:-6px;background:#d4af37;color:#241906;font-size:10px;font-weight:800;border-radius:7px;padding:0 4px;border:1px solid #fffdf7;line-height:1.5} | |||
.cm-it[data-tip]:hover:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 9px);left:50%;transform:translateX(-50%);background:#241906;color:#f4e6bd;border:1px solid #d4af37;border-radius:9px;padding:9px 12px;font-size:12px;white-space:pre-line;width:max-content;max-width:230px;box-shadow:0 8px 22px rgba(0,0,0,.45);z-index:60;pointer-events:none;line-height:1.45;font-weight:600;text-align:left} | |||
.cm-it[data-tip]:hover:before{content:"";position:absolute;bottom:calc(100% + 3px);left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#d4af37;z-index:60} | |||
.cm-foot{margin:30px 0 8px;text-align:center;color:#8a7a55;font-size:13.5px;font-style:italic} | |||
@media(max-width:760px){.cm-hero{flex-direction:column;text-align:center}.cm-stats{grid-template-columns:1fr}.cm-steps{grid-template-columns:1fr}} | |||
/* ===== Roleta Poring (.rp-) ===== */ | |||
.rp-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008} | |||
.rp-hero{position:relative;text-align:center;padding:38px 24px 30px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.30),transparent 60%),linear-gradient(180deg,#241906,#0d0901)} | |||
.rp-hero img{width:188px;height:188px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6))} | |||
.rp-hero h1{margin:14px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px} | |||
.rp-hero p{max-width:740px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65} | |||
.rp-badge{display:inline-block;margin:4px 0 2px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700} | |||
.rp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-30px auto 6px;position:relative;z-index:3;padding:0 10px} | |||
.rp-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.rp-stat b{display:block;font-size:16px;color:#a8861f;font-weight:800;line-height:1.18} | |||
.rp-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px} | |||
.rp-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:42px 0 16px} | |||
.rp-h::before,.rp-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)} | |||
.rp-h::after{background:linear-gradient(90deg,#d4af37,transparent)} | |||
.rp-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap;text-align:center} | |||
.rp-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008} | |||
.rp-wrap .rp-lead{margin-left:auto;margin-right:auto}.rp-lead b{color:#9c7d1c} | |||
/* NPC */ | |||
.rp-mob{display:flex;gap:30px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 22% 50%,rgba(244,217,122,.16),transparent 58%),linear-gradient(135deg,#2c1f0e,#171003);border:1px solid #5a4a1e;border-radius:16px;padding:24px 32px;flex-wrap:wrap} | |||
.rp-mob-art{flex:0 0 auto;width:210px;display:flex;align-items:center;justify-content:center;min-height:190px} | |||
.rp-mob-art img{max-width:200px;max-height:210px;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.6))} | |||
.rp-mob-info{flex:1 1 320px;min-width:280px} | |||
.rp-mob-name{font-size:1.7em;font-weight:800;color:#f4d97a;line-height:1.1} | |||
.rp-mob-sub{color:#d4af37;font-size:.8em;letter-spacing:1.5px;text-transform:uppercase;margin:4px 0 14px} | |||
.rp-feat{list-style:none;padding:0;margin:0} | |||
.rp-feat li{position:relative;padding:8px 0 8px 26px;color:#e9dcc0;font-size:13.8px;line-height:1.5} | |||
.rp-feat li+li{border-top:1px solid rgba(212,175,55,.13)} | |||
.rp-feat li::before{content:"\2726";position:absolute;left:2px;top:8px;color:#d4af37} | |||
.rp-feat li b{color:#f4d97a;font-weight:700} | |||
/* moedas (intro) */ | |||
.rp-coins{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:840px;margin:6px auto 0} | |||
.rp-coin{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:4px solid #d4af37;border-radius:12px;padding:18px 16px 16px;text-align:center} | |||
.rp-coin .cn{font-size:18px;font-weight:800;line-height:1.1} | |||
.rp-coin .cd{display:block;margin-top:6px;font-size:12.5px;color:#5a4a22;line-height:1.5} | |||
.rp-coin .cp{display:inline-block;margin-top:10px;font-size:12.5px;font-weight:800;color:#fff;border-radius:999px;padding:3px 14px} | |||
.rp-coin.bronze{border-top-color:#b06b35}.rp-coin.bronze .cn{color:#a05a26}.rp-coin.bronze .cp{background:#b06b35} | |||
.rp-coin.prata{border-top-color:#8d8d8d}.rp-coin.prata .cn{color:#707070}.rp-coin.prata .cp{background:#8d8d8d} | |||
.rp-coin.ouro{border-top-color:#d4af37}.rp-coin.ouro .cn{color:#a8861f}.rp-coin.ouro .cp{background:#d4af37} | |||
/* premios por moeda/linha */ | |||
.rp-group{max-width:920px;margin:18px auto 0;border-radius:14px;padding:6px 16px 18px;border:1px solid rgba(212,175,55,.22)} | |||
.rp-group.bronze{background:linear-gradient(180deg,#fbf1e6,#f6e7d4)} | |||
.rp-group.prata{background:linear-gradient(180deg,#f4f4f6,#e9e9ee)} | |||
.rp-group.ouro{background:linear-gradient(180deg,#fdf6e2,#f8ecc6)} | |||
.rp-ghead{display:flex;align-items:center;justify-content:center;gap:10px;margin:14px 0 4px;font-size:16px;font-weight:800;letter-spacing:.5px} | |||
.rp-group.bronze .rp-ghead{color:#a05a26}.rp-group.prata .rp-ghead{color:#6f6f6f}.rp-group.ouro .rp-ghead{color:#a8861f} | |||
.rp-gsub{text-align:center;font-size:12px;color:#7a6526;margin:0 0 10px} | |||
.rp-line{margin:12px 0 0} | |||
.rp-lline{display:block;text-align:center;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#8a7330;margin:6px 0 8px} | |||
.rp-lline b{color:#3a2e12} | |||
.rp-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px} | |||
.rp-card{width:128px;box-sizing:border-box;background:#fffdf6;border:1px solid rgba(120,100,40,.2);border-radius:10px;padding:11px 8px 10px;text-align:center} | |||
.rp-card img{width:46px;height:46px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 3px rgba(0,0,0,.22))} | |||
.rp-card .nm{font-size:11.5px;color:#3a2e12;font-weight:700;line-height:1.22;margin:6px 0 3px;min-height:28px;display:flex;align-items:center;justify-content:center;overflow-wrap:break-word} | |||
.rp-card .qt{display:inline-block;font-size:11px;font-weight:800;color:#5a4a22;background:#efe4c6;border-radius:999px;padding:2px 10px} | |||
/* reset / bonus destaque */ | |||
.rp-callout{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;max-width:880px;margin:8px auto 0} | |||
.rp-call{flex:1 1 360px;min-width:300px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-left:4px solid #d4af37;border-radius:12px;padding:16px 18px} | |||
.rp-call .ct{font-size:14.5px;font-weight:800;color:#a8861f;margin-bottom:5px} | |||
.rp-call p{margin:0;font-size:13px;color:#5a4a22;line-height:1.6}.rp-call p b{color:#9c7d1c} | |||
.rp-call.bonus{border-left-color:#c451a0}.rp-call.bonus .ct{color:#b03e8f} | |||
/* steps */ | |||
.rp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} | |||
.rp-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center} | |||
.rp-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)} | |||
.rp-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800} | |||
.rp-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55}.rp-step p b{color:#9c7d1c} | |||
/* botao /navi */ | |||
.rp-navibox{text-align:center;margin:30px auto 0;max-width:560px;padding:22px;border-radius:14px;border:1px solid rgba(212,175,55,.4);background:radial-gradient(ellipse at 50% -20%,rgba(244,217,122,.22),transparent 62%),linear-gradient(180deg,#2c1f0e,#1a1204)} | |||
.rp-navibox .nl{display:block;color:#f4d97a;font-size:15px;font-weight:800;margin-bottom:12px} | |||
.rp-navibtn{display:inline-flex;align-items:center;gap:9px;cursor:pointer;border:none;border-radius:999px;padding:12px 26px;font-size:15px;font-weight:800;color:#3a2a06;background:linear-gradient(135deg,#f4d97a,#d4af37);box-shadow:0 5px 16px rgba(212,175,55,.45);transition:transform .12s,box-shadow .12s;font-family:inherit} | |||
.rp-navibtn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(212,175,55,.6)} | |||
.rp-navibtn:active{transform:translateY(0)} | |||
.rp-navibox .nh{display:block;margin-top:10px;font-size:11.5px;color:#c9b88a} | |||
.rp-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65} | |||
.rp-wrap .rp-note{margin-left:auto;margin-right:auto}.rp-note b{color:#a8861f} | |||
@media (max-width:680px){ | |||
.rp-stats{grid-template-columns:repeat(2,1fr)} | |||
.rp-coins{grid-template-columns:1fr} | |||
.rp-steps{grid-template-columns:repeat(2,1fr)} | |||
.rp-hero h1{font-size:32px} | |||
} | |||
/* ==== Hats (Chapeleiro / craft de chapéus) — .htc- ==== */ | |||
.htc-wrap{max-width:1100px;margin:0 auto;font-family:Inter,'Segoe UI',sans-serif;color:#2a2018;line-height:1.55} | |||
.htc-wrap *{box-sizing:border-box} | |||
.htc-hero{display:flex;align-items:center;gap:26px;background:radial-gradient(120% 140% at 12% 18%,#3a2c14 0%,#241906 60%,#1a1206 100%);border:1px solid #5a4520;border-radius:16px;padding:30px 34px;box-shadow:0 10px 30px rgba(0,0,0,.35)} | |||
.htc-hero-ic{height:150px;width:auto;flex:0 0 auto;border-radius:14px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5))} | |||
.htc-hero-npc{height:268px;width:auto;flex:0 0 auto;margin-left:auto;image-rendering:pixelated;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5))} | |||
.htc-copy{display:inline-flex;align-items:center;gap:7px;margin-top:9px;background:#241906;color:#f4d97a;border:1px solid #d4af37;border-radius:9px;padding:7px 14px;font-family:Consolas,'Courier New',monospace;font-size:13.5px;font-weight:700;cursor:pointer;transition:.15s} | |||
.htc-copy:hover{background:#3a2c14} | |||
.htc-copy.ok{background:#2f6d27;border-color:#2f6d27;color:#fff} | |||
.htc-kicker{color:#d4af37;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:8px} | |||
.htc-title{font-size:40px;font-weight:800;line-height:1.05;color:#f4d97a;text-shadow:0 2px 0 rgba(0,0,0,.4);margin:0 0 12px} | |||
.htc-lead{color:#efe2c4;font-size:16px;max-width:660px;margin:0} | |||
.htc-lead b{color:#f4d97a} | |||
.htc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 6px} | |||
.htc-stat{background:#fdf8e8;border:1px solid #e4d49c;border-top:3px solid #d4af37;border-radius:12px;padding:14px 10px;text-align:center} | |||
.htc-stat-n{display:block;font-size:26px;font-weight:800;color:#7a5a12} | |||
.htc-stat-l{display:block;font-size:12.5px;color:#8a7a55;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:3px} | |||
.htc-h{font-size:24px;font-weight:800;color:#241906;margin:34px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;position:relative} | |||
.htc-h:before{content:"✦";color:#d4af37;margin-right:9px} | |||
.htc-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px} | |||
.htc-step{background:#fdf8e8;border:1px solid #e4d49c;border-radius:12px;padding:14px 16px 14px 52px;position:relative;font-size:14.5px} | |||
.htc-step-i{position:absolute;left:14px;top:13px;width:26px;height:26px;border-radius:50%;background:#241906;color:#f4d97a;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px} | |||
.htc-step b{color:#7a5a12} | |||
.htc-note{background:#fff7df;border:1px dashed #d4af37;border-radius:10px;padding:12px 16px;margin-top:14px;font-size:14px;color:#5c4a22} | |||
.htc-note b{color:#7a5a12} | |||
.htc-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px} | |||
.htc-card{width:340px;flex:0 0 auto;background:#fffdf7;border:1px solid #e4d49c;border-radius:14px;box-shadow:0 3px 10px rgba(90,69,32,.10);display:flex;flex-direction:column;scroll-margin-top:14px} | |||
.htc-head{background:linear-gradient(90deg,#241906,#3a2c14);padding:10px 14px;border-radius:13px 13px 0 0;color:#f4d97a;font-weight:800;font-size:15.5px;line-height:1.2} | |||
.htc-mm{background:radial-gradient(80% 80% at 50% 42%,#2c1f0c,#150e04);height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #efe2c0} | |||
.htc-mm img{max-height:88%;max-width:60%;object-fit:contain;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.55)} | |||
.htc-fx{padding:10px 14px;border-bottom:1px dashed #e4d49c;background:#fffaf0;font-size:12.5px;color:#4a3b20;line-height:1.55} | |||
.htc-fx-gap{height:7px} | |||
.htc-sub{padding:9px 14px 0;font-size:11.5px;font-weight:800;color:#8a7a55;text-transform:uppercase;letter-spacing:.06em} | |||
.htc-ings{padding:8px 14px 6px;display:flex;flex-direction:column;gap:5px} | |||
.htc-ing{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#4a3b20} | |||
.htc-ing img{width:24px;height:24px;flex:0 0 auto;image-rendering:pixelated;background:#efe7d0;border:1px solid #d8c590;border-radius:5px} | |||
.htc-q{font-weight:800;color:#7a5a12;min-width:52px;text-align:right} | |||
.htc-in{font-weight:600} | |||
.htc-cost{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:9px 14px;border-top:1px dashed #d8c590;font-size:13px} | |||
.htc-z{font-weight:800;color:#2f6d27} | |||
.htc-c{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:#7a5a12} | |||
.htc-c img{width:20px;height:20px;image-rendering:pixelated} | |||
.htc-foot{margin:30px 0 8px;text-align:center;color:#8a7a55;font-size:13.5px;font-style:italic} | |||
@media(max-width:760px){.htc-hero{flex-direction:column;text-align:center}.htc-stats{grid-template-columns:1fr}.htc-steps{grid-template-columns:1fr}.htc-card{width:100%}} | |||
/* ===== Passe de Batalha (.bpw-) ===== */ | |||
.bpw-wrap{font-family:'Inter',sans-serif;max-width:980px;margin:0 auto;color:#241906} | |||
.bpw-hero{background:linear-gradient(160deg,#241906 0%,#3a2a10 60%,#241906 100%);border-radius:14px;padding:38px 34px;text-align:center;color:#fdf8e8;margin-bottom:26px} | |||
.bpw-hero img{height:220px;image-rendering:pixelated;margin-bottom:14px} | |||
.bpw-badge{display:inline-block;background:rgba(212,175,55,.15);border:1px solid #d4af37;color:#f4d97a;border-radius:999px;padding:4px 14px;font-size:13px;letter-spacing:.08em;margin-bottom:10px} | |||
.bpw-hero h1{color:#f4d97a;font-size:34px;margin:6px 0 10px;font-weight:800} | |||
.bpw-hero p{max-width:640px;margin:0 auto;line-height:1.6;color:#f2e8cf} | |||
.bpw-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:30px} | |||
.bpw-stat{background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:14px;text-align:center} | |||
.bpw-stat b{display:block;color:#8a6d1a;font-size:18px} | |||
.bpw-stat span{font-size:13px;color:#6b5a2e} | |||
.bpw-h{margin:34px 0 14px;border-bottom:2px solid #d4af37;padding-bottom:6px} | |||
.bpw-h span{font-size:22px;font-weight:800;color:#241906} | |||
.bpw-lead{line-height:1.6;margin:0 0 14px} | |||
.bpw-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px} | |||
.bpw-step{display:flex;gap:12px;background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:14px} | |||
.bpw-stepn{flex:0 0 34px;height:34px;border-radius:50%;background:#d4af37;color:#241906;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:16px} | |||
.bpw-step p{margin:4px 0 0;font-size:13.5px;line-height:1.5} | |||
.bpw-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(36,25,6,.12)} | |||
.bpw-table th{background:#241906;color:#f4d97a;padding:10px 12px;text-align:left;font-size:14px} | |||
.bpw-table td{padding:9px 12px;border-bottom:1px solid #f0e8cf;font-size:14px;vertical-align:middle} | |||
.bpw-table tr:nth-child(even) td{background:#fbf6e4} | |||
.bpw-table code{background:#241906;color:#f4d97a;border-radius:6px;padding:2px 8px;font-size:13px} | |||
.bpw-prizes td:first-child,.bpw-prizes td:nth-child(2){white-space:nowrap;font-weight:600;color:#8a6d1a} | |||
.bpw-pi{display:inline-flex;align-items:center;gap:8px;margin:2px 12px 2px 0} | |||
.bpw-pi img{height:44px;width:auto} | |||
.bpw-pi span{font-size:13.5px} | |||
.bpw-final td{background:#f6ecc8 !important;font-weight:700} | |||
.bpw-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px} | |||
.bpw-card{background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:16px;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center} | |||
.bpw-ic{height:100px;display:flex;align-items:center;justify-content:center} | |||
.bpw-ic img{max-height:100px;width:auto} | |||
.bpw-nm{font-weight:700;font-size:15px} | |||
.bpw-ds{font-size:12.5px;color:#6b5a2e;line-height:1.45} | |||
.bpw-pr{background:#241906;color:#f4d97a;border-radius:999px;padding:3px 12px;font-size:13px;font-weight:700} | |||
.bpw-rules{background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:18px 18px 18px 36px;line-height:1.7;margin:0} | |||
.bpw-rules li{margin-bottom:6px} | |||
.bpw-note{background:#f6ecc8;border-left:4px solid #d4af37;border-radius:6px;padding:12px 16px;font-size:13.5px;line-height:1.55;margin-top:14px} | |||
.bpw-wgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px} | |||
.bpw-wcard{background:#241906;border:1px solid #3a2a10;border-radius:12px;padding:16px;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center} | |||
.bpw-wgifs{display:flex;align-items:flex-end;justify-content:center;min-height:270px;max-width:100%;overflow:hidden} | |||
.bpw-wgifs img{max-height:270px;width:auto;max-width:100%;min-width:0;height:auto;object-fit:contain;image-rendering:pixelated} | |||
.bpw-wnm{color:#f4d97a;font-weight:800;font-size:15.5px} | |||
.bpw-wcl{color:#cbb87a;font-size:12.5px;letter-spacing:.04em} | |||
.bpw-cta{margin:34px 0 8px;background:linear-gradient(160deg,#241906,#3a2a10);color:#fdf8e8;text-align:center;border-radius:12px;padding:22px;font-size:16px} | |||
.bpw-cta b{color:#f4d97a} | |||
@media (max-width:600px){.bpw-hero img{height:150px}.bpw-wgifs{min-height:190px}.bpw-wgifs img{max-height:190px}}/* ============================================================ | |||
REFINAMENTO — página bespoke (escopo .rf-wrap) | |||
============================================================ */ | |||
.rf-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; } | |||
.rf-wrap *, .rf-wrap *::before, .rf-wrap *::after { box-sizing: border-box; } | |||
/* HERO */ | |||
.rf-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(230,126,34,0.5); | |||
background: radial-gradient(circle at 50% -10%, rgba(255,158,64,0.28) 0%, transparent 58%), linear-gradient(160deg, #26130a 0%, #0d0500 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,180,90,0.18); } | |||
.rf-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #e67e22, transparent); } | |||
.rf-hero img.rf-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(230,126,34,0.5)); } | |||
.rf-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(255,180,90,0.5); border-radius:999px; color:#ffb45a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.rf-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#ffe3bd; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.rf-hero p { max-width:720px; margin:0 auto; color:#f0d3ac; font-size:15.5px; line-height:1.65; } | |||
.rf-hero p b { color:#ffb45a; } | |||
/* STATS */ | |||
.rf-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.rf-stat { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-top:3px solid #e67e22; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.rf-stat b { display:block; font-size:20px; font-weight:800; color:#b35c10; line-height:1.1; } | |||
.rf-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#9c6a2a; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.rf-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.rf-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#b35c10; white-space:nowrap; } | |||
.rf-h::before,.rf-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#e67e22); flex-shrink:0; } | |||
.rf-h::after { background:linear-gradient(90deg,#e67e22,transparent); } | |||
.rf-wrap .rf-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; } | |||
.rf-lead b { color:#b35c10; } | |||
.rf-wrap .rf-note { text-align:center; font-size:12.5px; color:#9c6a2a; max-width:780px; margin:8px auto 0; font-style:italic; } | |||
.rf-note b { color:#b35c10; font-style:normal; } | |||
/* GANHOS POR REFINO */ | |||
.rf-gains { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; max-width:940px; margin:0 auto; } | |||
.rf-gain { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-radius:10px; padding:14px 10px; text-align:center; border-top:3px solid #e67e22; } | |||
.rf-gain b { display:block; font-size:13px; font-weight:800; color:#2a2008; } | |||
.rf-gain i { display:block; font-style:normal; font-size:21px; font-weight:800; margin:3px 0 5px; color:#b35c10; } | |||
.rf-gain span { display:block; font-size:11px; color:#6b5a2e; line-height:1.35; } | |||
/* CARDS DE MINÉRIO */ | |||
.rf-ores { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:1000px; margin:0 auto; } | |||
.rf-ore { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-radius:11px; padding:14px 12px; text-align:center; } | |||
.rf-ore img { height:52px; image-rendering:pixelated; margin-bottom:6px; } | |||
.rf-ore b { display:block; font-size:13.5px; font-weight:800; color:#1b1304; } | |||
.rf-ore i { display:block; font-style:normal; font-size:11.5px; color:#b35c10; font-weight:700; margin:2px 0; } | |||
.rf-ore span { display:block; font-size:11px; color:#6b5a2e; line-height:1.4; } | |||
.rf-ore.premium { border:1px solid rgba(212,175,55,0.55); background:linear-gradient(180deg,#fffaef,#fdf3d4); box-shadow:0 4px 14px rgba(212,175,55,0.18); } | |||
/* TABELAS DE CHANCE */ | |||
.rf-tablewrap { overflow-x:auto; max-width:1000px; margin:0 auto; } | |||
.rf-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(230,126,34,0.3); border-radius:10px; overflow:hidden; font-size:13px; } | |||
.rf-table th { background:linear-gradient(135deg,#3a1e0c,#26130a); color:#ffce96; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; } | |||
.rf-table td { padding:7px 8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; } | |||
.rf-table td.lv { background:#fdf3e8; color:#7c5514; font-weight:800; white-space:nowrap; } | |||
.rf-table td.g { color:#2e7d32; } | |||
.rf-table td.y { color:#a8861f; } | |||
.rf-table td.o { color:#c96a10; } | |||
.rf-table td.r { color:#c62828; } | |||
/* LOJA DE REFINO — bloco destaque escuro */ | |||
.rf-shop { border-radius:14px; overflow:hidden; border:1px solid rgba(230,126,34,0.5); background: radial-gradient(circle at 50% -20%, rgba(255,158,64,0.22) 0%, transparent 55%), linear-gradient(160deg,#26130a 0%,#120801 100%); padding:26px 22px; max-width:1000px; margin:0 auto; color:#f0d3ac; } | |||
.rf-shop h3 { margin:0 0 6px; text-align:center; color:#ffe3bd; font-size:22px; font-weight:800; border:none; padding:0; } | |||
.rf-shop .rf-shoplead { text-align:center; max-width:760px; margin:0 auto 18px; font-size:14px; line-height:1.65; color:#f0d3ac; } | |||
.rf-shop .rf-shoplead b { color:#ffb45a; } | |||
.rf-balloon { display:block; width:max-content; margin:0 auto 18px; background:#fff; color:#1b1304; border-radius:8px; padding:7px 18px; font-weight:800; font-size:15px; box-shadow:0 6px 18px rgba(0,0,0,0.4); position:relative; } | |||
.rf-balloon::after { content:""; position:absolute; left:50%; bottom:-7px; transform:translateX(-50%); border:8px solid transparent; border-top-color:#fff; border-bottom:none; } | |||
.rf-cols { display:grid; grid-template-columns:1fr 1fr; gap:14px; } | |||
.rf-col { background:rgba(255,255,255,0.05); border:1px solid rgba(255,180,90,0.25); border-radius:10px; padding:16px; } | |||
.rf-col h4 { margin:0 0 10px; color:#ffb45a; font-size:14px; text-transform:uppercase; letter-spacing:1.5px; border:none; padding:0; } | |||
.rf-col ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; } | |||
.rf-col li { font-size:13px; line-height:1.5; padding-left:16px; position:relative; color:#f0d3ac; } | |||
.rf-col li::before { content:""; position:absolute; left:2px; top:8px; width:5px; height:5px; border-radius:50%; background:#e67e22; } | |||
.rf-col li b { color:#ffce96; } | |||
.rf-col li code { background:rgba(0,0,0,0.4); border:1px solid rgba(255,180,90,0.3); border-radius:5px; padding:1px 7px; color:#ffe3bd; font-size:12.5px; } | |||
/* BÔNUS DO FERREIRO */ | |||
.rf-bonus { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:900px; margin:0 auto; } | |||
.rf-attr { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-radius:10px; padding:14px; text-align:center; border-top:3px solid #e67e22; } | |||
.rf-attr b { display:block; font-size:15px; font-weight:800; color:#1b1304; } | |||
.rf-attr i { display:block; font-style:normal; font-size:20px; font-weight:800; color:#b35c10; margin:2px 0 8px; } | |||
.rf-attr span { display:block; font-size:11.5px; color:#6b5a2e; line-height:1.6; } | |||
.rf-attr span b { display:inline; font-size:11.5px; color:#b35c10; } | |||
/* FOOT */ | |||
.rf-foot { text-align:center; margin:40px auto 0; max-width:820px; font-size:13px; color:#9c6a2a; font-style:italic; } | |||
@media (max-width: 760px) { | |||
.rf-stats, .rf-gains, .rf-ores, .rf-bonus { grid-template-columns:repeat(2,1fr); } | |||
.rf-cols { grid-template-columns:1fr; } | |||
} | |||
/* aviso de sistema novo */ | |||
.rf-alert { max-width:880px; margin:18px auto 0; background:#fff4e0; border:1px solid rgba(230,126,34,0.5); border-left:4px solid #e67e22; border-radius:8px; padding:12px 18px; font-size:13px; line-height:1.6; color:#7c4a10; text-align:center; } | |||
.rf-alert b { color:#b35c10; }/* ============================================================ | |||
MERCADO DE SERVICOS — página bespoke (escopo .ms-wrap) | |||
============================================================ */ | |||
.ms-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a1a20; } | |||
.ms-wrap *, .ms-wrap *::before, .ms-wrap *::after { box-sizing: border-box; } | |||
/* HERO */ | |||
.ms-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,160,58,0.5); | |||
background: radial-gradient(circle at 50% -10%, rgba(226,120,170,0.28) 0%, transparent 58%), linear-gradient(160deg, #2d1020 0%, #14060e 100%); | |||
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(242,207,125,0.18); } | |||
.ms-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4a03a, transparent); } | |||
.ms-hero img.ms-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,160,58,0.5)); } | |||
.ms-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(242,207,125,0.5); border-radius:999px; color:#f2cf7d; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.ms-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#ffe9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.ms-hero p { max-width:720px; margin:0 auto; color:#ecd2c8; font-size:15.5px; line-height:1.65; } | |||
.ms-hero p b { color:#f2cf7d; } | |||
/* STATS */ | |||
.ms-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; } | |||
.ms-stat { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-top:3px solid #d4a03a; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.ms-stat b { display:block; font-size:20px; font-weight:800; color:#8c3357; line-height:1.1; } | |||
.ms-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a5d55; margin-top:7px; font-weight:600; } | |||
/* HEADINGS + LEAD */ | |||
.ms-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.ms-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#8c3357; white-space:nowrap; } | |||
.ms-h::before,.ms-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4a03a); flex-shrink:0; } | |||
.ms-h::after { background:linear-gradient(90deg,#d4a03a,transparent); } | |||
.ms-wrap .ms-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a1a20; } | |||
.ms-lead b { color:#8c3357; } | |||
.ms-wrap .ms-note { text-align:center; font-size:12.5px; color:#8a5d55; max-width:780px; margin:8px auto 0; font-style:italic; } | |||
.ms-note b { color:#8c3357; font-style:normal; } | |||
/* GANHOS POR REFINO */ | |||
.ms-gains { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:900px; margin:0 auto; } | |||
.ms-gain { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-radius:10px; padding:14px 10px; text-align:center; border-top:3px solid #d4a03a; } | |||
.ms-gain b { display:block; font-size:13px; font-weight:800; color:#2a1a20; } | |||
.ms-gain i { display:block; font-style:normal; font-size:21px; font-weight:800; margin:3px 0 5px; color:#8c3357; } | |||
.ms-gain span { display:block; font-size:11px; color:#6b5a2e; line-height:1.35; } | |||
/* CARDS DE MINÉRIO */ | |||
.ms-ores { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:1000px; margin:0 auto; } | |||
.ms-ore { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-radius:11px; padding:14px 12px; text-align:center; } | |||
.ms-ore img { height:52px; image-rendering:pixelated; margin-bottom:6px; } | |||
.ms-ore b { display:block; font-size:13.5px; font-weight:800; color:#1b1304; } | |||
.ms-ore i { display:block; font-style:normal; font-size:11.5px; color:#8c3357; font-weight:700; margin:2px 0; } | |||
.ms-ore span { display:block; font-size:11px; color:#6b5a2e; line-height:1.4; } | |||
.ms-ore.premium { border:1px solid rgba(212,175,55,0.55); background:linear-gradient(180deg,#fffaef,#fdf3d4); box-shadow:0 4px 14px rgba(212,175,55,0.18); } | |||
/* TABELAS DE CHANCE */ | |||
.ms-tablewrap { overflow-x:auto; max-width:1000px; margin:0 auto; } | |||
.ms-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(212,160,58,0.3); border-radius:10px; overflow:hidden; font-size:13px; } | |||
.ms-table th { background:linear-gradient(135deg,#3a1e0c,#2d1020); color:#ffce96; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; } | |||
.ms-table td { padding:7px 8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; } | |||
.ms-table td.lv { background:#fdf5ec; color:#7c5514; font-weight:800; white-space:nowrap; } | |||
.ms-table td.g { color:#2e7d32; } | |||
.ms-table td.y { color:#a8861f; } | |||
.ms-table td.o { color:#c96a10; } | |||
.ms-table td.r { color:#c62828; } | |||
/* LOJA DE REFINO — bloco destaque escuro */ | |||
.ms-shop { border-radius:14px; overflow:hidden; border:1px solid rgba(212,160,58,0.5); background: radial-gradient(circle at 50% -20%, rgba(226,120,170,0.22) 0%, transparent 55%), linear-gradient(160deg,#2d1020 0%,#120801 100%); padding:26px 22px; max-width:1000px; margin:0 auto; color:#ecd2c8; } | |||
.ms-shop h3 { margin:0 0 6px; text-align:center; color:#ffe9b8; font-size:22px; font-weight:800; border:none; padding:0; } | |||
.ms-shop .ms-shoplead { text-align:center; max-width:760px; margin:0 auto 18px; font-size:14px; line-height:1.65; color:#ecd2c8; } | |||
.ms-shop .ms-shoplead b { color:#f2cf7d; } | |||
.ms-balloon { display:block; width:max-content; margin:0 auto 18px; background:#fff; color:#1b1304; border-radius:8px; padding:7px 18px; font-weight:800; font-size:15px; box-shadow:0 6px 18px rgba(0,0,0,0.4); position:relative; } | |||
.ms-balloon::after { content:""; position:absolute; left:50%; bottom:-7px; transform:translateX(-50%); border:8px solid transparent; border-top-color:#fff; border-bottom:none; } | |||
.ms-cols { display:grid; grid-template-columns:1fr 1fr; gap:14px; } | |||
.ms-col { background:rgba(255,255,255,0.05); border:1px solid rgba(242,207,125,0.25); border-radius:10px; padding:16px; } | |||
.ms-col h4 { margin:0 0 10px; color:#f2cf7d; font-size:14px; text-transform:uppercase; letter-spacing:1.5px; border:none; padding:0; } | |||
.ms-col ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; } | |||
.ms-col li { font-size:13px; line-height:1.5; padding-left:16px; position:relative; color:#ecd2c8; } | |||
.ms-col li::before { content:""; position:absolute; left:2px; top:8px; width:5px; height:5px; border-radius:50%; background:#d4a03a; } | |||
.ms-col li b { color:#ffce96; } | |||
.ms-col li code { background:rgba(0,0,0,0.4); border:1px solid rgba(242,207,125,0.3); border-radius:5px; padding:1px 7px; color:#ffe9b8; font-size:12.5px; } | |||
/* BÔNUS DO FERREIRO */ | |||
.ms-bonus { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:900px; margin:0 auto; } | |||
.ms-attr { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-radius:10px; padding:14px; text-align:center; border-top:3px solid #d4a03a; } | |||
.ms-attr b { display:block; font-size:15px; font-weight:800; color:#1b1304; } | |||
.ms-attr i { display:block; font-style:normal; font-size:20px; font-weight:800; color:#8c3357; margin:2px 0 8px; } | |||
.ms-attr span { display:block; font-size:11.5px; color:#6b5a2e; line-height:1.6; } | |||
.ms-attr span b { display:inline; font-size:11.5px; color:#8c3357; } | |||
/* FOOT */ | |||
.ms-foot { text-align:center; margin:40px auto 0; max-width:820px; font-size:13px; color:#8a5d55; font-style:italic; } | |||
@media (max-width: 760px) { | |||
.ms-stats, .ms-gains, .ms-ores, .ms-bonus { grid-template-columns:repeat(2,1fr); } | |||
.ms-cols { grid-template-columns:1fr; } | |||
} | |||
/* aviso de sistema novo */ | |||
.ms-alert { max-width:880px; margin:18px auto 0; background:#fff4e0; border:1px solid rgba(212,160,58,0.5); border-left:4px solid #d4a03a; border-radius:8px; padding:12px 18px; font-size:13px; line-height:1.6; color:#7c4a10; text-align:center; } | |||
.ms-alert b { color:#8c3357; } | |||
/* MERCADO DE SERVICOS — cartoes de servico do hub */ | |||
.ms-svc { border:1px solid rgba(212,160,58,0.34); border-radius:12px; padding:20px 22px 18px; margin:16px 0 6px; | |||
background:linear-gradient(180deg,#fff,#fdf5ec); box-shadow:0 10px 26px rgba(0,0,0,0.09); } | |||
.ms-svc-head { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:6px; } | |||
.ms-svc-head h3 { margin:0; font-size:21px; font-weight:800; color:#8c3357; border:none; padding:0; } | |||
.ms-tag { display:inline-block; padding:3px 11px; border-radius:999px; font-size:10.5px; font-weight:700; | |||
letter-spacing:1.2px; text-transform:uppercase; } | |||
.ms-tag.on { background:rgba(46,160,90,0.14); color:#227a49; border:1px solid rgba(46,160,90,0.4); } | |||
.ms-tag.soon { background:rgba(212,160,58,0.16); color:#9a6c14; border:1px solid rgba(212,160,58,0.45); } | |||
.ms-svc-who { font-size:12.5px; color:#8a5d55; font-weight:600; } | |||
.ms-more { display:inline-block; margin-top:10px; padding:9px 18px; border-radius:8px; font-weight:700; font-size:13px; | |||
background:linear-gradient(180deg,#d4a03a,#b8862a); color:#2a1a20 !important; text-decoration:none; | |||
box-shadow:0 4px 12px rgba(212,160,58,0.35); } | |||
.ms-more:hover { filter:brightness(1.08); } | |||
.ms-seealso { margin:26px auto 0; max-width:840px; padding:14px 18px; border-radius:10px; text-align:center; | |||
border:1px solid rgba(212,160,58,0.4); background:linear-gradient(180deg,#fffaf1,#fdf0e0); font-size:14.5px; color:#2a1a20; } | |||
.ms-seealso a { color:#8c3357 !important; font-weight:700; } | |||
/* [PKBOX] bloco da collection da Pokeball na aba Pokemon */ | |||
.vis-ball { display: flex; justify-content: center; margin: 6px 0 18px; } | |||
.vis-ball img { width: auto; height: 150px; image-rendering: pixelated; filter: drop-shadow(0 8px 14px rgba(0,0,0,0.28)); } | |||
@media (max-width: 720px) { .vis-ball img { height: 120px; } } | |||
/* ========================================================================== | |||
ARMÁRIO DE VISUAIS — página bespoke (escopo .av-wrap) [ARMARIO-1108] | |||
========================================================================== */ | |||
.av-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #241c2e; } | |||
.av-wrap *, .av-wrap *::before, .av-wrap *::after { box-sizing: border-box; } | |||
/* hero */ | |||
.av-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(201,162,77,0.5); | |||
background: radial-gradient(120% 120% at 50% 0%, #4b3a2a 0%, #2e2333 48%, #1d1626 100%); } | |||
.av-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #c9a24d, transparent); } | |||
.av-hero img.av-ico { width:150px; height:150px; display:block; margin:0 auto 10px; border-radius:16px; image-rendering:pixelated; filter: drop-shadow(0 10px 22px rgba(201,162,77,0.45)); } | |||
.av-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(235,200,120,0.5); border-radius:999px; color:#ecc878; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.av-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f6e4c0; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.av-hero p { max-width:730px; margin:0 auto; color:#e4d2b6; font-size:15.5px; line-height:1.65; } | |||
.av-hero p b { color:#ecc878; } | |||
/* faixa de números */ | |||
.av-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:900px; position:relative; z-index:3; padding:0 10px; } | |||
.av-stat { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(201,162,77,0.35); border-top:3px solid #c9a24d; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.av-stat b { display:block; font-size:20px; font-weight:800; color:#8a6320; line-height:1.1; } | |||
.av-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8b7a55; margin-top:7px; font-weight:600; } | |||
/* títulos de seção */ | |||
.av-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.av-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#8a6320; white-space:nowrap; } | |||
.av-h::before,.av-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#c9a24d); flex-shrink:0; } | |||
.av-h::after { background:linear-gradient(90deg,#c9a24d,transparent); } | |||
.av-wrap .av-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin:0 auto 16px; color:#241c2e; } | |||
.av-lead b { color:#8a6320; } | |||
/* passos */ | |||
.av-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; max-width:940px; margin:0 auto; } | |||
.av-step { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(201,162,77,0.3); border-radius:10px; padding:16px 14px; text-align:center; position:relative; } | |||
.av-step i { display:block; font-style:normal; width:30px; height:30px; line-height:30px; border-radius:50%; margin:0 auto 8px; background:#c9a24d; color:#1d1626; font-weight:800; font-size:15px; } | |||
.av-step b { display:block; font-size:14px; font-weight:800; color:#241c2e; margin-bottom:4px; } | |||
.av-step span { display:block; font-size:12.5px; color:#5d5240; line-height:1.5; } | |||
/* tabela */ | |||
.av-tablewrap { overflow-x:auto; max-width:760px; margin:0 auto; } | |||
.av-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(201,162,77,0.3); border-radius:10px; overflow:hidden; font-size:13.5px; } | |||
.av-table th { background:linear-gradient(135deg,#3a2d1e,#241c2e); color:#ecc878; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; } | |||
.av-table td { padding:8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; } | |||
.av-table td.qt { background:#f7f1e6; color:#7c5514; font-weight:800; } | |||
.av-table tr.max td { background:#fdf6e3; color:#8a6320; } | |||
/* tipos aceitos */ | |||
.av-tipos { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:960px; margin:0 auto; } | |||
.av-tipo { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(201,162,77,0.3); border-radius:11px; padding:14px 10px; text-align:center; } | |||
.av-tipo b { display:block; font-size:14px; font-weight:800; color:#241c2e; } | |||
.av-tipo span { display:block; font-size:11.5px; color:#5d5240; margin-top:4px; line-height:1.4; } | |||
/* listas e avisos */ | |||
.av-wrap ul.av-list { max-width:840px; margin:0 auto; padding-left:20px; } | |||
.av-wrap ul.av-list li { margin:8px 0; font-size:14px; line-height:1.6; } | |||
.av-list b { color:#8a6320; } | |||
.av-alert { max-width:900px; margin:18px auto 0; padding:13px 18px; border-radius:9px; background:#fdf6e3; border:1px solid rgba(201,162,77,0.45); border-left:4px solid #c9a24d; font-size:13.5px; line-height:1.6; color:#4a3a16; } | |||
/* perguntas */ | |||
.av-faq { max-width:900px; margin:0 auto; } | |||
.av-q { background:#fffdf8; border:1px solid rgba(201,162,77,0.28); border-radius:9px; padding:13px 16px; margin:10px 0; } | |||
.av-q b { display:block; color:#8a6320; font-size:14px; margin-bottom:3px; } | |||
.av-q span { font-size:13.5px; color:#4a4235; line-height:1.6; } | |||
@media (max-width: 860px) { | |||
.av-stats, .av-tipos { grid-template-columns:repeat(2,1fr); } | |||
.av-steps { grid-template-columns:1fr; } | |||
.av-wrap h1 { font-size:30px; } | |||
} | |||
/* ============================================================================ | |||
[Item Recolor] abas de leva — mesmo padrao visual das abas da pagina Visuais. | |||
CSS puro com radio+label: JS nao roda dentro do bloco <html> cru do MediaWiki. | |||
========================================================================== */ | |||
.ir-tabs input[name="irlev"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; } | |||
.ir-tabbar { display: flex; justify-content: center; gap: 10px; margin: 34px 0 8px; flex-wrap: wrap; } | |||
.ir-tabbar label { cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; background: linear-gradient(180deg, #fff, #fdf8e8); transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; } | |||
.ir-tabbar label:hover { border-color: #d4af37; color: #5a4a12; } | |||
.ir-tabbar label b { font-weight: 800; opacity: 0.75; } | |||
.ir-pane { display: none; } | |||
#irlev1:checked ~ .ir-pane.ir-pane1, #irlev2:checked ~ .ir-pane.ir-pane2 { display: block; } | |||
#irlev1:checked ~ .ir-tabbar label[for="irlev1"], #irlev2:checked ~ .ir-tabbar label[for="irlev2"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); } | |||
.ir-soon { margin: 22px auto 8px; max-width: 860px; padding: 14px 20px; border-radius: 14px; border: 1px solid rgba(212,175,55,0.45); background: linear-gradient(135deg, rgba(244,217,122,0.16), rgba(212,175,55,0.06)); color: #6b5518; font-size: 0.96em; line-height: 1.6; text-align: center; } | |||
.ir-soon b { color: #8a6c1e; } | |||
/* ========================================================================== | |||
TORRE SEM FIM — pagina bespoke (escopo .ts-wrap) [TORRE-1308] | |||
========================================================================== */ | |||
.ts-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #241c2e; } | |||
.ts-wrap *, .ts-wrap *::before, .ts-wrap *::after { box-sizing: border-box; } | |||
/* hero */ | |||
.ts-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(169,123,255,0.5); | |||
background: radial-gradient(120% 120% at 50% 0%, #3b2a5c 0%, #241a3a 48%, #150f24 100%); } | |||
.ts-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #a97bff, transparent); } | |||
.ts-hero img.ts-ico { width:150px; height:150px; display:block; margin:0 auto 10px; border-radius:16px; image-rendering:pixelated; filter: drop-shadow(0 10px 22px rgba(169,123,255,0.45)); } | |||
.ts-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(235,200,120,0.5); border-radius:999px; color:#ecc878; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.ts-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f6e4c0; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); } | |||
.ts-hero p { max-width:730px; margin:0 auto; color:#e4d2b6; font-size:15.5px; line-height:1.65; } | |||
.ts-hero p b { color:#ecc878; } | |||
/* faixa de números */ | |||
.ts-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:900px; position:relative; z-index:3; padding:0 10px; } | |||
.ts-stat { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(169,123,255,0.35); border-top:3px solid #a97bff; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.ts-stat b { display:block; font-size:20px; font-weight:800; color:#8a6320; line-height:1.1; } | |||
.ts-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8b7a55; margin-top:7px; font-weight:600; } | |||
/* títulos de seção */ | |||
.ts-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.ts-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#8a6320; white-space:nowrap; } | |||
.ts-h::before,.ts-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#a97bff); flex-shrink:0; } | |||
.ts-h::after { background:linear-gradient(90deg,#a97bff,transparent); } | |||
.ts-wrap .ts-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin:0 auto 16px; color:#241c2e; } | |||
.ts-lead b { color:#8a6320; } | |||
/* passos */ | |||
.ts-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; max-width:940px; margin:0 auto; } | |||
.ts-step { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(169,123,255,0.3); border-radius:10px; padding:16px 14px; text-align:center; position:relative; } | |||
.ts-step i { display:block; font-style:normal; width:30px; height:30px; line-height:30px; border-radius:50%; margin:0 auto 8px; background:#a97bff; color:#150f24; font-weight:800; font-size:15px; } | |||
.ts-step b { display:block; font-size:14px; font-weight:800; color:#241c2e; margin-bottom:4px; } | |||
.ts-step span { display:block; font-size:12.5px; color:#5d5240; line-height:1.5; } | |||
/* tabela */ | |||
.ts-tablewrap { overflow-x:auto; max-width:760px; margin:0 auto; } | |||
.ts-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(169,123,255,0.3); border-radius:10px; overflow:hidden; font-size:13.5px; } | |||
.ts-table th { background:linear-gradient(135deg,#3a2d1e,#241c2e); color:#ecc878; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; } | |||
.ts-table td { padding:8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; } | |||
.ts-table td.qt { background:#f7f1e6; color:#7c5514; font-weight:800; } | |||
.ts-table tr.max td { background:#fdf6e3; color:#8a6320; } | |||
/* tipos aceitos */ | |||
.ts-tipos { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:960px; margin:0 auto; } | |||
.ts-tipo { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(169,123,255,0.3); border-radius:11px; padding:14px 10px; text-align:center; } | |||
.ts-tipo b { display:block; font-size:14px; font-weight:800; color:#241c2e; } | |||
.ts-tipo span { display:block; font-size:11.5px; color:#5d5240; margin-top:4px; line-height:1.4; } | |||
/* listas e avisos */ | |||
.ts-wrap ul.ts-list { max-width:840px; margin:0 auto; padding-left:20px; } | |||
.ts-wrap ul.ts-list li { margin:8px 0; font-size:14px; line-height:1.6; } | |||
.ts-list b { color:#8a6320; } | |||
.ts-alert { max-width:900px; margin:18px auto 0; padding:13px 18px; border-radius:9px; background:#fdf6e3; border:1px solid rgba(169,123,255,0.45); border-left:4px solid #a97bff; font-size:13.5px; line-height:1.6; color:#4a3a16; } | |||
/* perguntas */ | |||
.ts-faq { max-width:900px; margin:0 auto; } | |||
.ts-q { background:#fffdf8; border:1px solid rgba(169,123,255,0.28); border-radius:9px; padding:13px 16px; margin:10px 0; } | |||
.ts-q b { display:block; color:#8a6320; font-size:14px; margin-bottom:3px; } | |||
.ts-q span { font-size:13.5px; color:#4a4235; line-height:1.6; } | |||
@media (max-width: 860px) { | |||
.ts-stats, .ts-tipos { grid-template-columns:repeat(2,1fr); } | |||
.ts-steps { grid-template-columns:1fr; } | |||
.ts-wrap h1 { font-size:30px; } | |||
} | |||
/* ============================================================================ | |||
[Item Recolor] abas de leva — mesmo padrao visual das abas da pagina Visuais. | |||
CSS puro com radio+label: JS nao roda dentro do bloco <html> cru do MediaWiki. | |||
========================================================================== */ | |||
.ir-tabs input[name="irlev"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; } | |||
.ir-tabbar { display: flex; justify-content: center; gap: 10px; margin: 34px 0 8px; flex-wrap: wrap; } | |||
.ir-tabbar label { cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; background: linear-gradient(180deg, #fff, #fdf8e8); transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; } | |||
.ir-tabbar label:hover { border-color: #d4af37; color: #5a4a12; } | |||
.ir-tabbar label b { font-weight: 800; opacity: 0.75; } | |||
.ir-pane { display: none; } | |||
#irlev1:checked ~ .ir-pane.ir-pane1, #irlev2:checked ~ .ir-pane.ir-pane2 { display: block; } | |||
#irlev1:checked ~ .ir-tabbar label[for="irlev1"], #irlev2:checked ~ .ir-tabbar label[for="irlev2"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); } | |||
.ir-soon { margin: 22px auto 8px; max-width: 860px; padding: 14px 20px; border-radius: 14px; border: 1px solid rgba(212,175,55,0.45); background: linear-gradient(135deg, rgba(244,217,122,0.16), rgba(212,175,55,0.06)); color: #6b5518; font-size: 0.96em; line-height: 1.6; text-align: center; } | |||
.ir-soon b { color: #8a6c1e; } | |||
/* [AureumRO 2026-08-15] Item Recolor - aba Armas Visuais (3a aba) */ | |||
#irlev3:checked ~ .ir-pane.ir-pane3 { display: block; } | |||
#irlev3:checked ~ .ir-tabbar label[for="irlev3"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); } | |||
.ir-armagif { margin: 0 auto 10px; max-width: 1040px; background: #fdf8e8; border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 8px; text-align: center; } | |||
.ir-armagif img { width: 100%; height: auto; display: block; border-radius: 8px; image-rendering: pixelated; } | |||
.ir-note.ir-tinta2 { border-color: rgba(212,175,55,0.55); background: linear-gradient(180deg, #fffdf5, #fdf3d8); } | |||
/* ========================================================================== | |||
FOGUEIRA DE ZENY — página bespoke (escopo .fz-wrap) [FOGUEIRA-1608] | |||
========================================================================== */ | |||
.fz-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #241c2e; } | |||
.fz-wrap *, .fz-wrap *::before, .fz-wrap *::after { box-sizing: border-box; } | |||
/* hero */ | |||
.fz-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(224,124,42,0.55); | |||
background: radial-gradient(120% 120% at 50% 0%, #6b2f14 0%, #3a1d1e 46%, #1d1420 100%); } | |||
.fz-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #ff9838, transparent); } | |||
.fz-hero img.fz-ico { width:170px; height:170px; display:block; margin:0 auto 10px; border-radius:16px; image-rendering:pixelated; filter: drop-shadow(0 12px 26px rgba(255,140,50,0.5)); } | |||
.fz-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(255,180,110,0.55); border-radius:999px; color:#ffc079; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; } | |||
.fz-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#ffe6c2; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 18px rgba(0,0,0,0.6); } | |||
.fz-hero p { max-width:740px; margin:0 auto; color:#efd6bd; font-size:15.5px; line-height:1.65; } | |||
.fz-hero p b { color:#ffb85f; } | |||
/* faixa de números */ | |||
.fz-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:900px; position:relative; z-index:3; padding:0 10px; } | |||
.fz-stat { background:linear-gradient(180deg,#fff,#fdf3e9); border:1px solid rgba(224,124,42,0.32); border-top:3px solid #e07c2a; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); } | |||
.fz-stat b { display:block; font-size:19px; font-weight:800; color:#a8480f; line-height:1.1; } | |||
.fz-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#96745a; margin-top:7px; font-weight:600; } | |||
/* títulos de seção */ | |||
.fz-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; } | |||
.fz-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8480f; white-space:nowrap; } | |||
.fz-h::before,.fz-h::after { content:""; flex:1; height:1px; background:linear-gradient(90deg,transparent,rgba(224,124,42,0.45),transparent); } | |||
.fz-lead { max-width:840px; margin:0 auto; text-align:center; font-size:15px; line-height:1.7; color:#3a3040; } | |||
.fz-lead b { color:#a8480f; } | |||
/* aviso de disponibilidade */ | |||
.fz-soon { max-width:840px; margin:18px auto 0; padding:13px 18px; border-radius:9px; text-align:center; font-size:14px; line-height:1.6; | |||
background:linear-gradient(180deg,#fff8ec,#fdefdc); border:1px solid rgba(224,124,42,0.4); border-left:4px solid #e07c2a; color:#6b3c14; } | |||
.fz-soon b { color:#a8480f; } | |||
/* onde encontrar — npc */ | |||
.fz-npc { display:flex; align-items:center; justify-content:center; gap:34px; flex-wrap:wrap; margin:16px auto 0; max-width:860px; | |||
background:linear-gradient(180deg,#fffaf4,#fbeee0); border:1px solid rgba(224,124,42,0.3); border-radius:12px; padding:22px 26px; } | |||
.fz-npc img { height:210px; image-rendering:pixelated; filter:drop-shadow(0 8px 16px rgba(224,124,42,0.35)); } | |||
.fz-npc-info { max-width:420px; } | |||
.fz-npc-info h3 { margin:0 0 8px; font-size:20px; font-weight:800; color:#a8480f; border:none; padding:0; } | |||
.fz-npc-info p { margin:0 0 10px; font-size:14.5px; line-height:1.65; color:#3a3040; } | |||
.fz-loc { display:inline-block; padding:6px 14px; border-radius:999px; font-size:13px; font-weight:700; letter-spacing:0.4px; | |||
background:#3a1d1e; color:#ffc079; border:1px solid rgba(255,180,110,0.4); } | |||
/* passos */ | |||
.fz-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; max-width:980px; margin:16px auto 0; } | |||
.fz-step { position:relative; background:#fff; border:1px solid rgba(224,124,42,0.28); border-radius:10px; padding:20px 16px 16px; text-align:center; box-shadow:0 5px 14px rgba(0,0,0,0.06); } | |||
.fz-step i { position:absolute; top:-14px; left:50%; transform:translateX(-50%); width:28px; height:28px; line-height:28px; border-radius:50%; | |||
background:linear-gradient(180deg,#ff9838,#e07c2a); color:#fff; font-style:normal; font-weight:800; font-size:14px; box-shadow:0 3px 8px rgba(224,124,42,0.45); } | |||
.fz-step > b { display:block; margin:8px 0 6px; font-size:15px; color:#a8480f; font-weight:800; } | |||
.fz-step span b { color:#a8480f; font-weight:700; } | |||
.fz-step span { display:block; font-size:13.3px; line-height:1.6; color:#4a4152; } | |||
/* tabelas */ | |||
.fz-tablewrap { max-width:760px; margin:16px auto 0; overflow-x:auto; } | |||
.fz-table { width:100%; border-collapse:collapse; font-size:14.5px; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 5px 16px rgba(0,0,0,0.07); } | |||
.fz-table th { background:linear-gradient(180deg,#3a1d1e,#2a1518); color:#ffc079; font-weight:700; font-size:12.5px; letter-spacing:1.1px; text-transform:uppercase; padding:12px 14px; text-align:left; } | |||
.fz-table td { padding:11px 14px; border-top:1px solid #f0e2d3; color:#3a3040; } | |||
.fz-table tr:nth-child(even) td { background:#fffaf4; } | |||
.fz-table td.qt { font-weight:800; color:#a8480f; white-space:nowrap; } | |||
.fz-table tr.max td { background:#fff2df; font-weight:700; } | |||
/* faixas de anúncio */ | |||
.fz-msgs { max-width:940px; margin:16px auto 0; display:grid; gap:9px; } | |||
.fz-msg { display:grid; grid-template-columns:150px 1fr; gap:14px; align-items:center; background:#fff; border:1px solid rgba(224,124,42,0.22); | |||
border-left:4px solid #e07c2a; border-radius:8px; padding:11px 16px; box-shadow:0 3px 9px rgba(0,0,0,0.05); } | |||
.fz-msg .fz-faixa { font-weight:800; color:#a8480f; font-size:13.5px; white-space:nowrap; } | |||
.fz-msg .fz-txt { font-size:14px; line-height:1.55; color:#3a3040; font-style:italic; } | |||
.fz-msg:nth-child(9) { border-left-color:#ff7a18; } | |||
.fz-msg:nth-child(10) { border-left-color:#ff5b04; background:linear-gradient(90deg,#fff6ea,#fff); } | |||
.fz-msg:nth-child(10) .fz-txt { font-weight:600; } | |||
/* ranking */ | |||
.fz-rank { max-width:520px; margin:16px auto 0; background:linear-gradient(180deg,#2a1518,#1d1420); border:1px solid rgba(255,180,110,0.35); | |||
border-radius:12px; padding:20px 24px; box-shadow:0 10px 26px rgba(0,0,0,0.25); } | |||
.fz-rank-t { text-align:center; color:#ffc079; font-size:12.5px; letter-spacing:2px; text-transform:uppercase; font-weight:700; margin-bottom:14px; } | |||
.fz-rank ol { margin:0; padding:0 0 0 4px; list-style:none; counter-reset:fzr; } | |||
.fz-rank li { counter-increment:fzr; display:flex; justify-content:space-between; align-items:center; gap:12px; padding:7px 0; border-bottom:1px dashed rgba(255,180,110,0.18); color:#efd6bd; font-size:14px; } | |||
.fz-rank li::before { content:counter(fzr) "."; color:#ff9838; font-weight:800; min-width:26px; } | |||
.fz-rank li span { margin-left:auto; color:#ffc079; font-weight:700; font-variant-numeric:tabular-nums; } | |||
.fz-rank li:last-child { border-bottom:none; } | |||
.fz-rank-me { margin-top:12px; padding-top:12px; border-top:1px solid rgba(255,180,110,0.3); text-align:center; color:#c8b49c; font-size:13px; } | |||
/* regras */ | |||
.fz-regras { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; max-width:940px; margin:16px auto 0; } | |||
.fz-regra { background:#fff; border:1px solid rgba(224,124,42,0.25); border-radius:9px; padding:15px 18px; box-shadow:0 4px 11px rgba(0,0,0,0.05); } | |||
.fz-regra > b { display:block; color:#a8480f; font-size:14.5px; font-weight:800; margin-bottom:5px; } | |||
.fz-regra span b { color:#a8480f; font-weight:700; } | |||
.fz-regra span { display:block; font-size:13.5px; line-height:1.6; color:#4a4152; } | |||
.fz-alert { max-width:880px; margin:18px auto 0; padding:14px 20px; border-radius:9px; font-size:14px; line-height:1.65; | |||
background:linear-gradient(180deg,#fff4f0,#ffe9e0); border:1px solid rgba(214,80,40,0.35); border-left:4px solid #d65028; color:#7a2f14; } | |||
.fz-alert b { color:#a8320f; } | |||
@media (max-width: 860px) { | |||
.fz-stats { grid-template-columns:repeat(2,1fr); } | |||
.fz-steps { grid-template-columns:repeat(2,1fr); } | |||
.fz-regras { grid-template-columns:1fr; } | |||
.fz-msg { grid-template-columns:1fr; gap:4px; } | |||
.fz-wrap h1 { font-size:30px; } | |||
.fz-npc img { height:160px; } | |||
} | |||
/* ===== Esgoto Real (.esg-*) — padrão das páginas de evento (bgl-*) ===== */ | |||
.esg-wrap{max-width:1040px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008} | |||
.esg-wrap *{box-sizing:border-box} | |||
.esg-hero{position:relative;text-align:center;padding:38px 24px 34px;border-radius:14px;overflow:hidden;border:1px solid rgba(160,120,200,.35);background:radial-gradient(ellipse at 50% -10%,rgba(190,140,230,.30),transparent 60%),linear-gradient(180deg,#1c1424,#0b0710)} | |||
.esg-hero img{max-width:230px;max-height:230px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 8px 18px rgba(0,0,0,.7))} | |||
.esg-hero h1{margin:14px 0 10px;font-size:40px;line-height:1.05;color:#e8c9ff;border:none;padding:0;font-weight:800;letter-spacing:.5px} | |||
.esg-hero p{max-width:760px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65}.esg-hero p b{color:#f4d97a} | |||
.esg-badge{display:inline-block;margin:4px 0 2px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700} | |||
.esg-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:920px;margin:-30px auto 6px;position:relative;z-index:3;padding:0 10px} | |||
.esg-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)} | |||
.esg-stat b{display:block;font-size:16px;color:#a8861f;font-weight:800;line-height:1.18} | |||
.esg-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px} | |||
.esg-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:44px 0 16px} | |||
.esg-h::before,.esg-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)} | |||
.esg-h::after{background:linear-gradient(90deg,#d4af37,transparent)} | |||
.esg-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap;text-align:center} | |||
.esg-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:840px;margin:0 auto 12px;color:#2a2008}.esg-lead b{color:#9c7d1c} | |||
.esg-lead a{color:#2f74cf;font-weight:700} | |||
.esg-npc,.esg-boss{display:flex;gap:30px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 22% 50%,rgba(244,217,122,.14),transparent 58%),linear-gradient(135deg,#2c1f0e,#171003);border:1px solid #5a4a1e;border-radius:16px;padding:24px 32px;flex-wrap:wrap} | |||
.esg-boss{background:radial-gradient(ellipse at 22% 50%,rgba(190,140,230,.18),transparent 58%),linear-gradient(135deg,#221731,#100a18);border-color:#4a3a66} | |||
.esg-npc-art,.esg-boss-art{flex:0 0 auto;width:230px;display:flex;align-items:center;justify-content:center;min-height:180px} | |||
.esg-npc-art img,.esg-boss-art img{max-width:220px;max-height:240px;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.6))} | |||
.esg-npc-info,.esg-boss-info{flex:1 1 340px;min-width:280px} | |||
.esg-npc-name{font-size:1.7em;font-weight:800;color:#f4d97a;line-height:1.1} | |||
.esg-boss .esg-npc-name{color:#e8c9ff} | |||
.esg-npc-sub{color:#d4af37;font-size:.8em;letter-spacing:1.5px;text-transform:uppercase;margin:4px 0 14px} | |||
.esg-feat{list-style:none;padding:0;margin:0} | |||
.esg-feat li{position:relative;padding:8px 0 8px 26px;color:#e9dcc0;font-size:13.8px;line-height:1.5} | |||
.esg-feat li+li{border-top:1px solid rgba(212,175,55,.13)} | |||
.esg-feat li::before{content:"\2726";position:absolute;left:2px;top:8px;color:#d4af37} | |||
.esg-feat li b{color:#f4d97a;font-weight:700} | |||
.esg-p{color:#e9dcc0;font-size:14px;line-height:1.6;margin:0 0 12px}.esg-p b{color:#f4d97a} | |||
.esg-small{color:#cbbfa6;font-size:12.5px;margin:10px 0 0} | |||
.esg-tab{border-collapse:collapse;width:100%;font-size:13.5px;margin-top:4px} | |||
.esg-npc .esg-tab,.esg-boss .esg-tab{color:#e9dcc0} | |||
.esg-tab th{text-align:left;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#d4af37;padding:6px 8px;border-bottom:1px solid rgba(212,175,55,.3)} | |||
.esg-tab td{padding:7px 8px;border-bottom:1px solid rgba(212,175,55,.12)} | |||
.esg-tab td:not(:first-child),.esg-tab th:not(:first-child){text-align:center} | |||
.esg-note-in{font-size:11px;color:#b9a97f} | |||
.esg-secret{text-align:center;max-width:840px;margin:8px auto 0;padding:26px 30px;border-radius:14px;border:1px solid rgba(190,140,230,.45);background:radial-gradient(ellipse at 50% -20%,rgba(190,140,230,.22),transparent 62%),linear-gradient(180deg,#221731,#100a18)} | |||
.esg-secret .st{color:#e8c9ff;font-size:18px;font-weight:800;display:block;margin-bottom:8px} | |||
.esg-secret p{color:#e9dcc0;font-size:14.5px;line-height:1.7;margin:0;max-width:700px;margin-left:auto;margin-right:auto}.esg-secret p b{color:#f4d97a} | |||
.esg-dif{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:920px;margin:6px auto 0} | |||
.esg-dcard{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:4px solid #2e9e5b;border-radius:12px;padding:16px 16px 12px} | |||
.esg-dcard .dn{font-size:19px;font-weight:800;margin-bottom:8px} | |||
.esg-dcard ul{margin:0;padding-left:18px;font-size:13.2px;color:#5a4a22;line-height:1.55}.esg-dcard li b{color:#3a2e12} | |||
.esg-dcard.f{border-top-color:#2e9e5b}.esg-dcard.f .dn{color:#1f8049} | |||
.esg-dcard.m{border-top-color:#d98324}.esg-dcard.m .dn{color:#c9700f} | |||
.esg-dcard.p{border-top-color:#c0392b}.esg-dcard.p .dn{color:#c0392b} | |||
.esg-ondas{text-align:center;font-size:13.5px;color:#5a4a22;margin:12px auto 0;max-width:900px;line-height:1.7} | |||
.esg-ondas .f{color:#1f8049;font-weight:700}.esg-ondas .m{color:#c9700f;font-weight:700}.esg-ondas .p{color:#c0392b;font-weight:700} | |||
.esg-mec{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px} | |||
.esg-mcard{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:12px;padding:16px 16px 14px;text-align:center} | |||
.esg-mcard .mt{font-size:17px;font-weight:800;color:#3a2e12;line-height:1.2} | |||
.esg-mcard .tag{display:block;font-size:9.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px} | |||
.esg-mcard .tag.all{color:#1f8049}.esg-mcard .tag.mp{color:#c9700f}.esg-mcard .tag.p{color:#c0392b} | |||
.esg-mcard .mimg{height:120px;display:flex;align-items:center;justify-content:center;margin:8px 0} | |||
.esg-mcard .mimg img{max-height:118px;max-width:150px;image-rendering:pixelated;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))} | |||
.esg-mcard p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55;text-align:left}.esg-mcard p b{color:#9c7d1c} | |||
.esg-mats{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:960px;margin:14px auto 0} | |||
.esg-mat{width:150px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:3px solid #d4af37;border-radius:11px;padding:12px 10px;text-align:center} | |||
.esg-mat img{width:75px;height:100px;object-fit:contain;image-rendering:pixelated} | |||
.esg-mat .mn{font-size:12.5px;font-weight:800;color:#3a2e12;margin:6px 0 4px;line-height:1.2} | |||
.esg-mat .md{font-size:11px;color:#6b5a2e;line-height:1.4} | |||
.esg-mobs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:1000px;margin:12px auto 0} | |||
.esg-mob{width:188px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:12px;padding:12px 10px 12px;text-align:center} | |||
.esg-mob .ma{height:110px;display:flex;align-items:center;justify-content:center} | |||
.esg-mob .ma img{max-height:105px;max-width:150px;image-rendering:pixelated;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))} | |||
.esg-mob .mn{font-size:13.5px;font-weight:800;color:#3a2e12;margin-top:6px;line-height:1.2} | |||
.esg-mob .me{display:inline-block;margin:6px 0 4px;padding:2px 10px;border-radius:999px;color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.5px} | |||
.esg-mob .ms{font-size:11px;color:#6b5a2e} | |||
.esg-mob .mh{font-size:12px;color:#3a2e12;margin-top:6px}.esg-mob .mh b{color:#a8861f} | |||
.esg-mob .mx{font-size:11px;color:#6b5a2e} | |||
.esg-mob .mdrop{font-size:10.5px;color:#5a4a22;margin-top:6px;line-height:1.35;border-top:1px dashed rgba(212,175,55,.35);padding-top:6px} | |||
.esg-sub{font-size:14px;font-weight:800;color:#a8861f;letter-spacing:.5px;text-transform:uppercase;margin:28px 0 10px;text-align:center} | |||
.esg-sub a{color:#2f74cf} | |||
.esg-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:1040px;margin:0 auto} | |||
.esg-card{width:246px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:3px solid #8a8a8a;border-radius:12px;padding:12px 12px 12px;text-align:center;display:flex;flex-direction:column} | |||
.esg-card .ca{height:104px;display:flex;align-items:center;justify-content:center} | |||
.esg-card .ca img{width:75px;height:100px;object-fit:contain;image-rendering:pixelated;border-radius:6px;border:1px solid rgba(212,175,55,.45);box-shadow:0 2px 6px rgba(0,0,0,.18)} | |||
.esg-mat img,.esg-mcard .mimg img.colimg{border-radius:6px;border:1px solid rgba(212,175,55,.45);box-shadow:0 2px 6px rgba(0,0,0,.18)} | |||
.esg-card .cn{font-size:13.5px;font-weight:800;color:#3a2e12;margin-top:6px;line-height:1.2;min-height:32px;display:flex;align-items:center;justify-content:center} | |||
.esg-card .cm{font-size:10.5px;color:#8a7a55;text-transform:uppercase;letter-spacing:.4px;margin:4px 0 8px} | |||
.esg-card .cd{font-size:11.5px;color:#4a3d1e;line-height:1.45;text-align:left;border-top:1px dashed rgba(212,175,55,.35);padding-top:8px} | |||
.esg-card .cd .sep{display:block;height:5px} | |||
.esg-card.realeza{border-top-color:#7a3fa0}.esg-card.anel{border-top-color:#2e9e5b}.esg-card.carta{border-top-color:#d98324}.esg-card.alma{border-top-color:#2f74cf} | |||
.esg-cards.small .esg-card{width:236px} | |||
.esg-tab.forja{color:#3a2e12;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;overflow:hidden} | |||
.esg-tab.forja th{background:#241906;color:#f4d97a}.esg-tab.forja td{border-bottom:1px solid rgba(212,175,55,.2)} | |||
.esg-tab.forja td:first-child{font-weight:700;white-space:nowrap} | |||
.tico{width:24px;height:24px;vertical-align:middle;margin-right:6px;image-rendering:pixelated} | |||
.esg-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} | |||
.esg-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center} | |||
.esg-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)} | |||
.esg-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800} | |||
.esg-step p{margin:0;font-size:12.8px;color:#5a4a22;line-height:1.55;text-align:left}.esg-step p b{color:#9c7d1c} | |||
.esg-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:820px;margin:26px auto 0;line-height:1.65} | |||
@media (max-width:760px){.esg-stats,.esg-dif,.esg-mec,.esg-steps{grid-template-columns:repeat(2,1fr)}.esg-hero h1{font-size:32px}} | |||
@media (max-width:480px){.esg-stats,.esg-dif,.esg-mec,.esg-steps{grid-template-columns:1fr}} | |||
Edição atual tal como às 14h54min de 2 de setembro de 2026
/* ============================================================
AureumRO Wiki — Identidade própria (Vector legacy)
Paleta dourada + fontes Cinzel/Cormorant + decoração medieval
============================================================ */
/* === FONTES ============================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
/* === VARIÁVEIS ============================================ */
:root {
--aur-primary: #d4af37;
--aur-primary2: #a8861f;
--aur-dark: #1b1304;
--aur-darker: #0e0a02;
--aur-accent: #f4d97a;
--aur-bronze: #8a6c1e;
--aur-border: rgba(212, 175, 55, 0.22);
--aur-text: #3a2614;
--aur-muted: #8a7a5a;
--aur-surface: #fdf8e8;
--aur-cream: #faf4e0;
}
/* === FUNDO GERAL ========================================== */
body {
background: #faf4e0 !important;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
font-size: 16px !important;
color: #3a2614 !important;
line-height: 1.55 !important;
}
/* === LOGO ================================================= */
a.mw-wiki-logo {
width: 200px !important;
height: 200px !important;
background-size: 190px 190px !important;
background-repeat: no-repeat !important;
background-position: center center !important;
display: block !important;
filter: drop-shadow(0 4px 12px rgba(212,175,55,0.25));
}
#p-logo {
width: 220px !important;
height: 210px !important;
padding: 5px 0 0 0 !important;
margin: 0 !important;
overflow: visible !important;
background: linear-gradient(180deg, transparent, rgba(212,175,55,0.05)) !important;
border-bottom: 1px solid rgba(212,175,55,0.2) !important;
}
/* === TOPBAR =============================================== */
#mw-head,
.vector-header,
div#mw-head {
background: linear-gradient(180deg, #1b1304 0%, #0e0a02 100%) !important;
border-bottom: 2px solid #d4af37 !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important;
}
#p-namespaces li a,
#p-views li a,
li.selected a,
.vector-tab-noaction a {
background: transparent !important;
color: rgba(255,255,255,0.55) !important;
border-color: transparent !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 11px !important;
font-weight: 600 !important;
letter-spacing: 1.5px !important;
text-transform: uppercase !important;
}
#p-namespaces li.selected a,
#p-views li.selected a {
color: #f4d97a !important;
border-bottom: 2px solid #d4af37 !important;
background: rgba(212,175,55,0.12) !important;
}
#p-namespaces li a:hover,
#p-views li a:hover {
color: #fff !important;
background: rgba(255,255,255,0.06) !important;
}
#searchInput,
input[name="search"],
.cdx-text-input__input {
border-radius: 0 !important;
border: 1px solid rgba(212,175,55,0.3) !important;
border-bottom: 1px solid rgba(212,175,55,0.6) !important;
background: rgba(0,0,0,0.25) !important;
color: rgba(255,255,255,0.95) !important;
padding: 6px 14px !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 14px !important;
font-style: italic !important;
}
#searchInput::placeholder { color: rgba(255,255,255,0.4) !important; font-style: italic; }
#searchButton, .searchButton {
background: #d4af37 !important;
border-radius: 0 !important;
border: none !important;
color: #1b1304 !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
font-size: 10px !important;
}
/* === SIDEBAR ============================================== */
#mw-panel {
position: absolute !important;
width: 220px !important;
left: 0 !important;
top: 0 !important;
padding-top: 0 !important;
background: #faf4e0 !important;
border-right: 1px solid rgba(212,175,55,0.18) !important;
}
.portal h3,
#p-tb h3,
#p-navigation h3 {
color: #a8861f !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 10px !important;
font-weight: 700 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
border-bottom: 1px solid rgba(212,175,55,0.25) !important;
padding-bottom: 6px !important;
margin-bottom: 8px !important;
position: relative;
}
.portal h3::after,
#p-tb h3::after,
#p-navigation h3::after {
content: "✦";
position: absolute;
right: 0;
color: #d4af37;
font-size: 9px;
opacity: 0.7;
}
.portal li a,
#p-tb li a,
#p-navigation li a {
color: #2a1a08 !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 16px !important;
font-weight: 600 !important;
text-decoration: none !important;
line-height: 1.95 !important;
transition: all 0.2s !important;
}
.portal li a:hover,
#p-tb li a:hover,
#p-navigation li a:hover {
color: #a8861f !important;
padding-left: 6px !important;
}
.portal {
margin: 12px 0 !important;
padding: 0 12px !important;
}
/* === CONTEÚDO PRINCIPAL =================================== */
#content, div#content {
margin-left: 260px !important;
margin-right: 12px !important;
margin-top: 12px !important;
margin-bottom: 12px !important;
background: #fff !important;
border: 1px solid rgba(212,175,55,0.25) !important;
border-radius: 4px !important;
box-shadow: 0 2px 10px rgba(212,175,55,0.08), inset 0 0 0 1px rgba(212,175,55,0.04) !important;
padding: 32px 36px !important;
position: relative;
}
/* Decoração de cantos no content (4 cantos com pequeno detalhe dourado) */
#content::before,
#content::after {
content: "";
position: absolute;
width: 14px;
height: 14px;
border: 2px solid #d4af37;
opacity: 0.5;
}
#content::before {
top: 6px; left: 6px;
border-right: none; border-bottom: none;
}
#content::after {
bottom: 6px; right: 6px;
border-left: none; border-top: none;
}
#column-content {
margin-left: 250px !important;
}
#mw-head-base {
margin-left: 230px !important;
}
/* === TIPOGRAFIA =========================================== */
h1.firstHeading,
#firstHeading {
color: #1b1304 !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 32px !important;
font-weight: 700 !important;
letter-spacing: 1.5px !important;
border-bottom: none !important;
padding-bottom: 12px !important;
margin-bottom: 24px !important;
position: relative;
}
h1.firstHeading::after,
#firstHeading::after {
content: "";
position: absolute;
bottom: 0; left: 0;
width: 100px; height: 2px;
background: linear-gradient(90deg, #d4af37, transparent);
}
h2 {
color: #1b1304 !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 20px !important;
font-weight: 600 !important;
letter-spacing: 1px !important;
border-bottom: 1px solid rgba(212,175,55,0.25) !important;
padding-bottom: 8px !important;
margin: 28px 0 14px !important;
}
h3 {
color: #a8861f !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 16px !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
margin: 20px 0 10px !important;
}
p { font-size: 16px !important; }
a, a:visited { color: #a8861f !important; text-decoration: none !important; transition: all 0.15s !important; }
a:hover { color: #d4af37 !important; text-decoration: underline !important; text-decoration-color: rgba(212,175,55,0.5) !important; text-underline-offset: 3px !important; }
a.new { color: #c25450 !important; }
/* === TABELAS ============================================== */
table.wikitable {
border-collapse: collapse !important;
width: 100% !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 15px !important;
margin: 16px 0 !important;
border: 1px solid rgba(212,175,55,0.3) !important;
border-radius: 4px !important;
overflow: hidden !important;
}
table.wikitable th {
background: linear-gradient(180deg, #1b1304, #0e0a02) !important;
color: #f4d97a !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 11px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
padding: 12px 16px !important;
border: 1px solid rgba(212,175,55,0.4) !important;
}
table.wikitable td {
padding: 10px 16px !important;
border: 1px solid rgba(212,175,55,0.15) !important;
background: #fff !important;
color: #3a2614 !important;
}
table.wikitable tr:nth-child(even) td { background: #fdf8e8 !important; }
table.wikitable tr:hover td { background: #fef3d5 !important; }
/* === TOC, CATEGORIAS, FOOTER (mantém base) ================ */
#toc, .toc {
background: #fdf8e8 !important;
border: 1px solid rgba(212,175,55,0.25) !important;
border-radius: 4px !important;
padding: 14px 18px !important;
font-family: 'Inter', system-ui, sans-serif !important;
}
#toc h2, .toc h2 { font-family: 'Inter', system-ui, sans-serif !important; color: #a8861f !important; font-size: 12px !important; letter-spacing: 1.5px !important; }
#catlinks {
background: #fdf8e8 !important;
border: 1px solid rgba(212,175,55,0.2) !important;
border-radius: 4px !important;
padding: 10px 16px !important;
font-size: 13px !important;
margin-top: 28px !important;
}
#footer-info-lastmod, li#footer-info-lastmod { display: none !important; }
.page-Página_principal #footer-places,
.page-Página_principal #footer-info { display: none !important; }
#footer, .mw-footer {
background: linear-gradient(180deg, #1b1304, #0e0a02) !important;
border-top: 2px solid #d4af37 !important;
padding: 14px 24px !important;
}
#footer-places li, #footer-info li, #footer li {
display: inline !important;
color: rgba(255,255,255,0.5) !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-size: 13px !important;
}
#footer-places li::after { content: " · "; color: rgba(212,175,55,0.4); }
#footer-places li:last-child::after { content: ""; }
#footer a { color: rgba(255,255,255,0.55) !important; }
#footer a:hover { color: #d4af37 !important; }
#footer-icons { display: none !important; }
/* === EDIT BOX, BOTÕES, SCROLLBAR ========================== */
#wpTextbox1 {
border: 1px solid rgba(212,175,55,0.3) !important;
border-radius: 4px !important;
padding: 12px !important;
font-size: 14px !important;
font-family: "Courier New", monospace !important;
}
.mw-ui-progressive,
.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background: linear-gradient(180deg, #d4af37, #a8861f) !important;
border: 1px solid #8a6c1e !important;
color: #1b1304 !important;
border-radius: 2px !important;
font-family: 'Inter', system-ui, sans-serif !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
font-size: 11px !important;
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(212,175,55,0.05); }
::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.4); border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: #d4af37; }
/* ============================================================
COMPONENTES AureumRO (.aur-*)
============================================================ */
/* === HERO com decoração própria ============================ */
.aur-hero {
position: relative;
background:
radial-gradient(circle at 20% 30%, rgba(212,175,55,0.08) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, rgba(212,175,55,0.06) 0%, transparent 50%),
linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #0e0a02 100%);
border: 1px solid rgba(212,175,55,0.4);
border-radius: 4px;
padding: 44px 36px;
text-align: center;
margin-bottom: 24px;
overflow: hidden;
box-shadow: 0 4px 24px rgba(212,175,55,0.12), inset 0 1px 0 rgba(255,255,255,0.05);
}
/* Cantos decorativos do hero (4 cantos) */
.aur-hero::before,
.aur-hero::after {
content: "";
position: absolute;
width: 32px;
height: 32px;
border: 2px solid #d4af37;
opacity: 0.6;
}
.aur-hero::before {
top: 10px; left: 10px;
border-right: none; border-bottom: none;
}
.aur-hero::after {
bottom: 10px; right: 10px;
border-left: none; border-top: none;
}
.aur-hero-title {
color: #fff;
font-family: 'Inter', system-ui, sans-serif;
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 10px;
text-shadow: 0 2px 8px rgba(212,175,55,0.3);
line-height: 1.15;
}
.aur-hero-title .accent {
background: linear-gradient(120deg, #f4d97a 0%, #d4af37 60%, #a8861f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.aur-hero-sub {
color: rgba(255,255,255,0.65);
font-family: 'Inter', system-ui, sans-serif;
font-style: italic;
font-size: 16px;
line-height: 1.6;
margin-bottom: 22px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.aur-hero-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(212,175,55,0.12);
border: 1px solid rgba(212,175,55,0.5);
color: #f4d97a;
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
padding: 5px 14px;
border-radius: 0;
margin-bottom: 18px;
}
.aur-pills {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
.aur-pill {
background: rgba(212,175,55,0.08);
border: 1px solid rgba(212,175,55,0.3);
color: rgba(255,255,255,0.8);
font-family: 'Inter', system-ui, sans-serif;
padding: 6px 14px;
border-radius: 0;
font-size: 13px;
display: inline-flex;
align-items: center;
gap: 6px;
transition: all 0.2s;
}
.aur-pill:hover {
border-color: #d4af37;
background: rgba(212,175,55,0.18);
color: #fff;
}
/* === STATS GRANDES (4 cards substituem a infobar 6-células) === */
.aur-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-bottom: 22px;
}
.aur-stat {
background: linear-gradient(180deg, #fff, #fdf8e8);
border: 1px solid rgba(212,175,55,0.3);
border-top: 3px solid #d4af37;
padding: 18px 16px;
text-align: center;
position: relative;
transition: all 0.2s;
}
.aur-stat:hover {
border-top-color: #f4d97a;
box-shadow: 0 6px 18px rgba(212,175,55,0.15);
transform: translateY(-2px);
}
.aur-stat-icon {
font-size: 22px;
color: #d4af37;
margin-bottom: 4px;
}
.aur-stat-label {
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: #8a6c1e;
margin-bottom: 6px;
}
.aur-stat-value {
font-family: 'Inter', system-ui, sans-serif;
font-size: 18px;
font-weight: 700;
color: #1b1304;
letter-spacing: 0.5px;
}
/* === WIDGETS: Status do servidor + Notícias ============== */
.aur-widgets {
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 12px;
margin-bottom: 22px;
}
.aur-widget {
background: #fff;
border: 1px solid rgba(212,175,55,0.25);
border-radius: 4px;
overflow: hidden;
position: relative;
}
.aur-widget-header {
background: linear-gradient(180deg, #1b1304, #0e0a02);
padding: 12px 18px;
border-bottom: 2px solid #d4af37;
display: flex;
align-items: center;
justify-content: space-between;
}
.aur-widget-title {
color: #f4d97a;
font-family: 'Inter', system-ui, sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.aur-widget-body { padding: 16px 18px; }
.aur-widget-body p { margin: 4px 0; font-size: 14px; color: #3a2614; }
/* Status indicator */
.aur-status-dot {
display: inline-block;
width: 10px; height: 10px;
border-radius: 50%;
background: #2eb86b;
box-shadow: 0 0 8px #2eb86b;
animation: aur-pulse 2s infinite;
}
@keyframes aur-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.6; }
}
.aur-status-line {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 0;
border-bottom: 1px dashed rgba(212,175,55,0.18);
font-family: 'Inter', system-ui, sans-serif;
}
.aur-status-line:last-child { border-bottom: none; }
.aur-status-label { color: #6b5a3a; font-size: 14px; }
.aur-status-value { color: #1b1304; font-weight: 600; font-size: 14px; font-family: 'Inter', system-ui, sans-serif; letter-spacing: 0.5px; }
/* Notícias */
.aur-news-item {
padding: 10px 0;
border-bottom: 1px dashed rgba(212,175,55,0.18);
}
.aur-news-item:last-child { border-bottom: none; }
.aur-news-date {
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
color: #a8861f;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 3px;
}
.aur-news-title {
font-family: 'Inter', system-ui, sans-serif;
font-size: 14px;
color: #1b1304;
font-weight: 600;
}
.aur-news-title a { color: #1b1304 !important; }
.aur-news-title a:hover { color: #d4af37 !important; text-decoration: none !important; }
/* === BLOCOS DE NAVEGAÇÃO ================================== */
.wiki-blocks {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 16px;
}
.wiki-block {
background: #fff;
border: 1px solid rgba(212,175,55,0.22);
border-radius: 4px;
overflow: hidden;
transition: all 0.2s;
}
.wiki-block:hover {
border-color: rgba(212,175,55,0.5);
box-shadow: 0 4px 16px rgba(212,175,55,0.1);
}
.wiki-block-title {
background: linear-gradient(180deg, #1b1304, #0e0a02);
padding: 11px 18px;
border-bottom: 2px solid #d4af37;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.wiki-block-title::before,
.wiki-block-title::after {
content: "✦";
color: #d4af37;
font-size: 10px;
}
.wiki-block-title-text {
color: #f4d97a;
font-family: 'Inter', system-ui, sans-serif;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.wiki-link {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 18px;
border-bottom: 1px solid rgba(212,175,55,0.08);
text-decoration: none !important;
color: #3a2614 !important;
font-family: 'Inter', system-ui, sans-serif;
font-size: 15px;
transition: all 0.18s;
position: relative;
}
.wiki-link::after {
content: "›";
position: absolute;
right: 14px;
color: rgba(212,175,55,0);
font-size: 18px;
transition: all 0.18s;
}
.wiki-link:last-child { border-bottom: none; }
.wiki-link:hover {
color: #a8861f !important;
background: linear-gradient(90deg, rgba(212,175,55,0.08), transparent);
padding-left: 22px;
}
.wiki-link:hover::after {
color: #d4af37;
right: 10px;
}
.wiki-link img,
.wiki-link .mw-file-element {
width: 40px !important;
height: 40px !important;
max-width: 40px !important;
max-height: 40px !important;
object-fit: contain !important;
flex-shrink: 0 !important;
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}
/* Ícones do divine-pride são pixel art — manter pixelated */
.wiki-link img[src*="divine-pride"] {
image-rendering: pixelated;
}
/* Wrapper que MediaWiki coloca em [[File:]] */
.wiki-link span[typeof="mw:File"] {
display: inline-flex !important;
align-items: center !important;
flex-shrink: 0 !important;
}
.wiki-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); }
.wiki-grid-2 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); }
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right: none; }
.wiki-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.wiki-grid-4 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); }
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right: none; }
.wiki-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); }
.wiki-grid-5 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); }
.wiki-grid-5 .wiki-link:nth-child(5n) { border-right: none; }
.wiki-full { grid-column: span 2; }
@media (max-width: 850px) {
.wiki-blocks { grid-template-columns: 1fr; }
.wiki-full { grid-column: span 1; }
.wiki-grid-4 { grid-template-columns: repeat(2, 1fr); }
.wiki-grid-5 { grid-template-columns: repeat(2, 1fr); }
.aur-stats { grid-template-columns: repeat(2, 1fr); }
.aur-widgets { grid-template-columns: 1fr; }
}
/* === BANNER FINAL ========================================= */
.aur-banner {
background:
radial-gradient(circle at 30% 50%, rgba(212,175,55,0.1) 0%, transparent 70%),
linear-gradient(135deg, #1b1304, #0e0a02);
border: 1px solid rgba(212,175,55,0.35);
border-radius: 4px;
padding: 18px 22px;
display: flex;
align-items: center;
gap: 16px;
margin: 18px 0;
position: relative;
overflow: hidden;
}
.aur-banner::before,
.aur-banner::after {
content: "";
position: absolute;
width: 20px; height: 20px;
border: 1px solid rgba(212,175,55,0.5);
}
.aur-banner::before {
top: 6px; left: 6px;
border-right: none; border-bottom: none;
}
.aur-banner::after {
bottom: 6px; right: 6px;
border-left: none; border-top: none;
}
.aur-banner-title {
color: #f4d97a;
font-family: 'Inter', system-ui, sans-serif;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
margin-bottom: 3px;
}
.aur-banner-sub {
color: rgba(255,255,255,0.55);
font-family: 'Inter', system-ui, sans-serif;
font-style: italic;
font-size: 13px;
line-height: 1.4;
}
.aur-banner-tags {
display: flex;
gap: 8px;
margin-left: auto;
flex-shrink: 0;
}
.aur-banner-tag {
background: rgba(212,175,55,0.18);
border: 1px solid rgba(212,175,55,0.5);
color: #f4d97a;
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
font-weight: 700;
padding: 4px 10px;
letter-spacing: 1.5px;
text-transform: uppercase;
}
/* === HERO DE PÁGINA INTERNA ============================== */
.aur-page-hero {
background:
radial-gradient(circle at 30% 20%, rgba(212,175,55,0.1) 0%, transparent 60%),
linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #0e0a02 100%);
border: 1px solid rgba(212,175,55,0.4);
border-radius: 4px;
padding: 28px 32px;
margin: 0 auto 32px;
max-width: 720px;
position: relative;
text-align: center;
}
.aur-page-hero::before,
.aur-page-hero::after {
content: "";
position: absolute;
width: 22px; height: 22px;
border: 2px solid #d4af37;
opacity: 0.6;
}
.aur-page-hero::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
.aur-page-hero::after { bottom: 8px; right: 8px; border-left: none; border-top: none; }
.aur-page-hero-badge {
display: inline-block;
background: rgba(212,175,55,0.12);
border: 1px solid rgba(212,175,55,0.45);
color: #f4d97a;
font-family: 'Inter', system-ui, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.6px;
text-transform: uppercase;
padding: 5px 14px;
margin-bottom: 12px;
}
.aur-page-hero-sub {
color: rgba(255,255,255,0.7);
font-family: 'Inter', system-ui, sans-serif;
font-size: 15px;
line-height: 1.55;
}
/* === TÍTULOS DE SEÇÃO — banner suave ===================== */
.aur-section-banner {
display: inline-block;
position: relative;
margin: 32px auto 20px;
padding: 14px 56px;
background: linear-gradient(180deg, #fdf8e8 0%, #faf0d4 100%);
border: 1px solid rgba(212,175,55,0.35);
border-radius: 4px;
box-shadow: 0 2px 8px rgba(212,175,55,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
}
.aur-section-banner::before,
.aur-section-banner::after {
content: "✦";
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #d4af37;
font-size: 11px;
opacity: 0.7;
}
.aur-section-banner::before { left: 22px; }
.aur-section-banner::after { right: 22px; }
.aur-section-banner-text {
font-family: 'Inter', system-ui, sans-serif;
font-size: 18px;
font-weight: 700;
color: #1b1304;
letter-spacing: 0.5px;
}
/* Compat: manter .aur-section-title antigo funcional sem ícone */
.aur-section-title {
font-family: 'Inter', system-ui, sans-serif;
font-size: 20px;
font-weight: 700;
color: #1b1304;
margin: 28px 0 18px;
text-align: center;
}
.aur-section-icon { display: none; }
/* === GRID DE INFOS (substitui tabela) ===================== */
.aur-info-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin: 0 auto 16px;
max-width: 880px;
}
.aur-info-grid-2 {
grid-template-columns: repeat(2, 1fr);
max-width: 640px;
}
.aur-info-cell {
background: linear-gradient(180deg, #fff, #fdf8e8);
border: 1px solid rgba(212,175,55,0.25);
border-top: 3px solid #d4af37;
border-radius: 3px;
padding: 14px 16px;
text-align: center;
transition: all 0.18s;
}
.aur-info-cell:hover {
border-top-color: #f4d97a;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(212,175,55,0.15);
}
.aur-info-label {
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.4px;
color: #8a6c1e;
margin-bottom: 6px;
}
.aur-info-value {
font-family: 'Inter', system-ui, sans-serif;
font-size: 16px;
font-weight: 600;
color: #1b1304;
line-height: 1.3;
}
.aur-info-value small {
display: block;
font-size: 11px;
font-weight: 400;
color: #a09075;
margin-top: 2px;
letter-spacing: 0.3px;
}
/* === DICA / TIP CARD ===================================== */
.aur-tip-card {
display: flex;
align-items: flex-start;
gap: 16px;
background: linear-gradient(180deg, #fff, #fdf8e8);
border: 1px solid rgba(212,175,55,0.3);
border-left: 4px solid #d4af37;
border-radius: 3px;
padding: 18px 20px;
margin: 0 auto 16px;
max-width: 720px;
text-align: left;
box-shadow: 0 2px 8px rgba(212,175,55,0.1);
}
.aur-tip-icon {
flex-shrink: 0;
width: 48px; height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(212,175,55,0.12);
border-radius: 4px;
image-rendering: pixelated;
}
.aur-tip-icon .mw-file-element {
width: 36px !important;
height: 36px !important;
max-width: 36px !important;
max-height: 36px !important;
image-rendering: pixelated;
}
.aur-tip-body { flex: 1; }
.aur-tip-title {
font-family: 'Inter', system-ui, sans-serif;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.6px;
color: #a8861f;
margin-bottom: 6px;
}
.aur-tip-text {
font-family: 'Inter', system-ui, sans-serif;
font-size: 15px;
color: #3a2614;
line-height: 1.6;
}
/* === DIVIDER decorativo ✦ ================================ */
.aur-divider {
display: flex;
align-items: center;
gap: 14px;
margin: 32px auto 24px;
max-width: 880px;
}
.aur-divider::before,
.aur-divider::after {
content: "";
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent);
}
.aur-divider span {
color: #d4af37;
font-size: 14px;
}
@media (max-width: 800px) {
.aur-info-grid { grid-template-columns: repeat(2, 1fr); }
.aur-info-grid-2 { grid-template-columns: 1fr; }
}
/* === CONTEÚDO CENTRALIZADO (.aur-centered wrapper) ====== */
.aur-centered { text-align: center; }
.aur-centered h1, .aur-centered h2, .aur-centered h3 {
text-align: center !important;
border-bottom: none !important;
position: relative;
}
.aur-centered h1::after,
.aur-centered h2::after {
content: "";
position: absolute;
bottom: -4px; left: 50%;
transform: translateX(-50%);
width: 80px; height: 2px;
background: linear-gradient(90deg, transparent, #d4af37, transparent) !important;
}
.aur-centered p { text-align: center; }
.aur-centered ul, .aur-centered ol {
display: inline-block;
text-align: left;
}
.aur-centered table {
margin-left: auto !important;
margin-right: auto !important;
}
.aur-centered .mw-editsection,
.aur-centered .mw-editsection-bracket { display: none !important; }
/* === SEPARADOR DECORATIVO (flor de lis estilizada) ======= */
.aur-separator {
display: flex;
align-items: center;
gap: 16px;
margin: 28px 0;
color: rgba(212,175,55,0.4);
}
.aur-separator::before,
.aur-separator::after {
content: "";
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent);
}
.aur-separator-icon { font-size: 14px; color: #d4af37; }
/* === FIX ABAS DO HEADER (mantém base do Edda) ============= */
#p-namespaces li,
#p-namespaces li a,
#p-namespaces li.selected,
#p-namespaces li.selected a,
#p-views li,
#p-views li a,
#p-views li.selected,
#p-views li.selected a,
.vector-tab-noaction,
.vector-tab-noaction a,
div#p-namespaces ul li,
div#p-views ul li {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: none !important;
border-color: transparent !important;
box-shadow: none !important;
}
#left-navigation {
margin-left: 230px !important;
}
/* === ALIASES .edda-* para compatibilidade transitória ===== */
.edda-hero { /* alias deprecado */ }
.edda-pill, .edda-pills,
.edda-infobar, .edda-infobar-cell, .edda-infobar-label, .edda-infobar-value,
.edda-banner, .edda-banner-title, .edda-banner-sub, .edda-banner-tags, .edda-banner-tag {
/* nada — abandonado, use .aur-* */
}
/* === TIP CARD sem ícone (modifier) ====================== */
.aur-tip-card-noicon { padding-left: 22px; }
.aur-tip-card-noicon .aur-tip-body { width: 100%; }
/* === ALINHAMENTO: último item ímpar centralizado ========= */
/* Regra global pra TODOS os grids: quando o último item fica
sozinho na última linha, centraliza horizontalmente. */
.aur-info-grid > .aur-info-cell:last-child:nth-child(3n - 2),
.aur-info-grid:not(.aur-info-grid-2) > .aur-info-cell:last-child:nth-child(3n + 1) {
grid-column: 2 / span 1;
}
.aur-info-grid-2 > .aur-info-cell:last-child:nth-child(odd) {
grid-column: 1 / -1;
max-width: calc((100% - 10px) / 2);
justify-self: center;
}
/* === COMPACTAÇÃO (.aur-compact wrapper) ================== */
.aur-compact .aur-page-hero-sm {
padding: 18px 24px;
margin-bottom: 16px;
max-width: 600px;
}
.aur-compact .aur-page-hero-sm .aur-page-hero-badge {
margin-bottom: 6px;
font-size: 10px;
padding: 3px 11px;
}
.aur-compact .aur-page-hero-sm .aur-page-hero-sub {
font-size: 13px;
line-height: 1.4;
}
.aur-compact .aur-section-banner {
margin: 14px auto 10px;
padding: 10px 48px;
}
.aur-compact .aur-section-banner-text { font-size: 16px; }
.aur-compact .aur-info-grid { gap: 6px; margin-bottom: 10px; }
.aur-compact .aur-info-cell {
padding: 9px 12px;
border-top-width: 2px;
}
.aur-compact .aur-info-label {
font-size: 9.5px;
letter-spacing: 1.2px;
margin-bottom: 3px;
}
.aur-compact .aur-info-value { font-size: 13.5px; line-height: 1.25; }
.aur-compact .aur-info-value small {
font-size: 10px;
margin-top: 1px;
}
.aur-compact .aur-tip-card {
padding: 10px 16px;
margin-bottom: 10px;
}
.aur-compact .aur-tip-title {
font-size: 10px;
margin-bottom: 4px;
letter-spacing: 1.4px;
}
.aur-compact .aur-tip-text { font-size: 13px; line-height: 1.45; }
.aur-tip-compact .aur-tip-title { margin-bottom: 2px; }
.aur-tip-compact .aur-tip-text { font-size: 13px; }
/* === VIP — destaque visual marcante ===================== */
.aur-section-banner-vip {
background: linear-gradient(180deg, #1b1304 0%, #2a1f0c 100%) !important;
border: 1px solid #d4af37 !important;
box-shadow: 0 4px 14px rgba(212,175,55,0.25), inset 0 1px 0 rgba(255,255,255,0.08) !important;
padding-right: 110px !important;
position: relative;
}
.aur-section-banner-vip::before,
.aur-section-banner-vip::after {
color: #f4d97a !important;
opacity: 1 !important;
font-size: 12px !important;
}
.aur-section-banner-vip .aur-section-banner-text {
color: #f4d97a !important;
letter-spacing: 2px !important;
text-shadow: 0 0 12px rgba(244,217,122,0.4);
}
.aur-vip-tag {
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(180deg, #d4af37, #a8861f);
color: #1b1304;
font-family: 'Inter', system-ui, sans-serif;
font-size: 9px;
font-weight: 800;
letter-spacing: 1.4px;
text-transform: uppercase;
padding: 4px 9px;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(212,175,55,0.4);
}
.aur-tip-vip {
background: linear-gradient(180deg, #fff8e0, #fdf0c8) !important;
border-color: rgba(212,175,55,0.5) !important;
border-left-color: #d4af37 !important;
border-left-width: 5px !important;
}
.aur-info-grid-vip .aur-info-cell {
background: linear-gradient(180deg, #fffbe8, #fdf0c8);
border-top-color: #f4d97a !important;
border-top-width: 3px !important;
box-shadow: 0 2px 8px rgba(212,175,55,0.12);
}
.aur-info-grid-vip .aur-info-cell:hover {
border-top-color: #ffe999 !important;
box-shadow: 0 5px 14px rgba(212,175,55,0.22);
}
.aur-info-grid-vip .aur-info-label { color: #a8861f !important; }
/* === VIP fix: esconder ✦ direito (a tag EXCLUSIVO ocupa o espaço) === */
.aur-section-banner-vip::after { display: none !important; }
.aur-section-banner-vip { padding-left: 28px !important; padding-right: 28px !important; }
/* === VIP: esconder ✦ esquerdo também ==================== */
.aur-section-banner-vip::before { display: none !important; }
.aur-section-banner-vip { padding-left: 28px !important; }
/* === COMPACTAÇÃO AGRESSIVA (.aur-compact override + extra) === */
.aur-compact .aur-page-hero-sm {
padding: 10px 18px !important;
margin-bottom: 8px !important;
max-width: 560px !important;
}
.aur-compact .aur-page-hero-sm .aur-page-hero-badge {
margin-bottom: 3px !important;
font-size: 9px !important;
padding: 2px 10px !important;
}
.aur-compact .aur-page-hero-sm .aur-page-hero-sub {
font-size: 11.5px !important;
line-height: 1.3 !important;
}
.aur-compact .aur-page-hero-sm::before,
.aur-compact .aur-page-hero-sm::after {
width: 14px !important;
height: 14px !important;
}
.aur-compact .aur-section-banner {
margin: 8px auto 6px !important;
padding: 6px 36px !important;
}
.aur-compact .aur-section-banner-text { font-size: 13px !important; }
.aur-compact .aur-info-grid { gap: 5px !important; margin-bottom: 6px !important; }
.aur-compact .aur-info-cell {
padding: 6px 10px !important;
border-top-width: 2px !important;
}
.aur-compact .aur-info-label {
font-size: 9px !important;
letter-spacing: 1px !important;
margin-bottom: 2px !important;
}
.aur-compact .aur-info-value { font-size: 12.5px !important; line-height: 1.2 !important; }
.aur-compact .aur-info-value small {
font-size: 9.5px !important;
margin-top: 0 !important;
}
.aur-compact .aur-tip-card {
padding: 8px 14px !important;
margin-bottom: 6px !important;
gap: 12px !important;
}
.aur-compact .aur-tip-icon {
width: 38px !important;
height: 38px !important;
}
.aur-compact .aur-tip-icon .mw-file-element {
width: 28px !important;
height: 28px !important;
}
.aur-compact .aur-tip-title {
font-size: 9.5px !important;
margin-bottom: 2px !important;
letter-spacing: 1.2px !important;
}
.aur-compact .aur-tip-text { font-size: 12px !important; line-height: 1.4 !important; }
.aur-compact .aur-divider { margin: 8px auto !important; }
.aur-compact .aur-vip-tag {
font-size: 8.5px !important;
padding: 3px 7px !important;
letter-spacing: 1.1px !important;
}
.aur-compact .aur-section-banner-vip { padding-right: 28px !important; }
/* === ONEPAGE: páginas .aur-compact cabem 100% em 1 tela === */
/* Reduz drasticamente H1 + remove margem grande do firstHeading */
.aur-compact + .aur-compact, /* fallback */
body:has(.aur-compact) h1.firstHeading,
body:has(.aur-compact) #firstHeading {
font-size: 18px !important;
padding-bottom: 4px !important;
margin-bottom: 6px !important;
letter-spacing: 0.5px !important;
}
body:has(.aur-compact) h1.firstHeading::after,
body:has(.aur-compact) #firstHeading::after {
width: 50px !important;
bottom: -2px !important;
}
body:has(.aur-compact) #content,
body:has(.aur-compact) div#content {
padding: 14px 22px !important;
margin-top: 6px !important;
}
body:has(.aur-compact) #content::before,
body:has(.aur-compact) #content::after {
width: 10px !important;
height: 10px !important;
}
/* Hero ainda menor */
.aur-compact .aur-page-hero-sm {
padding: 7px 18px 8px !important;
margin-bottom: 6px !important;
}
.aur-compact .aur-page-hero-sm .aur-page-hero-badge {
margin-bottom: 2px !important;
font-size: 8.5px !important;
padding: 1px 8px !important;
}
.aur-compact .aur-page-hero-sm .aur-page-hero-sub {
font-size: 10.5px !important;
line-height: 1.25 !important;
}
/* Banners e dividers ainda mais discretos */
.aur-compact .aur-section-banner {
margin: 6px auto 4px !important;
padding: 5px 32px !important;
}
.aur-compact .aur-section-banner-text { font-size: 12px !important; }
.aur-compact .aur-divider { margin: 5px auto !important; }
.aur-compact .aur-divider::before,
.aur-compact .aur-divider::after { height: 1px !important; }
.aur-compact .aur-divider span { font-size: 10px !important; }
/* Grids e cells mais densos */
.aur-compact .aur-info-grid { gap: 4px !important; margin-bottom: 5px !important; }
.aur-compact .aur-info-cell {
padding: 5px 8px !important;
border-top-width: 2px !important;
}
.aur-compact .aur-info-label {
font-size: 8.5px !important;
letter-spacing: 0.9px !important;
margin-bottom: 1px !important;
}
.aur-compact .aur-info-value { font-size: 11.5px !important; line-height: 1.2 !important; }
.aur-compact .aur-info-value small { font-size: 9px !important; }
/* Tip cards super compactos */
.aur-compact .aur-tip-card {
padding: 6px 12px !important;
margin-bottom: 5px !important;
gap: 10px !important;
}
.aur-compact .aur-tip-icon {
width: 32px !important;
height: 32px !important;
}
.aur-compact .aur-tip-icon .mw-file-element {
width: 24px !important;
height: 24px !important;
}
.aur-compact .aur-tip-title {
font-size: 8.5px !important;
margin-bottom: 1px !important;
letter-spacing: 1px !important;
}
.aur-compact .aur-tip-text { font-size: 11px !important; line-height: 1.35 !important; }
/* VIP banner tag menor */
.aur-compact .aur-vip-tag {
font-size: 8px !important;
padding: 2px 6px !important;
}
.aur-compact .aur-section-banner-vip { padding-right: 28px !important; }
/* === MESTRA DAS CLASSES — sprite + info row ============== */
.aur-mestra-row {
display: flex;
align-items: center;
justify-content: center;
gap: 28px;
background: linear-gradient(180deg, #fff, #fdf8e8);
border: 1px solid rgba(212,175,55,0.25);
border-top: 3px solid #d4af37;
border-radius: 3px;
padding: 14px 22px;
margin: 0 auto 10px;
max-width: 560px;
}
.aur-mestra-sprite {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(212,175,55,0.06);
border: 1px solid rgba(212,175,55,0.18);
border-radius: 3px;
padding: 6px;
min-width: 140px;
min-height: 140px;
}
.aur-mestra-sprite img,
.aur-mestra-sprite .mw-file-element {
image-rendering: pixelated !important;
max-width: 160px !important;
max-height: 160px !important;
width: auto !important;
height: auto !important;
}
.aur-mestra-info {
text-align: left;
flex: 1;
max-width: 280px;
}
.aur-mestra-info .aur-info-label {
font-size: 9px !important;
letter-spacing: 1.1px;
color: #8a6c1e;
text-transform: uppercase;
margin-bottom: 2px;
}
.aur-mestra-info .aur-info-value {
font-size: 14px !important;
font-weight: 600;
color: #1b1304;
}
.aur-mestra-info .aur-info-value small {
font-size: 10.5px !important;
font-weight: 400;
color: #a09075;
}
/* yes / no badges nos valores */
.aur-info-value.aur-yes { color: #1f8f4f !important; }
.aur-info-value.aur-no { color: #b85050 !important; opacity: 0.7; }
/* === Banner VIP sem tag (padding simétrico) ============== */
.aur-section-banner-vip.aur-banner-no-tag {
padding-left: 28px !important;
padding-right: 28px !important;
}
/* === MESTRA — sprite SEM moldura ========================== */
.aur-mestra-sprite-bare {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
min-width: 180px;
}
.aur-mestra-sprite-bare img,
.aur-mestra-sprite-bare .mw-file-element {
image-rendering: pixelated !important;
max-width: 220px !important;
max-height: 220px !important;
width: auto !important;
height: auto !important;
background: none !important;
border: none !important;
}
/* === Botão Copiar /navi ================================== */
.aur-navi-btn {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 10px;
padding: 7px 14px;
background: linear-gradient(180deg, #d4af37 0%, #a8861f 100%);
color: #1b1304;
font-family: 'Inter', system-ui, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.6px;
text-transform: uppercase;
border: 1px solid #8a6c1e;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 2px 6px rgba(212,175,55,0.3), inset 0 1px 0 rgba(255,255,255,0.25);
transition: all 0.18s;
}
.aur-navi-btn:hover {
background: linear-gradient(180deg, #f4d97a 0%, #d4af37 100%);
transform: translateY(-1px);
box-shadow: 0 4px 10px rgba(212,175,55,0.4);
}
.aur-navi-btn:active { transform: translateY(0); }
.aur-navi-btn-icon { font-size: 13px; }
/* === Descrição abaixo do bloco da Mestra ================== */
.aur-mestra-desc {
max-width: 620px;
margin: 6px auto 12px;
padding: 0 10px;
font-family: 'Inter', system-ui, sans-serif;
font-size: 13px;
line-height: 1.55;
color: #3a2614;
text-align: center;
}
.aur-mestra-desc strong, .aur-mestra-desc b {
color: #1b1304;
font-weight: 700;
}
/* === Toast notification (copiou!) ======================== */
.aur-toast {
position: fixed;
bottom: 32px;
right: 32px;
z-index: 100000;
display: flex;
align-items: center;
gap: 14px;
background: linear-gradient(180deg, #1b1304 0%, #0e0a02 100%);
color: #fff;
font-family: 'Inter', system-ui, sans-serif;
font-size: 13px;
padding: 14px 18px 14px 16px;
border: 1px solid rgba(212,175,55,0.5);
border-left: 4px solid #d4af37;
border-radius: 4px;
box-shadow: 0 10px 36px rgba(0,0,0,0.45), 0 0 20px rgba(212,175,55,0.18);
min-width: 240px;
max-width: 360px;
opacity: 0;
transform: translateX(20px);
transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.aur-toast-show {
opacity: 1;
transform: translateX(0);
}
.aur-toast-out {
opacity: 0;
transform: translateX(20px);
}
.aur-toast-icon {
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #d4af37, #a8861f);
color: #1b1304;
border-radius: 50%;
font-size: 14px;
font-weight: 800;
flex-shrink: 0;
box-shadow: 0 0 8px rgba(212,175,55,0.5);
}
.aur-toast strong { color: #f4d97a; font-weight: 700; }
.aur-toast small {
color: rgba(255,255,255,0.55);
font-size: 11px;
font-family: 'Inter', system-ui, sans-serif;
}
/* === GIF Mestra menor (30% menos) ======================== */
.aur-mestra-sprite-bare img,
.aur-mestra-sprite-bare .mw-file-element {
max-width: 150px !important;
max-height: 150px !important;
}
.aur-mestra-sprite-bare { min-width: 150px !important; }
/* === Botão /navi — versão sóbria/elegante ================ */
.aur-navi-btn {
display: inline-flex !important;
align-items: center;
gap: 7px;
margin-top: 10px;
padding: 7px 14px !important;
background: rgba(27,19,4,0.95) !important;
color: #f4d97a !important;
font-family: 'Inter', system-ui, sans-serif;
font-size: 11px !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
text-transform: none !important;
border: 1px solid rgba(212,175,55,0.45) !important;
border-radius: 3px !important;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.12) !important;
transition: all 0.18s !important;
}
.aur-navi-btn:hover {
background: #1b1304 !important;
color: #fff !important;
border-color: #d4af37 !important;
box-shadow: 0 3px 10px rgba(212,175,55,0.25) !important;
transform: none !important;
}
.aur-navi-btn:active { background: #0e0a02 !important; }
.aur-navi-btn-icon {
font-size: 12px !important;
opacity: 0.85;
}
/* === Texto explicativo como card destacado ============== */
.aur-mestra-desc-card {
max-width: 600px;
margin: 12px auto;
padding: 14px 20px 14px 22px;
background: linear-gradient(180deg, #fff 0%, #fdf8e8 100%);
border: 1px solid rgba(212,175,55,0.28);
border-left: 4px solid #d4af37;
border-radius: 3px;
text-align: left;
font-family: 'Inter', system-ui, sans-serif;
font-size: 13px;
line-height: 1.55;
color: #3a2614;
box-shadow: 0 2px 8px rgba(212,175,55,0.08);
}
.aur-mestra-desc-card strong,
.aur-mestra-desc-card b { color: #1b1304; font-weight: 700; }
.aur-mestra-desc-title {
font-size: 9.5px;
font-weight: 700;
letter-spacing: 1.4px;
text-transform: uppercase;
color: #a8861f;
margin-bottom: 6px;
}
/* === Botão /navi — sem ícone emoji, alinhado à info ===== */
.aur-navi-btn {
margin-top: 6px !important;
padding: 6px 14px !important;
}
.aur-navi-btn-icon { display: none !important; }
/* === Toast: barra dourada vertical no lugar do checkmark === */
.aur-toast-bar {
width: 3px;
height: 28px;
background: linear-gradient(180deg, #f4d97a, #d4af37);
border-radius: 2px;
box-shadow: 0 0 8px rgba(212,175,55,0.5);
flex-shrink: 0;
}
.aur-toast-icon { display: none !important; }
/* === Mestra: agrupar valor + botão /navi numa linha coesa === */
.aur-mestra-loc-line {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.aur-mestra-loc-line .aur-info-value { margin: 0 !important; }
.aur-mestra-loc-line .aur-navi-btn { margin-top: 0 !important; }
/* === Mestra: botao /navi grudado abaixo do valor (sem "meio do nada") === */
.aur-mestra-loc-line {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 6px !important;
flex-wrap: nowrap !important;
}
.aur-mestra-loc-line .aur-info-value { margin: 0 !important; }
.aur-mestra-loc-line .aur-navi-btn { margin-top: 0 !important; }
/* === GRID DE ITENS (Caixa do Iniciante e afins) ========== */
.aur-item-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin: 0 auto 16px;
max-width: 880px;
}
.aur-item-card {
display: flex;
align-items: center;
gap: 12px;
background: linear-gradient(180deg, #fff, #fdf8e8);
border: 1px solid rgba(212,175,55,0.25);
border-left: 3px solid #d4af37;
border-radius: 3px;
padding: 10px 12px;
text-align: left;
transition: all 0.18s;
}
.aur-item-card:hover {
border-left-color: #f4d97a;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(212,175,55,0.15);
}
.aur-item-icon {
flex-shrink: 0;
width: 46px; height: 46px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(212,175,55,0.12);
border: 1px solid rgba(212,175,55,0.2);
border-radius: 4px;
}
.aur-item-icon .mw-file-element {
max-width: 40px !important;
max-height: 40px !important;
width: auto !important;
height: auto !important;
image-rendering: pixelated;
}
.aur-item-info { flex: 1; min-width: 0; }
.aur-item-name {
font-family: 'Inter', system-ui, sans-serif;
font-size: 13.5px;
font-weight: 700;
color: #1b1304;
line-height: 1.25;
}
.aur-item-name small {
font-weight: 600;
color: #a8861f;
font-size: 11px;
}
.aur-item-qty {
display: inline-block;
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
font-weight: 700;
color: #8a6c1e;
background: rgba(212,175,55,0.15);
border-radius: 3px;
padding: 1px 6px;
margin-left: 4px;
vertical-align: middle;
}
.aur-item-desc {
font-family: 'Inter', system-ui, sans-serif;
font-size: 11.5px;
color: #6a5536;
line-height: 1.4;
margin-top: 3px;
}
/* último item ímpar centraliza na coluna do meio (3-col) */
.aur-item-grid > .aur-item-card:last-child:nth-child(3n - 2) { grid-column: 2 / span 1; }
@media (max-width: 800px) {
.aur-item-grid { grid-template-columns: repeat(2, 1fr); }
}
/* compactação */
.aur-compact .aur-item-grid { gap: 6px !important; margin-bottom: 8px !important; }
.aur-compact .aur-item-card { padding: 7px 9px !important; gap: 9px !important; }
.aur-compact .aur-item-icon { width: 40px !important; height: 40px !important; }
.aur-compact .aur-item-icon .mw-file-element { max-width: 34px !important; max-height: 34px !important; }
.aur-compact .aur-item-name { font-size: 12px !important; }
.aur-compact .aur-item-name small { font-size: 10px !important; }
.aur-compact .aur-item-desc { font-size: 10.5px !important; line-height: 1.35 !important; margin-top: 2px !important; }
/* ===================================================================
ÉDEN AUREUMRO — página dedicada (layout próprio)
=================================================================== */
.eden-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #1b1304; }
.eden-wrap *, .eden-wrap *::before, .eden-wrap *::after { box-sizing: border-box; }
/* HERO */
.eden-hero {
position: relative; text-align: center; padding: 42px 24px 56px; border-radius: 10px;
background:
radial-gradient(circle at 50% -10%, rgba(244,217,122,0.28) 0%, transparent 55%),
linear-gradient(160deg, #241906 0%, #0d0901 100%);
border: 1px solid rgba(212,175,55,0.45);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18);
overflow: hidden;
}
.eden-hero::after {
content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
background: linear-gradient(90deg, transparent, #d4af37, transparent);
}
.eden-hero img { width: 92px; height: 92px; display: block; margin: 0 auto 14px; filter: drop-shadow(0 6px 14px rgba(212,175,55,0.45)); }
.eden-hero .eden-badge {
display: inline-block; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
color: #f4d97a; border: 1px solid rgba(244,217,122,0.45); border-radius: 999px; padding: 5px 16px; margin-bottom: 16px;
}
.eden-hero h1 {
font-size: 40px; font-weight: 800; margin: 0 0 12px; color: #f7e9b8; letter-spacing: 0.5px;
border: none; padding: 0; text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}
.eden-hero p { font-size: 15.5px; color: #ecdcab; max-width: 620px; margin: 0 auto; line-height: 1.65; }
/* STAT STRIP (sobrepõe a base do hero) */
.eden-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: -34px auto 6px; max-width: 780px; position: relative; z-index: 3; padding: 0 10px; }
.eden-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 7px; padding: 15px 8px; text-align: center; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.eden-stat b { display: block; font-size: 27px; font-weight: 800; color: #a8861f; line-height: 1; }
.eden-stat span { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: 1px; color: #8a6c1e; margin-top: 7px; font-weight: 600; }
/* SECTION HEADING */
.eden-h { text-align: center; margin: 40px 0 18px; }
.eden-h span { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #a8861f; position: relative; padding: 0 22px; }
.eden-h span::before, .eden-h span::after { content: ""; position: absolute; top: 50%; width: 46px; height: 1px; background: linear-gradient(90deg, transparent, #d4af37); }
.eden-h span::before { right: 100%; transform: scaleX(-1); }
.eden-h span::after { left: 100%; }
/* LEAD */
.eden-wrap .eden-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 760px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; }
.eden-lead b { color: #a8861f; }
/* STEPS / TIMELINE */
.eden-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.eden-step { background: #fff; border: 1px solid rgba(212,175,55,0.25); border-radius: 8px; padding: 20px 15px 17px; text-align: center; transition: transform .18s, box-shadow .18s, border-color .18s; }
.eden-step:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(212,175,55,0.2); border-color: #f4d97a; }
.eden-step .n { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #1b1304; font-weight: 800; font-size: 16px; line-height: 36px; margin: 0 auto 12px; box-shadow: 0 4px 10px rgba(212,175,55,0.4); }
.eden-step h4 { margin: 0 0 7px; font-size: 14.5px; color: #1b1304; font-weight: 700; border: none; padding: 0; }
.eden-step p { margin: 0; font-size: 12.5px; line-height: 1.5; color: #6b5a2e; }
/* TIER TABLE */
.eden-tiers { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); }
.eden-tiers th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 13px 18px; text-align: left; font-weight: 700; }
.eden-tiers td { padding: 14px 18px; border-top: 1px solid rgba(212,175,55,0.15); font-size: 14.5px; vertical-align: middle; }
.eden-tiers tbody tr:nth-child(even) td { background: #fdf8e8; }
.eden-tiers tbody tr:hover td { background: #f6ecc6; }
.eden-tiers .lvl { font-weight: 700; color: #1b1304; }
.eden-tiers .coin { color: #a8861f; font-weight: 800; white-space: nowrap; text-align: right; }
.eden-tiers .coin img { width: 30px; height: 30px; vertical-align: -9px; margin-right: 7px; }
.eden-tiers .mis { color: #5a4a22; }
.eden-tiers .book { width: 72px; padding: 8px 0 8px 14px; }
.eden-tiers .book img { width: 52px; height: auto; display: block; background: #fff; border-radius: 8px; padding: 4px; box-shadow: 0 1px 4px rgba(36,25,6,0.16); border: 1px solid rgba(212,175,55,0.35); }
/* ECONOMY LOOP */
.eden-loop { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 8px; }
.eden-node { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 8px; padding: 20px 16px; text-align: center; }
.eden-node img { width: 58px; height: 58px; margin: 0 auto 10px; display: block; image-rendering: pixelated; image-rendering: crisp-edges; }
.eden-node .dot { width: 38px; height: 38px; border-radius: 50%; margin: 0 auto 10px; background: linear-gradient(135deg, #f4d97a, #d4af37); }
.eden-node h4 { margin: 0 0 7px; font-size: 13.5px; color: #a8861f; font-weight: 800; border: none; padding: 0; text-transform: uppercase; letter-spacing: 0.5px; }
.eden-node p { margin: 0; font-size: 12.5px; color: #6b5a2e; line-height: 1.5; }
.eden-arrow { display: flex; align-items: center; justify-content: center; color: #d4af37; font-size: 26px; font-weight: 700; }
.eden-loop-note { text-align: center; font-size: 13px; color: #8a6c1e; margin-top: 12px; font-style: italic; }
/* ARMEIRO FEATURE CARDS */
.eden-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.eden-feat { background: #fff; border: 1px solid rgba(212,175,55,0.25); border-left: 4px solid #d4af37; border-radius: 7px; padding: 20px; transition: box-shadow .18s; }
.eden-feat:hover { box-shadow: 0 8px 20px rgba(212,175,55,0.15); }
.eden-feat h4 { margin: 0 0 9px; font-size: 15.5px; color: #1b1304; font-weight: 700; border: none; padding: 0; }
.eden-feat p { margin: 0; font-size: 13px; line-height: 1.6; color: #5a4a22; }
/* RESPONSIVE */
@media (max-width: 850px) {
.eden-stats { grid-template-columns: repeat(2, 1fr); }
.eden-steps { grid-template-columns: repeat(2, 1fr); }
.eden-loop { grid-template-columns: 1fr; }
.eden-arrow { transform: rotate(90deg); padding: 2px 0; }
.eden-feats { grid-template-columns: 1fr; }
.eden-hero h1 { font-size: 31px; }
}
/* =========================================================
CURANDEIRA — página bespoke (escopo .cura-wrap)
========================================================= */
.cura-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
/* HERO */
.cura-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35);
background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.cura-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.cura-hero img { width: auto; height: 171px; image-rendering: pixelated; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55)); }
.cura-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.cura-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; }
.cura-hero p { max-width: 640px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
/* STATS STRIP (sobreposta à base do hero) */
.cura-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.cura-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.cura-stat b { display: block; font-size: 24px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.cura-stat span { display: block; margin-top: 4px; font-size: 11.5px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.6px; }
/* HEADINGS com linha dourada dos dois lados */
.cura-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.cura-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; }
.cura-h::before, .cura-h::after { content: ""; height: 1px; width: 90px; background: linear-gradient(90deg, transparent, #d4af37); }
.cura-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
/* LEAD (especificidade alta p/ vencer .mw-parser-output p) */
.cura-wrap .cura-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 760px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; }
.cura-wrap .cura-lead b { color: #a8861f; }
/* STEPS — timeline horizontal */
.cura-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cura-step { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 22px 16px 18px; text-align: center; position: relative; }
.cura-step .n { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(212,175,55,0.4); }
.cura-step h4 { margin: 0 0 7px; font-size: 14px; color: #1b1304; font-weight: 800; border: none; padding: 0; }
.cura-step p { margin: 0; font-size: 13px; color: #6b5a2e; line-height: 1.5; }
/* PRICE TABLE */
.cura-tiers { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); }
.cura-tiers th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 13px 18px; text-align: left; font-weight: 700; }
.cura-tiers td { padding: 13px 18px; border-top: 1px solid rgba(212,175,55,0.15); font-size: 14.5px; vertical-align: middle; }
.cura-tiers tbody tr:nth-child(even) td { background: #fdf8e8; }
.cura-tiers tbody tr:hover td { background: #f6ecc6; }
.cura-tiers .lvl { font-weight: 700; color: #1b1304; }
.cura-tiers .price { text-align: right; font-weight: 800; color: #a8861f; white-space: nowrap; }
.cura-tiers .free { color: #2e7d32; }
/* PLANOS (Jogador x VIP) */
.cura-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.cura-plan { border: 1px solid rgba(212,175,55,0.3); border-radius: 11px; padding: 22px 22px 20px; background: linear-gradient(180deg, #fff, #fdf8e8); }
.cura-plan.vip { border: 1px solid #d4af37; box-shadow: 0 8px 22px rgba(212,175,55,0.2); background: linear-gradient(180deg, #fffaef, #fdf3d4); }
.cura-plan-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.cura-plan h4 { margin: 0; font-size: 18px; color: #1b1304; font-weight: 800; border: none; padding: 0; }
.cura-plan.vip h4 { color: #9a7a17; }
.cura-plan .tag { font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }
.cura-plan .tag.t-free { background: #ece3c8; color: #6b5a2e; }
.cura-plan .tag.t-vip { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; }
.cura-plan ul { list-style: none; margin: 8px 0 0; padding: 0; }
.cura-plan li { padding: 8px 0 8px 26px; position: relative; font-size: 13.8px; color: #3a2e12; border-top: 1px solid rgba(212,175,55,0.14); line-height: 1.45; }
.cura-plan li:first-child { border-top: none; }
.cura-plan li::before { content: "✦"; position: absolute; left: 2px; top: 8px; color: #d4af37; font-size: 12px; }
.cura-plan .dur { margin-top: 14px; text-align: center; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; color: #8a6c1e; background: rgba(212,175,55,0.12); border-radius: 8px; padding: 9px; }
/* CIDADES — chips */
.cura-cities { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 880px; margin: 0 auto; }
.cura-city { padding: 6px 13px; border-radius: 999px; background: #fdf8e8; border: 1px solid rgba(212,175,55,0.3); font-size: 13px; color: #5a4a22; font-weight: 600; }
.cura-note { text-align: center; font-size: 13px; color: #8a6c1e; margin-top: 14px; font-style: italic; }
/* RESPONSIVE */
@media (max-width: 850px) {
.cura-stats { grid-template-columns: repeat(2, 1fr); }
.cura-steps { grid-template-columns: repeat(2, 1fr); }
.cura-plans { grid-template-columns: 1fr; }
.cura-hero h1 { font-size: 31px; }
}
/* CURANDEIRA — bloco "sem desvalorizar o suporte" (Sacerdote) */
.cura-priest { border: 1px solid #d4af37; border-radius: 12px; padding: 26px 28px 24px; background: linear-gradient(180deg, #fffaef, #fdf3d4); box-shadow: 0 8px 22px rgba(212,175,55,0.18); max-width: 860px; margin: 0 auto; text-align: center; }
.cura-priest h3 { margin: 0 0 10px; font-size: 19px; color: #9a7a17; font-weight: 800; border: none; padding: 0; letter-spacing: 0.3px; }
.cura-priest p { margin: 0 auto; max-width: 700px; font-size: 14.5px; line-height: 1.7; color: #3a2e12; }
.cura-priest p + p { margin-top: 10px; }
.cura-priest b { color: #a8861f; }
.cura-ladder-label { margin: 22px 0 10px; font-size: 11.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #8a6c1e; }
.cura-ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 580px; margin: 0 auto; }
.cura-rung { background: #fff; border: 1px solid rgba(212,175,55,0.32); border-radius: 10px; padding: 14px 8px; text-align: center; }
.cura-rung.max { background: linear-gradient(135deg, #f4d97a, #d4af37); border-color: #d4af37; box-shadow: 0 5px 14px rgba(212,175,55,0.45); transform: translateY(-4px); }
.cura-rung .lv { display: block; font-size: 21px; font-weight: 800; color: #a8861f; line-height: 1.1; }
.cura-rung.max .lv { color: #3a2a06; }
.cura-rung .who { display: block; margin-top: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #6b5a2e; line-height: 1.3; }
.cura-rung.max .who { color: #4a3a0a; font-weight: 800; }
@media (max-width: 850px) { .cura-priest { padding: 22px 18px; } }
/* =========================================================
ECONOMIA — página bespoke (escopo .econ-wrap)
========================================================= */
.econ-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.econ-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.econ-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.econ-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.econ-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.econ-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; }
.econ-hero p { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.econ-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.econ-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.econ-stat b { display: block; font-size: 23px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.econ-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.econ-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.econ-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.econ-h::before, .econ-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.econ-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.econ-wrap .econ-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 780px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; }
.econ-wrap .econ-lead b { color: #a8861f; }
.econ-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.econ-card { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 18px 12px 16px; text-align: center; }
.econ-card img { width: 44px; height: 44px; image-rendering: pixelated; margin-bottom: 8px; }
.econ-card .nm { display: block; font-size: 12.5px; font-weight: 700; color: #1b1304; line-height: 1.3; min-height: 33px; }
.econ-card .ba { margin-top: 8px; font-size: 12.5px; color: #9a8a5e; text-decoration: line-through; }
.econ-card .af { font-size: 21px; font-weight: 800; color: #a8861f; line-height: 1.2; }
.econ-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); }
.econ-table th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; padding: 12px 14px; text-align: left; font-weight: 700; }
.econ-table th.r { text-align: right; }
.econ-table td { padding: 8px 14px; border-top: 1px solid rgba(212,175,55,0.13); font-size: 13.5px; vertical-align: middle; }
.econ-table tbody tr:nth-child(even) td { background: #fdf8e8; }
.econ-table tbody tr:hover td { background: #f6ecc6; }
.econ-table .ic { width: 30px; padding: 5px 0 5px 12px; }
.econ-table .ic img { width: 26px; height: 26px; image-rendering: pixelated; vertical-align: middle; display: block; }
.econ-table .nm { font-weight: 600; color: #2a2008; }
.econ-table .be { text-align: right; color: #9a8a5e; text-decoration: line-through; white-space: nowrap; }
.econ-table .arw { text-align: center; color: #d4af37; width: 22px; font-weight: 700; }
.econ-table .af { text-align: right; color: #a8861f; font-weight: 800; white-space: nowrap; }
.econ-note { text-align: center; font-size: 13px; color: #8a6c1e; margin-top: 14px; font-style: italic; max-width: 760px; margin-left: auto; margin-right: auto; }
@media (max-width: 850px) {
.econ-stats { grid-template-columns: repeat(2, 1fr); }
.econ-highlights { grid-template-columns: repeat(2, 1fr); }
.econ-hero h1 { font-size: 31px; }
.econ-h::before, .econ-h::after { width: 40px; }
}
/* ARMEIRO DO ÉDEN — loja de troca + encantamentos */
.eden-armeiro-loc { text-align: center; font-size: 13px; color: #8a6c1e; margin: 0 0 8px; }
.eden-armeiro-loc b { color: #a8861f; }
.eden-shop { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.eden-shopbox { border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.eden-shopbox h4 { margin: 0; background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; padding: 12px 16px; border: none; font-weight: 700; }
.eden-shopbox table { width: 100%; border-collapse: separate; border-spacing: 0; }
.eden-shopbox td { padding: 8px 16px; border-top: 1px solid rgba(212,175,55,0.13); font-size: 13.5px; vertical-align: middle; }
.eden-shopbox tr:nth-child(even) td { background: #fdf8e8; }
.eden-shopbox tr:hover td { background: #f6ecc6; }
.eden-shopbox .it { color: #2a2008; font-weight: 600; }
.eden-shopbox .pr { text-align: right; color: #a8861f; font-weight: 800; white-space: nowrap; }
.eden-shopbox .pr img { width: 16px; height: 16px; vertical-align: -3px; margin-right: 4px; }
.eden-feat ul { margin: 6px 0 0; padding-left: 0; list-style: none; }
.eden-feat li { padding: 5px 0 5px 20px; position: relative; font-size: 13px; color: #3a2e12; line-height: 1.5; }
.eden-feat li::before { content: "\2726"; position: absolute; left: 0; top: 6px; color: #d4af37; font-size: 11px; }
@media (max-width: 850px) { .eden-shop { grid-template-columns: 1fr; } }
/* ARMEIRO DO ÉDEN — portrait NPC, conjunto, /navi, tabela detalhada */
.eden-armeiro { display: flex; gap: 24px; align-items: center; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 20px 26px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.eden-armeiro img { width: 120px; height: auto; image-rendering: pixelated; flex-shrink: 0; filter: drop-shadow(0 7px 11px rgba(0,0,0,0.28)); }
.eden-armeiro-txt { font-size: 14px; line-height: 1.6; color: #3a2e12; }
.eden-armeiro-txt p { margin: 0 0 9px; }
.eden-armeiro-txt p:last-child { margin-bottom: 0; }
.eden-armeiro-txt b { color: #a8861f; }
.navi-copy { color: #9a7a17; font-weight: 700; border-bottom: 1px dotted #d4af37; cursor: pointer; white-space: nowrap; transition: background 0.15s, color 0.15s; padding: 0 2px; border-radius: 3px; }
.navi-copy:hover { color: #6e5410; background: rgba(212,175,55,0.16); }
.eden-set { border: 1px dashed #d4af37; border-radius: 10px; padding: 14px 20px; background: rgba(212,175,55,0.08); font-size: 13.5px; line-height: 1.6; color: #3a2e12; text-align: center; max-width: 860px; margin: 0 auto; }
.eden-set b { color: #a8861f; }
.eden-wtable { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); }
.eden-wtable th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; padding: 11px 12px; text-align: left; font-weight: 700; }
.eden-wtable th.c, .eden-wtable td.c { text-align: center; }
.eden-wtable th.r, .eden-wtable td.r { text-align: right; }
.eden-wtable td { padding: 9px 12px; border-top: 1px solid rgba(212,175,55,0.13); font-size: 13px; vertical-align: middle; }
.eden-wtable tbody tr:nth-child(even) td { background: #fdf8e8; }
.eden-wtable tbody tr:hover td { background: #f6ecc6; }
.eden-wtable .ic { width: 30px; padding-left: 12px; }
.eden-wtable .ic img { width: 26px; height: 26px; image-rendering: pixelated; vertical-align: middle; display: block; }
.eden-wtable .nm { font-weight: 700; color: #1b1304; }
.eden-wtable .lv, .eden-wtable .atk { text-align: center; color: #5a4a22; font-weight: 600; white-space: nowrap; }
.eden-wtable .bn { font-size: 12px; color: #4a3e1e; line-height: 1.45; }
.eden-wtable .bn b { color: #9a7a17; }
.eden-wtable .pr { text-align: right; color: #a8861f; font-weight: 800; white-space: nowrap; }
.eden-wtable .pr img { width: 15px; height: 15px; vertical-align: -3px; margin-right: 3px; }
@media (max-width: 850px) { .eden-armeiro { flex-direction: column; text-align: center; } .eden-wtable .bn { font-size: 11.5px; } }
/* =========================================================
VISUAIS — página bespoke (escopo .vis-wrap)
========================================================= */
.vis-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.vis-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.vis-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.vis-hero img { width: 110px; height: 110px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.vis-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.vis-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; }
.vis-hero p { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.vis-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: -34px auto 6px; position: relative; }
.vis-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.vis-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.vis-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.vis-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 40px 0 16px; }
.vis-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.vis-h::before, .vis-h::after { content: ""; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.vis-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.vis-wrap .vis-lead { text-align: center; font-size: 15px; line-height: 1.7; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 8px; color: #2a2008; }
.vis-wrap .vis-lead b { color: #a8861f; }
.vis-msg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.vis-msg-card { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 18px 18px 16px; }
.vis-msg-card h4 { margin: 0 0 7px; font-size: 15px; color: #1b1304; font-weight: 800; border: none; padding: 0; }
.vis-msg-card p { margin: 0; font-size: 13px; color: #5a4a22; line-height: 1.55; }
.vis-msg-card b { color: #a8861f; }
/* legendary showcase */
.vis-legend { display: flex; align-items: center; gap: 24px; background: linear-gradient(180deg, #fffaef, #fdf3d4); border: 1px solid #d4af37; border-radius: 12px; padding: 18px 26px; box-shadow: 0 8px 22px rgba(212,175,55,0.2); margin-bottom: 14px; }
.vis-legend img { width: 130px; height: auto; image-rendering: pixelated; flex-shrink: 0; filter: drop-shadow(0 6px 10px rgba(0,0,0,0.25)); }
.vis-legend-txt h4 { margin: 8px 0 6px; font-size: 20px; color: #9a7a17; font-weight: 800; border: none; padding: 0; }
.vis-legend-txt p { margin: 0; font-size: 13.5px; color: #3a2e12; line-height: 1.6; }
.vis-legend-txt b { color: #a8861f; }
/* gallery */
.vis-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.vis-card { width: 132px; box-sizing: border-box; position: relative; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 8px 6px 10px; text-align: center; transition: transform 0.12s, box-shadow 0.12s; }
.vis-card:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,0.12); }
.vis-card.leg { border-color: #d4af37; box-shadow: 0 0 0 1px #d4af37 inset; }
.vis-card.rare { border-color: #4a9d5f; }
.vis-card img { display: block; height: 132px; width: auto; max-width: 100%; margin: 0 auto; object-fit: contain; object-position: bottom; image-rendering: pixelated; }
.vis-noimg { height: 132px; display: flex; align-items: center; justify-content: center; color: #d4af37; font-size: 30px; }
.vis-nm { display: block; margin-top: 6px; font-size: 11.5px; font-weight: 600; color: #2a2008; line-height: 1.25; min-height: 28px; }
.vis-rb { display: inline-block; margin-top: 4px; font-size: 9px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; }
.vis-rb.leg { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; }
.vis-rb.rare { background: #dcf1e2; color: #2f6b41; }
.vis-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 24px auto 0; font-style: italic; max-width: 780px; }
@media (max-width: 850px) {
.vis-stats { grid-template-columns: repeat(2, 1fr); }
.vis-msg { grid-template-columns: 1fr; }
.vis-legend { flex-direction: column; text-align: center; }
.vis-hero h1 { font-size: 31px; }
.vis-card { width: 108px; }
.vis-card img { height: 108px; }
}
/* [ROT2] abas de rotacao e cards grandes */
/* abas em CSS puro: os radios ficam antes da barra e dos paineis, e o
combinador de irmaos liga o radio marcado ao painel correspondente.
Sem JS, que nao roda dentro do bloco de HTML cru da wiki. */
.vis-tabs input[name="visrot"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.vis-tabbar { display: flex; justify-content: center; gap: 10px; margin: 34px 0 8px; flex-wrap: wrap; }
.vis-tabbar label { cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; background: linear-gradient(180deg, #fff, #fdf8e8); transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; }
.vis-tabbar label:hover { border-color: #d4af37; color: #5a4a12; }
.vis-tabbar label b { font-weight: 800; opacity: 0.75; }
.vis-pane { display: none; }
#visrot2:checked ~ .vis-pane.vis-pane2, #visrot1:checked ~ .vis-pane.vis-pane1, #visrotpk:checked ~ .vis-pane.vis-panepk, #visrotpk2:checked ~ .vis-pane.vis-panepk2 { display: block; }
#visrot2:checked ~ .vis-tabbar label[for="visrot2"], #visrot1:checked ~ .vis-tabbar label[for="visrot1"], #visrotpk:checked ~ .vis-tabbar label[for="visrotpk"], #visrotpk2:checked ~ .vis-tabbar label[for="visrotpk2"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); }
/* raridade nova da 2a rotacao (a 1a so tinha leg e rare) */
.vis-card.epic { border-color: #9b6bd4; }
.vis-rb.epic { background: #ece0f7; color: #6b3fa0; }
/* card duplo: nos visuais que vem com efeito do cliente o efeito ocupa boa
parte do quadro, e num card normal o personagem fica pequeno demais. A
imagem tem 456 px de altura = 1,73x os 264 px do card, a mesma reducao do
resto da pagina — ou seja sem perda de nitidez. */
.vis-card.gg { width: 216px; }
.vis-card.gg img { height: 264px; }
/* no destaque a regra da 1a rotacao fixa a LARGURA, entao um visual estreito e
alto (o Pequeno Aprendiz e 102x242) vira um bloco de 308 px de altura, o
dobro dos outros. Aqui vale a ALTURA, e todos ficam do mesmo tamanho. */
/* a galeria e flex e o padrao (align-items: stretch) estica todo card da linha
ate a altura do maior. Com o card duplo na mesma linha, os cards normais
viravam blocos de 264 px com a imagem de 132 px encostada no topo. */
.vis-pane2 .vis-gallery, .vis-panepk .vis-gallery, .vis-panepk2 .vis-gallery { align-items: flex-start; }
/* os cards duplos ficam sozinhos na primeira linha: sem isso os cards normais
se encaixam ao lado deles e sobra um vao embaixo ate a linha seguinte. */
.vis-pane2 .vis-break { flex-basis: 100%; height: 0; margin: 0; padding: 0; }
.vis-pane2 .vis-legend img, .vis-panepk .vis-legend img, .vis-panepk2 .vis-legend img { width: auto; height: 140px; }
.vis-pane2 .vis-legend.gg img { height: 250px; }
@media (max-width: 850px) {
.vis-card.gg { width: 176px; }
.vis-card.gg img { height: 216px; }
.vis-pane2 .vis-legend img, .vis-panepk .vis-legend img, .vis-panepk2 .vis-legend img { height: 120px; }
.vis-pane2 .vis-legend.gg img { height: 200px; }
.vis-tabbar label { padding: 9px 16px; font-size: 12px; }
}
/* =========================================================
TELEPORTADORA — página bespoke (escopo .tele-wrap)
========================================================= */
.tele-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.tele-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.tele-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.tele-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.tele-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.tele-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; }
.tele-hero p { max-width: 640px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.tele-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.tele-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.tele-stat b { display: block; font-size: 23px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.tele-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.tele-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.tele-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; }
.tele-h::before, .tele-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.tele-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.tele-wrap .tele-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 780px; margin-left: auto; margin-right: auto; margin-bottom: 6px; color: #2a2008; }
.tele-wrap .tele-lead b { color: #a8861f; }
.tele-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tele-step { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 22px 16px 18px; text-align: center; }
.tele-step .n { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(212,175,55,0.4); }
.tele-step h4 { margin: 0 0 7px; font-size: 14px; color: #1b1304; font-weight: 800; border: none; padding: 0; }
.tele-step p { margin: 0; font-size: 13px; color: #6b5a2e; line-height: 1.5; }
.tele-tiers { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(212,175,55,0.3); border-radius: 9px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); }
.tele-tiers th { background: linear-gradient(180deg, #241906, #0d0901); color: #f4d97a; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 13px 18px; text-align: left; font-weight: 700; }
.tele-tiers td { padding: 13px 18px; border-top: 1px solid rgba(212,175,55,0.15); font-size: 14.5px; }
.tele-tiers tbody tr:nth-child(even) td { background: #fdf8e8; }
.tele-tiers tbody tr:hover td { background: #f6ecc6; }
.tele-tiers .lvl { font-weight: 700; color: #1b1304; }
.tele-tiers .price { text-align: right; font-weight: 800; color: #a8861f; white-space: nowrap; }
.tele-tiers .free { color: #2e7d32; }
.tele-dest { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.tele-destbox { border: 1px solid rgba(212,175,55,0.3); border-radius: 11px; padding: 18px 18px 16px; background: linear-gradient(180deg, #fff, #fdf8e8); }
.tele-destbox.vip { border-color: #d4af37; box-shadow: 0 6px 18px rgba(212,175,55,0.14); background: linear-gradient(180deg, #fffaef, #fdf3d4); }
.tele-desthead { display: flex; align-items: center; justify-content: space-between; }
.tele-desthead h4 { margin: 0; font-size: 17px; color: #1b1304; font-weight: 800; border: none; padding: 0; }
.tele-tag { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }
.tele-tag.t-free { background: #d7f0d8; color: #2e7d32; }
.tele-tag.t-vip { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; }
.tele-destn { margin: 6px 0 12px; font-size: 12px; color: #6b5a2e; }
.tele-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.tele-chips-center { justify-content: center; max-width: 880px; margin: 0 auto; }
.tele-chip { padding: 4px 10px; border-radius: 999px; background: #fdf8e8; border: 1px solid rgba(212,175,55,0.3); font-size: 12px; color: #5a4a22; font-weight: 600; }
.tele-destbox.vip .tele-chip { background: #fff; }
.tele-chip.city { font-size: 13px; padding: 6px 13px; }
.tele-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 22px auto; font-style: italic; max-width: 820px; background: rgba(212,175,55,0.08); border: 1px dashed #d4af37; border-radius: 10px; padding: 14px 20px; }
.tele-note b { color: #a8861f; }
@media (max-width: 850px) {
.tele-stats { grid-template-columns: repeat(2, 1fr); }
.tele-steps { grid-template-columns: repeat(2, 1fr); }
.tele-dest { grid-template-columns: 1fr; }
.tele-hero h1 { font-size: 31px; }
}
/* =========================================================
ESTILISTA — página bespoke (escopo .est-wrap)
========================================================= */
.est-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.est-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.est-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.est-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.est-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.est-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; }
.est-hero p { max-width: 640px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.est-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.est-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.est-stat b { display: block; font-size: 23px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.est-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.est-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.est-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; }
.est-h::before, .est-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.est-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.est-wrap .est-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 8px; color: #2a2008; }
.est-wrap .est-lead b { color: #a8861f; }
.est-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.est-step { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 22px 16px 18px; text-align: center; }
.est-step .n { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(212,175,55,0.4); }
.est-step h4 { margin: 0 0 7px; font-size: 14px; color: #1b1304; font-weight: 800; border: none; padding: 0; }
.est-step p { margin: 0; font-size: 13px; color: #6b5a2e; line-height: 1.5; }
.est-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.est-card { width: 150px; box-sizing: border-box; position: relative; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 10px 8px 12px; text-align: center; display: flex; flex-direction: column; }
.est-card.mounted { border-color: #d4af37; box-shadow: 0 0 0 1px #d4af37 inset; }
.est-card img { height: 150px; width: auto; max-width: 100%; margin: 0 auto auto; object-fit: contain; object-position: bottom; image-rendering: pixelated; }
.est-mount { position: absolute; top: 8px; right: 8px; font-size: 9px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; }
.est-cap { display: block; margin-top: 8px; font-size: 11px; font-weight: 600; color: #5a4a22; line-height: 1.3; }
.est-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 24px auto 0; font-style: italic; max-width: 800px; }
.est-note b { color: #a8861f; }
@media (max-width: 850px) {
.est-stats { grid-template-columns: repeat(2, 1fr); }
.est-steps { grid-template-columns: repeat(2, 1fr); }
.est-hero h1 { font-size: 31px; }
}
/* =========================================================
ITEM RECOLOR — página bespoke (escopo .ir-wrap)
========================================================= */
.ir-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.ir-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.ir-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.ir-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.ir-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.ir-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; }
.ir-hero p { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.ir-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.ir-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.ir-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.ir-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.ir-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 36px 0 4px; }
.ir-h span { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.ir-h::before, .ir-h::after { content: ""; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.ir-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.ir-wrap .ir-lead { text-align: center; font-size: 15px; line-height: 1.7; max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 8px; color: #2a2008; }
.ir-wrap .ir-lead b { color: #a8861f; }
.ir-fam { text-align: center; font-size: 11.5px; color: #8a6c1e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 12px; }
.ir-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 8px; }
.ir-card { width: 116px; box-sizing: border-box; position: relative; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 10px; padding: 8px 6px 9px; text-align: center; display: flex; flex-direction: column; }
.ir-card.orig { border-color: #d4af37; box-shadow: 0 0 0 1px #d4af37 inset; }
.ir-card img { height: 116px; width: auto; max-width: 100%; margin: 0 auto auto; object-fit: contain; object-position: bottom; image-rendering: pixelated; }
.ir-noimg { height: 116px; display: flex; align-items: center; justify-content: center; color: #d4af37; font-size: 26px; }
.ir-orig { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); font-size: 8.5px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; }
.ir-cap { display: block; margin-top: 6px; font-size: 11px; font-weight: 600; color: #5a4a22; line-height: 1.25; }
.ir-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 26px auto 0; font-style: italic; max-width: 800px; }
.ir-note b { color: #a8861f; }
@media (max-width: 850px) {
.ir-stats { grid-template-columns: repeat(2, 1fr); }
.ir-hero h1 { font-size: 31px; }
.ir-card { width: 96px; }
.ir-card img { height: 96px; }
}
/* =========================================================
AURAS — página bespoke (escopo .aurp-wrap)
========================================================= */
.aurp-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.aurp-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.aurp-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.aurp-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.aurp-badge2 { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.aurp-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; }
.aurp-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.aurp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.aurp-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.aurp-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.aurp-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.aurp-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 4px; }
.aurp-h span { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #a8861f; white-space: nowrap; }
.aurp-h::before, .aurp-h::after { content: ""; height: 1px; width: 70px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.aurp-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.aurp-wrap .aurp-lead { text-align: center; font-size: 15px; line-height: 1.7; max-width: 820px; margin-left: auto; margin-right: auto; margin-bottom: 10px; color: #2a2008; }
.aurp-wrap .aurp-lead b { color: #a8861f; }
.aurp-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 880px; margin: 12px auto 4px; }
.aurp-type { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 18px 14px; text-align: center; }
.aurp-type .n { font-size: 26px; font-weight: 800; color: #a8861f; line-height: 1; }
.aurp-type .t { font-weight: 800; margin-top: 6px; color: #3a2c0a; font-size: 15px; }
.aurp-type .d { font-size: 12.5px; color: #6b5a2e; margin-top: 4px; line-height: 1.45; }
.aurp-flex { max-width: 860px; margin: 24px auto 6px; border-radius: 14px; padding: 24px 28px; text-align: center; border: 1px solid rgba(212,175,55,0.45); background: radial-gradient(ellipse at 50% -20%, rgba(244,217,122,0.22), transparent 60%), linear-gradient(180deg, #241906, #0d0901); }
.aurp-flex .ft { font-size: 19px; font-weight: 800; color: #f4d97a; margin-bottom: 8px; }
.aurp-wrap .aurp-flex p { color: #e9dcc0; font-size: 14.5px; line-height: 1.65; margin: 0 auto; max-width: 720px; }
.aurp-flex p b { color: #f4d97a; }
.aurp-packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 12px auto 4px; }
.aurp-pack { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 20px 18px; text-align: center; border-top: 4px solid #d4af37; }
.aurp-pack .pn { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.aurp-pack .pd { font-size: 13px; color: #5a4a22; line-height: 1.5; }
.aurp-pack .pd b { color: #a8861f; }
.aurp-prata { border-top-color: #9fb1c4; } .aurp-prata .pn { color: #6f7d8c; }
.aurp-gold { border-top-color: #d4af37; } .aurp-gold .pn { color: #a8861f; }
.aurp-diam { border-top-color: #5fc8d4; } .aurp-diam .pn { color: #2f9aa6; }
.aurp-sub { text-align: center; font-size: 12px; color: #8a6c1e; text-transform: uppercase; letter-spacing: 1px; margin: 2px 0 14px; }
.aurp-gal { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 8px; }
.aurp-card { position: relative; width: 152px; height: 170px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); box-shadow: 0 4px 14px rgba(0,0,0,0.12); background: #0d0901; }
.aurp-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aurp-bdg { position: absolute; top: 7px; right: 7px; font-size: 9px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; color: #241906; }
.aurp-tier-Prata .aurp-bdg { background: linear-gradient(135deg, #eef2f7, #9fb1c4); }
.aurp-tier-Gold .aurp-bdg { background: linear-gradient(135deg, #f4d97a, #d4af37); }
.aurp-tier-Diamante .aurp-bdg { background: linear-gradient(135deg, #c4f1f6, #5fc8d4); }
.aurp-tier-Prata { border-color: rgba(159,177,196,0.6); }
.aurp-tier-Diamante { border-color: rgba(95,200,212,0.55); }
.aurp-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 26px auto 0; font-style: italic; max-width: 800px; }
@media (max-width: 850px) {
.aurp-stats { grid-template-columns: repeat(2, 1fr); }
.aurp-types, .aurp-packs { grid-template-columns: 1fr; }
.aurp-hero h1 { font-size: 31px; }
.aurp-card { width: 120px; height: 138px; }
}
/* =========================================================
PÁGINA PRINCIPAL — redesign bespoke (escopo .hm-wrap)
========================================================= */
.hm-wrap { max-width: 1080px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.hm-hero { position: relative; text-align: center; padding: 56px 24px 48px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(212,175,55,0.4); background: radial-gradient(ellipse at 50% -25%, rgba(244,217,122,0.30), transparent 60%), radial-gradient(circle at 50% 130%, rgba(212,175,55,0.14), transparent 55%), linear-gradient(180deg, #2a1d07, #0d0901); }
.hm-hero::before { content: "✦"; position: absolute; top: 18px; right: 26px; color: rgba(212,175,55,0.28); font-size: 30px; }
.hm-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.hm-selo { display: inline-block; padding: 5px 17px; border: 1px solid rgba(212,175,55,0.55); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; font-weight: 700; }
.hm-wrap h1.hm-title { margin: 16px 0 8px; font-size: 62px; line-height: 1; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 1px; text-shadow: 0 3px 26px rgba(212,175,55,0.35); }
.hm-tag { max-width: 660px; margin: 0 auto; color: #e9dcc0; font-size: 16px; line-height: 1.62; }
.hm-tag i { color: #f4d97a; font-style: italic; }
.hm-cta { display: flex; gap: 14px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
.hm-wrap a.hm-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 11px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.hm-wrap a.hm-btn-primary { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07; box-shadow: 0 8px 22px rgba(212,175,55,0.38); }
.hm-wrap a.hm-btn-ghost { border: 1px solid rgba(212,175,55,0.6); color: #f4d97a; }
.hm-wrap a.hm-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.45); }
/* ---- Aviso de BETA (em evidência) ---- */
.hm-beta { position: relative; overflow: hidden; margin: 22px auto 4px; max-width: 1000px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; padding: 24px 30px; border-radius: 16px; border: 1.5px solid rgba(244,217,122,0.65); background: radial-gradient(ellipse at 0% 0%, rgba(244,217,122,0.22), transparent 55%), linear-gradient(135deg, #3a2a08, #160f04); box-shadow: 0 0 0 1px rgba(244,217,122,0.12), 0 12px 34px rgba(0,0,0,0.35); }
.hm-beta-l { display: flex; flex-direction: column; gap: 6px; min-width: 280px; flex: 1; }
.hm-beta-badge { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 4px 13px; border-radius: 999px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07; font-weight: 800; font-size: 12px; letter-spacing: 1.5px; }
.hm-beta-dot { width: 9px; height: 9px; border-radius: 50%; background: #2a1d07; box-shadow: 0 0 0 0 rgba(42,29,7,0.6); animation: hmpulse 1.6s infinite; }
@keyframes hmpulse { 0% { box-shadow: 0 0 0 0 rgba(42,29,7,0.55); } 70% { box-shadow: 0 0 0 7px rgba(42,29,7,0); } 100% { box-shadow: 0 0 0 0 rgba(42,29,7,0); } }
.hm-beta-t { font-size: 21px; font-weight: 800; color: #f4d97a; line-height: 1.2; }
.hm-wrap .hm-beta-s { color: #e9dcc0; font-size: 14px; line-height: 1.55; margin: 2px 0 0; max-width: 620px; }
.hm-beta-s b { color: #f4d97a; }
.hm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 900px; margin: -30px auto 8px; position: relative; }
.hm-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 11px; padding: 15px 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.hm-stat b { display: block; font-size: 17px; color: #a8861f; font-weight: 800; line-height: 1.15; }
.hm-stat span { display: block; margin-top: 3px; font-size: 10.5px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.6px; }
.hm-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 42px 0 6px; }
.hm-h span { font-size: 14px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: #a8861f; white-space: nowrap; }
.hm-h::before, .hm-h::after { content: ""; height: 1px; width: 90px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.hm-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.hm-sub { text-align: center; color: #8a6c1e; font-size: 13px; margin: 0 auto 16px; max-width: 640px; }
/* Fix centralizacao: .mw-parser-output p (0,1,1) zera margin-left/right; 2 classes (0,2,0) vencem */
.hm-wrap .hm-tag, .hm-wrap .hm-sub { margin-left: auto; margin-right: auto; }
.hm-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 12px 0; }
.hm-wrap a.hm-card { width: 152px; box-sizing: border-box; padding: 18px 12px 16px; border-radius: 14px; text-align: center; text-decoration: none; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); transition: transform .16s, box-shadow .16s, border-color .16s; display: flex; flex-direction: column; align-items: center; gap: 11px; color: #3a2c0a; }
.hm-wrap a.hm-card:hover { transform: translateY(-5px); box-shadow: 0 12px 26px rgba(0,0,0,0.15); border-color: #d4af37; }
.hm-card img { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.22)); }
.hm-card span { font-weight: 700; font-size: 14px; line-height: 1.25; }
.hm-sys a.hm-card { width: 168px; }
.hm-soon { max-width: 900px; margin: 16px auto 6px; padding: 24px 28px; border-radius: 14px; text-align: center; border: 1px dashed rgba(212,175,55,0.55); background: linear-gradient(180deg, rgba(244,217,122,0.07), rgba(244,217,122,0.02)); }
.hm-soon-t { font-weight: 800; color: #a8861f; font-size: 15px; letter-spacing: 0.5px; }
.hm-soon p { margin: 6px auto 0; color: #6b5a2e; font-size: 13.5px; line-height: 1.55; max-width: 600px; }
.hm-soon p b { color: #a8861f; }
.hm-banner { margin: 40px auto 8px; max-width: 1000px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 26px 32px; border-radius: 16px; border: 1px solid rgba(212,175,55,0.4); background: radial-gradient(ellipse at 0% 0%, rgba(244,217,122,0.18), transparent 55%), linear-gradient(135deg, #2a1d07, #0d0901); }
.hm-banner-t { font-size: 21px; font-weight: 800; color: #f4d97a; }
.hm-banner-s { color: #e9dcc0; font-size: 14px; margin-top: 4px; max-width: 560px; line-height: 1.5; }
.hm-banner-tags { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.hm-tag-pill { padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.5); color: #f4d97a; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; }
@media (max-width: 860px) {
.hm-wrap h1.hm-title { font-size: 42px; }
.hm-stats { grid-template-columns: repeat(2, 1fr); }
.hm-wrap a.hm-card, .hm-sys a.hm-card { width: 44%; }
.hm-banner { flex-direction: column; text-align: center; }
}
/* =========================================================
LOJA DE CASH — página bespoke (escopo .cash-wrap)
========================================================= */
.cash-wrap { max-width: 1040px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.cash-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.4); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #2a1d07, #0d0901); }
.cash-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.cash-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); }
.cash-badge { display: inline-block; margin: 14px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.cash-wrap h1 { margin: 6px 0 10px; font-size: 38px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; }
.cash-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.6; }
.cash-hero p b { color: #f4d97a; }
.cash-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 34px 0 12px; }
.cash-h span { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #a8861f; white-space: nowrap; }
.cash-h::before, .cash-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.cash-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.cash-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 8px; }
.cash-card { width: 136px; box-sizing: border-box; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-radius: 11px; padding: 12px 8px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 7px; transition: transform .14s, box-shadow .14s, border-color .14s; }
.cash-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,0.13); border-color: #d4af37; }
.cash-ic { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; }
.cash-ic img { max-width: 56px; max-height: 56px; object-fit: contain; image-rendering: -webkit-optimize-contrast; }
.cash-nm { font-size: 12px; font-weight: 600; color: #3a2c0a; line-height: 1.22; min-height: 29px; display: flex; align-items: center; }
.cash-pr { font-size: 12.5px; font-weight: 800; color: #a8861f; background: rgba(212,175,55,0.12); border-radius: 6px; padding: 2px 8px; }
.cash-note { text-align: center; font-size: 13px; color: #8a6c1e; margin: 28px auto 0; font-style: italic; max-width: 760px; }
.cash-note b { color: #a8861f; }
@media (max-width: 850px) { .cash-card { width: 30%; } .cash-hero h1 { font-size: 30px; } }
/* ============================================================
VIP — página bespoke (escopo .vip-wrap) — v3 (1 bloco escuro = hero)
============================================================ */
.vip-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.vip-wrap *, .vip-wrap *::before, .vip-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro da página */
.vip-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.vip-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.vip-hero img.vip-ico { width: 104px; height: 104px; display:block; margin: 0 auto 8px; border-radius: 18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.40)); }
.vip-badge { display:inline-block; margin: 4px 0; padding: 5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.vip-wrap h1 { margin: 8px 0 12px; font-size: 40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow: 0 2px 16px rgba(0,0,0,0.55); }
.vip-hero p { max-width: 660px; margin: 0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.vip-hero p b { color:#f4d97a; }
/* STAT STRIP (sobrepoe a base do hero) */
.vip-stats { display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; margin:-34px auto 6px; max-width:840px; position:relative; z-index:3; padding:0 10px; }
.vip-stat { background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.vip-stat b { display:block; font-size:26px; font-weight:800; color:#a8861f; line-height:1; }
.vip-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:1px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.vip-h { display:flex; align-items:center; justify-content:center; gap:14px; margin: 44px 0 14px; }
.vip-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.vip-h::before, .vip-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.vip-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.vip-wrap .vip-lead { text-align:center; font-size:15px; line-height:1.7; max-width:770px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.vip-lead b { color:#a8861f; }
.vip-wrap .vip-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:720px; }
/* STEPS — cards claros com círculo dourado (igual Curandeira) */
.vip-steps { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; }
.vip-step { background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:22px 16px 18px; text-align:center; transition:transform .16s, box-shadow .16s, border-color .16s; }
.vip-step:hover { transform:translateY(-4px); box-shadow:0 10px 22px rgba(212,175,55,0.18); border-color:#f4d97a; }
.vip-step .n { width:34px; height:34px; border-radius:50%; margin:0 auto 12px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-weight:800; font-size:16px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(212,175,55,0.4); }
.vip-step h4 { margin:0 0 7px; font-size:14px; color:#1b1304; font-weight:800; border:none; padding:0; }
.vip-step p { margin:0; font-size:13px; color:#6b5a2e; line-height:1.5; }
.vip-step a { color:#9a7a17; font-weight:700; border-bottom:1px dotted #d4af37; text-decoration:none; }
.vip-step a:hover { color:#6e5410; }
/* FEATURE — NPC em card claro (estilo Armeiro do Éden) */
.vip-feature { display:flex; gap:24px; align-items:center; background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 26px; box-shadow:0 6px 18px rgba(0,0,0,0.06); margin-top:14px; }
.vip-feature img { height:118px; image-rendering:pixelated; flex-shrink:0; filter: drop-shadow(0 7px 11px rgba(0,0,0,0.28)); }
.vip-feature-txt { font-size:14px; line-height:1.6; color:#3a2e12; }
.vip-feature-txt h4 { margin:0 0 6px; font-size:16px; color:#9a7a17; font-weight:800; border:none; padding:0; }
.vip-feature-txt p { margin:0; }
.vip-feature-txt b { color:#a8861f; }
/* COMPARISON TABLE */
.vip-cmp { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(212,175,55,0.3); border-radius:9px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); }
.vip-cmp th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; padding:13px 16px; text-align:left; font-weight:700; }
.vip-cmp th.c { text-align:center; }
.vip-cmp td { padding:12px 16px; border-top:1px solid rgba(212,175,55,0.15); font-size:14px; vertical-align:middle; }
.vip-cmp tbody tr:nth-child(even) td { background:#fdf8e8; }
.vip-cmp tbody tr:hover td { background:#f6ecc6; }
.vip-cmp .feat { font-weight:700; color:#1b1304; }
.vip-cmp .base { color:#8a7340; text-align:center; }
.vip-cmp th.vipc { background:linear-gradient(180deg,#4a360f,#2a1d07); color:#f7e9b8; text-align:center; border-left:1px solid rgba(212,175,55,0.35); }
.vip-cmp td.vipc { text-align:center; font-weight:800; color:#7a5a10; background:rgba(212,175,55,0.16); border-left:1px solid rgba(212,175,55,0.3); }
.vip-cmp tbody tr:nth-child(even) td.vipc { background:rgba(212,175,55,0.22); }
.vip-cmp tbody tr:hover td.vipc { background:rgba(212,175,55,0.30); }
/* COMMAND CARDS */
.vip-cmds { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.vip-cmd { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:9px; padding:14px 16px; transition:box-shadow .14s; }
.vip-cmd:hover { box-shadow:0 8px 18px rgba(212,175,55,0.16); }
.vip-cmd b { display:block; font-family:'Consolas','Courier New',monospace; font-size:15px; color:#a8861f; font-weight:800; }
.vip-cmd small { display:block; color:#8a6c1e; font-size:11px; margin:2px 0 6px; }
.vip-cmd span { display:block; font-size:12.5px; color:#4a3a14; line-height:1.45; }
/* SHOP CATALOG */
.vip-shop { border:1px solid rgba(212,175,55,0.3); border-radius:10px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); }
.vip-shop-cat { padding:14px 18px; border-top:1px solid rgba(212,175,55,0.18); }
.vip-shop-cat:first-child { border-top:none; }
.vip-shop-cat:nth-child(even) { background:#fdf8e8; }
.vip-shop-label { font-size:11px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#a8861f; margin-bottom:10px; text-align:center; }
.vip-shop-items { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.vip-item { display:flex; align-items:center; gap:8px; background:#fff; border:1px solid rgba(212,175,55,0.28); border-radius:8px; padding:5px 12px 5px 7px; transition:transform .12s, box-shadow .12s, border-color .12s; }
.vip-item:hover { transform:translateY(-2px); box-shadow:0 6px 14px rgba(212,175,55,0.18); border-color:#f4d97a; }
.vip-item img { width:28px; height:28px; object-fit:contain; image-rendering:pixelated; }
.vip-item span { font-size:12.5px; color:#3a2c0a; font-weight:600; white-space:nowrap; }
/* NPCS */
.vip-npcs { display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; }
.vip-npc { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:14px 14px 16px; text-align:center; display:flex; flex-direction:column; align-items:center; transition:transform .14s, box-shadow .14s, border-color .14s; }
.vip-npc:hover { transform:translateY(-3px); box-shadow:0 10px 22px rgba(0,0,0,0.12); border-color:#f4d97a; }
.vip-npc-spr { height:118px; display:flex; align-items:flex-end; justify-content:center; margin-bottom:8px; }
.vip-npc-spr img { max-height:118px; image-rendering:pixelated; }
.vip-npc h3 { font-size:15px; color:#a8861f; margin:0 0 3px; border:none; padding:0; font-weight:800; }
.vip-npc .vip-loc { font-size:12px; margin-bottom:8px; }
.vip-npc p { font-size:12.5px; color:#4a3a14; line-height:1.45; margin:0; }
/* SERVIÇOS COM VANTAGEM VIP (cards claros com ícone da página) */
.vip-svc { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.vip-svc-card { background: linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:20px 18px; text-align:center; transition:transform .14s, box-shadow .14s, border-color .14s; }
.vip-svc-card:hover { transform:translateY(-3px); box-shadow:0 10px 22px rgba(0,0,0,0.1); border-color:#f4d97a; }
.vip-svc-card img { width:64px; height:64px; object-fit:contain; border-radius:12px; margin:0 auto 10px; display:block; box-shadow:0 4px 10px rgba(0,0,0,0.14); }
.vip-svc-card h3 { font-size:15px; margin:0 0 8px; border:none; padding:0; font-weight:800; }
.vip-svc-card h3 a { color:#a8861f; text-decoration:none; }
.vip-svc-card h3 a:hover { color:#6e5410; text-decoration:underline; }
.vip-svc-card p { font-size:12.8px; color:#4a3a14; line-height:1.5; margin:0; }
.vip-svc-card b { color:#a8861f; }
/* NOTE */
.vip-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:780px; }
.vip-note b { color:#a8861f; }
/* RESPONSIVE */
@media (max-width:850px){
.vip-stats { grid-template-columns: repeat(2, 1fr); }
.vip-steps { grid-template-columns:1fr; }
.vip-cmds { grid-template-columns:1fr; }
.vip-npcs { grid-template-columns: repeat(2, 1fr); }
.vip-svc { grid-template-columns:1fr; }
.vip-feature { flex-direction:column; text-align:center; }
.vip-cmp th, .vip-cmp td { padding:10px 9px; font-size:13px; }
}
/* ============================================================
MVP REFORMULADO — página bespoke (escopo .mvp-wrap)
============================================================ */
.mvp-wrap { max-width: 1040px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.mvp-wrap *, .mvp-wrap *::before, .mvp-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro da página */
.mvp-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.24) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.mvp-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.mvp-hero img.mvp-ico { width:108px; height:108px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.40)); }
.mvp-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.mvp-wrap h1 { margin:8px 0 12px; font-size:38px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.mvp-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.mvp-hero p b { color:#f4d97a; }
/* STATS */
.mvp-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:860px; position:relative; z-index:3; padding:0 10px; }
.mvp-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.mvp-stat b { display:block; font-size:24px; font-weight:800; color:#a8861f; line-height:1; }
.mvp-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:1px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.mvp-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.mvp-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.mvp-h::before,.mvp-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.mvp-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.mvp-wrap .mvp-lead { text-align:center; font-size:15px; line-height:1.7; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.mvp-lead b { color:#a8861f; }
.mvp-wrap .mvp-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; }
/* FEATURE CARDS (mecânicas) */
.mvp-feats { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; }
.mvp-feat { flex:0 0 calc((100% - 14px)/2); max-width:calc((100% - 14px)/2); background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-left:4px solid #d4af37; border-radius:9px; padding:18px 20px; transition:box-shadow .16s, transform .16s; }
.mvp-feat:hover { box-shadow:0 9px 20px rgba(212,175,55,0.16); transform:translateY(-2px); }
.mvp-feat h4 { margin:0 0 7px; font-size:15.5px; color:#1b1304; font-weight:800; border:none; padding:0; }
.mvp-feat p { margin:0; font-size:13px; line-height:1.6; color:#5a4a22; }
.mvp-feat b { color:#a8861f; }
/* TABLE antes/depois */
.mvp-table { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(212,175,55,0.3); border-radius:9px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); }
.mvp-table th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-size:10.5px; letter-spacing:1.2px; text-transform:uppercase; padding:11px 10px; text-align:left; font-weight:700; }
.mvp-table th.c { text-align:center; }
.mvp-table td { padding:9px 10px; border-top:1px solid rgba(212,175,55,0.14); font-size:13px; vertical-align:middle; }
.mvp-table tbody tr:nth-child(even) td { background:#fdf8e8; }
.mvp-table tbody tr:hover td { background:#f6ecc6; }
.mvp-table .spr { width:64px; text-align:center; padding:4px 4px; }
.mvp-table .spr img { max-width:56px; max-height:50px; object-fit:contain; image-rendering:pixelated; vertical-align:middle; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.22)); }
.mvp-table .nm { font-weight:700; color:#1b1304; white-space:nowrap; }
.mvp-table td.c { text-align:center; }
.mvp-ba { display:inline-flex; align-items:center; gap:5px; white-space:nowrap; }
.mvp-ba .b { color:#9b8a5e; text-decoration:line-through; text-decoration-color:rgba(155,138,94,0.55); font-size:11.5px; }
.mvp-ba .ar { color:#d4af37; font-weight:800; font-size:12px; }
.mvp-ba .a { color:#7a5a10; font-weight:800; }
.mvp-eq { color:#7a5a10; font-weight:700; } /* valor inalterado */
/* RESPONSIVE */
@media (max-width:850px){
.mvp-stats { grid-template-columns:repeat(2,1fr); }
.mvp-feat { flex-basis:100%; max-width:100%; }
.mvp-table .mvp-ba .b, .mvp-table .mvp-ba .ar { display:none; }
.mvp-table th, .mvp-table td { padding:8px 6px; font-size:12px; }
.mvp-wrap h1 { font-size:30px; }
}
/* ============================================================
DROP MVP — página bespoke (escopo .dmvp-wrap)
============================================================ */
.dmvp-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.dmvp-wrap *, .dmvp-wrap *::before, .dmvp-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro da página */
.dmvp-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.dmvp-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.dmvp-hero img.dmvp-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.dmvp-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.dmvp-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.dmvp-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.dmvp-hero p b { color:#f4d97a; }
/* STATS */
.dmvp-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.dmvp-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.dmvp-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; }
.dmvp-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.dmvp-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.dmvp-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.dmvp-h::before,.dmvp-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.dmvp-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.dmvp-wrap .dmvp-lead { text-align:center; font-size:15px; line-height:1.75; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.dmvp-lead b { color:#a8861f; }
.dmvp-wrap .dmvp-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; }
.dmvp-sub b { color:#a8861f; }
/* 3 PILARES (cards claros, border-left dourado) */
.dmvp-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.dmvp-pillar { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-left:4px solid #d4af37; border-radius:9px; padding:18px 20px; transition:box-shadow .16s, transform .16s; }
.dmvp-pillar:hover { box-shadow:0 9px 20px rgba(212,175,55,0.16); transform:translateY(-2px); }
.dmvp-pillar h4 { margin:0 0 8px; font-size:17px; color:#1b1304; font-weight:800; border:none; padding:0; }
.dmvp-pillar p { margin:0; font-size:12.8px; line-height:1.6; color:#5a4a22; }
.dmvp-pillar b { color:#a8861f; }
/* FÓRMULA DE PONTOS */
.dmvp-formula { display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center; gap:12px; }
.dmvp-cat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:10px; padding:15px 16px 13px; text-align:center; min-width:160px; display:flex; flex-direction:column; justify-content:center; }
.dmvp-cat b { display:block; font-size:15.5px; color:#1b1304; font-weight:800; }
.dmvp-cat .d { display:block; font-size:11.5px; color:#6b5a2e; margin-top:2px; }
.dmvp-cat .pt { display:inline-block; margin:9px auto 0; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-weight:800; font-size:11.5px; padding:3px 12px; border-radius:999px; }
.dmvp-arrow { display:flex; align-items:center; justify-content:center; font-size:26px; color:#d4af37; font-weight:800; }
.dmvp-win { background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; box-shadow:0 8px 20px rgba(212,175,55,0.25); border-radius:10px; padding:15px 24px; text-align:center; display:flex; flex-direction:column; justify-content:center; min-width:180px; }
.dmvp-win b { display:block; font-size:16px; color:#9a7a17; font-weight:800; }
.dmvp-win span { display:block; font-size:11.5px; color:#6b5a2e; margin-top:3px; }
/* TABELA EXEMPLO (lápide) — header escuro */
.dmvp-tomb { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(212,175,55,0.3); border-radius:9px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,0.07); }
.dmvp-tomb caption { caption-side:top; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:#8a6c1e; padding:0 0 8px; font-weight:700; }
.dmvp-tomb th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-size:10.5px; letter-spacing:1.2px; text-transform:uppercase; padding:11px 12px; text-align:left; font-weight:700; }
.dmvp-tomb th.c { text-align:center; }
.dmvp-tomb td { padding:11px 12px; border-top:1px solid rgba(212,175,55,0.14); font-size:13.5px; vertical-align:middle; }
.dmvp-tomb td.c { text-align:center; }
.dmvp-tomb tbody tr:nth-child(even) td { background:#fdf8e8; }
.dmvp-tomb .grp { font-weight:700; color:#1b1304; }
.dmvp-tomb .num { color:#5a4a22; text-align:right; white-space:nowrap; }
.dmvp-tomb tr.win td { background:rgba(212,175,55,0.18) !important; }
.dmvp-tomb tr.win .grp { color:#8a6310; }
.dmvp-tomb .tag { display:inline-block; margin-left:8px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-size:10px; font-weight:800; letter-spacing:.5px; text-transform:uppercase; padding:2px 9px; border-radius:999px; vertical-align:middle; }
.dmvp-tomb .pts { text-align:center; font-weight:800; color:#a8861f; }
/* NOTE */
.dmvp-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; }
.dmvp-note b { color:#a8861f; }
/* RESPONSIVE */
@media (max-width:850px){
.dmvp-stats { grid-template-columns:repeat(2,1fr); }
.dmvp-pillars { grid-template-columns:1fr; }
.dmvp-arrow { transform:rotate(90deg); }
.dmvp-cat, .dmvp-win { width:100%; }
.dmvp-tomb th, .dmvp-tomb td { padding:9px 7px; font-size:12px; }
.dmvp-wrap h1 { font-size:31px; }
}
/* ============================================================
CAÇA MVP — página bespoke (escopo .cmvp-wrap)
============================================================ */
.cmvp-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.cmvp-wrap *, .cmvp-wrap *::before, .cmvp-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro da página */
.cmvp-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.cmvp-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.cmvp-hero img.cmvp-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.cmvp-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.cmvp-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.cmvp-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.cmvp-hero p b { color:#f4d97a; }
/* STATS */
.cmvp-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.cmvp-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.cmvp-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; }
.cmvp-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.cmvp-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.cmvp-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.cmvp-h::before,.cmvp-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.cmvp-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.cmvp-wrap .cmvp-lead { text-align:center; font-size:15px; line-height:1.75; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.cmvp-lead b { color:#a8861f; }
.cmvp-wrap .cmvp-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; }
.cmvp-sub b { color:#a8861f; }
/* AVISOS (2 cards com selo + msg exemplo) */
.cmvp-warns { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.cmvp-warn { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:11px; padding:18px 20px; }
.cmvp-warn .selo { display:inline-block; font-size:10.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase; padding:3px 11px; border-radius:999px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; }
.cmvp-warn h4 { margin:11px 0 6px; font-size:16px; color:#1b1304; font-weight:800; border:none; padding:0; }
.cmvp-warn p { margin:0 0 11px; font-size:13px; line-height:1.55; color:#5a4a22; }
.cmvp-warn b { color:#a8861f; }
.cmvp-msg { background:#fbf3df; border:1px dashed rgba(212,175,55,0.55); border-radius:8px; padding:9px 12px; font-size:11px; line-height:1.45; color:#c0392b; font-style:italic; white-space:nowrap; overflow-x:auto; }
/* FERRAMENTAS (3 feature cards) */
.cmvp-tools { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.cmvp-tool { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-left:4px solid #d4af37; border-radius:9px; padding:20px; transition:box-shadow .16s, transform .16s; }
.cmvp-tool:hover { box-shadow:0 9px 20px rgba(212,175,55,0.16); transform:translateY(-2px); }
.cmvp-tool h4 { margin:0 0 9px; font-size:16px; color:#1b1304; font-weight:800; border:none; padding:0; }
.cmvp-tool .dot { display:inline-block; width:12px; height:12px; border-radius:50%; background:#ff3333; box-shadow:0 0 0 3px rgba(255,51,51,0.25); vertical-align:middle; margin-right:7px; }
.cmvp-tool p { margin:0; font-size:12.8px; line-height:1.6; color:#5a4a22; }
.cmvp-tool b { color:#a8861f; }
/* NOTE */
.cmvp-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; }
.cmvp-note b { color:#a8861f; }
/* RESPONSIVE */
@media (max-width:850px){
.cmvp-stats { grid-template-columns:repeat(2,1fr); }
.cmvp-warns { grid-template-columns:1fr; }
.cmvp-tools { grid-template-columns:1fr; }
.cmvp-wrap h1 { font-size:31px; }
}
/* ============================================================
VISUAIS OUTFIT — página bespoke (escopo .vo-wrap)
============================================================ */
.vo-wrap { max-width: 1040px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.vo-wrap *, .vo-wrap *::before, .vo-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro */
.vo-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.vo-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.vo-hero img.vo-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.vo-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.vo-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.vo-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.vo-hero p b { color:#f4d97a; }
/* STATS */
.vo-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.vo-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.vo-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; }
.vo-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.vo-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:46px 0 6px; }
.vo-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.vo-h::before,.vo-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.vo-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.vo-wrap .vo-lead { text-align:center; font-size:14.5px; line-height:1.7; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:14px; color:#2a2008; }
.vo-lead b { color:#a8861f; }
.vo-price { display:inline-block; margin:0 0 16px; padding:4px 14px; border-radius:999px; background:rgba(212,175,55,0.14); border:1px solid rgba(212,175,55,0.4); color:#8a6310; font-size:12px; font-weight:700; }
/* GRID DE CLASSES (homem + mulher por classe) */
.vo-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.vo-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:9px 9px 11px; text-align:center; display:flex; flex-direction:column; align-items:center; transition:transform .14s, box-shadow .14s, border-color .14s; }
.vo-card:hover { transform:translateY(-3px); box-shadow:0 9px 20px rgba(212,175,55,0.18); border-color:#f4d97a; }
.vo-figs { display:flex; gap:4px; align-items:flex-end; justify-content:center; }
.vo-fig { display:flex; flex-direction:column; align-items:center; }
.vo-fig .spr { height:148px; width:98px; display:flex; align-items:flex-end; justify-content:center; }
.vo-fig .spr img { max-height:148px; max-width:98px; image-rendering:auto; filter:drop-shadow(0 3px 5px rgba(0,0,0,0.22)); }
.vo-fig i { font-style:normal; font-size:9px; text-transform:uppercase; letter-spacing:0.7px; color:#9a7a2a; margin-top:4px; font-weight:700; }
.vo-card>span { font-size:12px; font-weight:800; color:#3a2c0a; margin-top:8px; line-height:1.25; max-width:208px; }
/* NOTE */
.vo-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; }
.vo-note b { color:#a8861f; }
@media (max-width:850px){
.vo-stats { grid-template-columns:repeat(2,1fr); }
.vo-wrap h1 { font-size:31px; }
.vo-fig .spr { height:120px; width:80px; }
.vo-fig .spr img { max-height:120px; max-width:80px; }
}
/* ============================================================
CONVIDE E GANHE — página bespoke (escopo .cg-wrap)
============================================================ */
.cg-wrap { max-width: 1000px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.cg-wrap *, .cg-wrap *::before, .cg-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro */
.cg-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.cg-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.cg-hero img.cg-ico { width:110px; height:110px; display:block; margin:0 auto 8px; border-radius:18px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.cg-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.cg-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.cg-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.cg-hero p b { color:#f4d97a; }
/* STATS */
.cg-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:860px; position:relative; z-index:3; padding:0 10px; }
.cg-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.cg-stat b { display:block; font-size:23px; font-weight:800; color:#a8861f; line-height:1.1; }
.cg-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.cg-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.cg-h span { font-size:13px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.cg-h::before,.cg-h::after { content:""; height:1px; width:90px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.cg-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.cg-wrap .cg-lead { text-align:center; font-size:15px; line-height:1.7; max-width:800px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.cg-lead b { color:#a8861f; }
.cg-wrap .cg-sub { text-align:center; color:#8a6c1e; font-size:13.5px; margin-left:auto; margin-right:auto; margin-bottom:16px; max-width:760px; }
.cg-sub b { color:#a8861f; }
/* PIRÂMIDE (3 níveis, alarga pra baixo) */
.cg-pyramid { display:flex; flex-direction:column; align-items:center; gap:8px; }
.cg-tier { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 24px; border-radius:12px; color:#3a2a06; background:linear-gradient(135deg,#f7e6a6,#d4af37); border:1px solid #c9a430; box-shadow:0 6px 16px rgba(212,175,55,0.28); }
.cg-tier.t1 { width:56%; } .cg-tier.t2 { width:76%; } .cg-tier.t3 { width:96%; }
.cg-tier .lv { text-align:left; }
.cg-tier .lv b { display:block; font-size:15px; font-weight:800; }
.cg-tier .lv span { font-size:12px; color:#5a430a; }
.cg-tier .pts { font-size:26px; font-weight:800; white-space:nowrap; }
.cg-tier .pts small { font-size:12px; font-weight:700; }
.cg-pynote { text-align:center; font-size:12.5px; color:#8a6c1e; margin-top:10px; font-style:italic; }
/* STEPS */
.cg-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.cg-step { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:20px 15px 16px; text-align:center; transition:transform .16s, box-shadow .16s; }
.cg-step:hover { transform:translateY(-4px); box-shadow:0 10px 22px rgba(212,175,55,0.18); }
.cg-step .n { width:34px; height:34px; border-radius:50%; margin:0 auto 12px; background:linear-gradient(135deg,#f4d97a,#d4af37); color:#3a2a06; font-weight:800; font-size:16px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(212,175,55,0.4); }
.cg-step h4 { margin:0 0 7px; font-size:14px; color:#1b1304; font-weight:800; border:none; padding:0; }
.cg-step p { margin:0; font-size:12.5px; color:#6b5a2e; line-height:1.5; }
.cg-step b { color:#a8861f; }
/* PÓDIO de prêmios */
.cg-podium { display:flex; align-items:flex-end; justify-content:center; gap:14px; }
.cg-pod { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:10px 10px 0 0; padding:16px 18px; text-align:center; width:170px; }
.cg-pod.first { border-top:3px solid #d4af37; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; box-shadow:0 10px 24px rgba(212,175,55,0.3); padding-bottom:34px; }
.cg-pod.first { transform:translateY(-6px); }
.cg-pod .place { font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:1px; color:#8a6c1e; }
.cg-pod .prize { font-size:30px; font-weight:800; color:#a8861f; line-height:1.1; margin-top:4px; }
.cg-pod.first .prize { font-size:38px; }
.cg-pod .sub { font-size:11px; color:#7a6320; margin-top:3px; }
/* COMANDOS */
.cg-cmds { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.cg-cmd { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:9px; padding:14px 16px; }
.cg-cmd b { display:block; font-family:'Consolas','Courier New',monospace; font-size:14.5px; color:#a8861f; font-weight:800; }
.cg-cmd span { display:block; font-size:12.5px; color:#4a3a14; line-height:1.45; margin-top:5px; }
/* NOTE */
.cg-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:820px; }
.cg-note b { color:#a8861f; }
@media (max-width:850px){
.cg-stats { grid-template-columns:repeat(2,1fr); }
.cg-steps { grid-template-columns:repeat(2,1fr); }
.cg-cmds { grid-template-columns:1fr; }
.cg-tier.t1,.cg-tier.t2,.cg-tier.t3 { width:100%; }
.cg-wrap h1 { font-size:31px; }
}
/* ============================================================
PACOTE FUNDADOR — página bespoke (escopo .cf-wrap)
============================================================ */
.cf-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.cf-wrap *, .cf-wrap *::before, .cf-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro */
.cf-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.cf-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.cf-hero img.cf-ico { width:118px; height:118px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.cf-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.cf-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.cf-hero p { max-width:680px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.cf-hero p b { color:#f4d97a; }
/* STATS */
.cf-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.cf-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.cf-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; }
.cf-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.8px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* EXCLUSIVIDADE callout */
.cf-excl { max-width:880px; margin:26px auto 0; border:1px solid #c98b2e; border-left:5px solid #c0392b; border-radius:12px; background:linear-gradient(180deg,#fffaef,#fdf3d4); padding:16px 22px; box-shadow:0 6px 18px rgba(192,57,43,0.12); }
.cf-excl .tag { display:inline-block; background:#c0392b; color:#fff; font-size:10.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase; padding:3px 11px; border-radius:999px; margin-bottom:8px; }
.cf-excl p { margin:0; font-size:14px; line-height:1.6; color:#3a2e12; }
.cf-excl b { color:#a8330f; }
/* HEADINGS + LEAD */
.cf-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:46px 0 16px; }
.cf-h span { font-size:15px; font-weight:800; letter-spacing:2px; text-transform:uppercase; white-space:nowrap; }
.cf-h::before,.cf-h::after { content:""; height:1px; width:90px; flex-shrink:0; }
.cf-wrap .cf-lead { text-align:center; font-size:15px; line-height:1.7; max-width:820px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.cf-lead b { color:#a8861f; }
/* TIER section accents */
.cf-tier { margin-top:12px; padding-bottom:6px; }
.cf-tier.prata .cf-h span { color:#7d828a; } .cf-tier.prata .cf-h::before,.cf-tier.prata .cf-h::after { background:linear-gradient(90deg,transparent,#9aa0a6); }
.cf-tier.ouro .cf-h span { color:#a8861f; } .cf-tier.ouro .cf-h::before,.cf-tier.ouro .cf-h::after { background:linear-gradient(90deg,transparent,#d4af37); }
.cf-tier.diamante .cf-h span { color:#1f8fc7; } .cf-tier.diamante .cf-h::before,.cf-tier.diamante .cf-h::after { background:linear-gradient(90deg,transparent,#2aa6e0); }
.cf-tier .cf-h::after { transform:scaleX(-1); }
/* SHOWCASE row: pet | visual | set */
.cf-show { display:grid; grid-template-columns: 215px 235px 1fr; gap:14px; align-items:stretch; }
.cf-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:14px; }
.cf-pet, .cf-visual { text-align:center; display:flex; flex-direction:column; }
.cf-pet .spr, .cf-visual .spr { flex:1; min-height:210px; display:flex; align-items:flex-end; justify-content:center;
background:radial-gradient(ellipse at 50% 88%, rgba(212,175,55,0.16), transparent 62%); border-radius:9px; padding:6px; }
.cf-pet .spr img, .cf-visual .spr img { max-height:215px; max-width:100%; image-rendering:auto; filter:drop-shadow(0 5px 9px rgba(0,0,0,0.28)); }
.cf-pet .pname, .cf-visual .vname { font-size:14px; font-weight:800; color:#1b1304; margin-top:9px; }
.cf-pet .plabel, .cf-visual .vlabel { font-size:10.5px; color:#8a6c1e; text-transform:uppercase; letter-spacing:0.6px; margin-top:1px; }
.cf-pet .exp { margin:9px auto 0; background:linear-gradient(135deg,#7bd88f,#2e9b46); color:#fff; font-weight:800; font-size:15px; padding:5px 16px; border-radius:999px; box-shadow:0 4px 10px rgba(46,155,70,0.3); }
.cf-visual .vsub { font-size:11px; color:#8a6c1e; margin-top:6px; line-height:1.4; }
.cf-set { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 18px; }
.cf-set h4 { margin:0 0 4px; font-size:14px; color:#1b1304; font-weight:800; border:none; padding:0; }
.cf-set .note { font-size:11.5px; color:#8a6c1e; margin-bottom:11px; }
.cf-set ul { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.cf-set li { display:flex; align-items:center; gap:9px; padding:7px 10px; background:rgba(212,175,55,0.08); border:1px solid rgba(212,175,55,0.25); border-radius:8px; }
.cf-set li img { width:34px; height:34px; object-fit:contain; image-rendering:pixelated; flex:0 0 auto; }
.cf-set li .txt b { display:block; font-size:12.5px; color:#1b1304; line-height:1.2; }
.cf-set li .txt span { font-size:10px; color:#8a6c1e; text-transform:uppercase; letter-spacing:0.5px; }
/* ITEMS grid */
.cf-itemshead { text-align:center; font-size:11.5px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#a8861f; margin:18px 0 10px; }
.cf-items { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.cf-item { display:flex; align-items:center; gap:9px; background:#fff; border:1px solid rgba(212,175,55,0.28); border-radius:8px; padding:6px 13px 6px 7px; }
.cf-item img { width:30px; height:30px; object-fit:contain; image-rendering:pixelated; }
.cf-item .nm { font-size:12.5px; color:#3a2c0a; font-weight:600; }
.cf-item .qt { font-size:12px; font-weight:800; color:#a8861f; }
/* NOTE */
.cf-note { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:840px; }
.cf-note b { color:#a8330f; }
/* PREÇO por tier (R$) */
.cf-tier .cf-priceline { text-align:center; margin:-2px 0 14px; }
.cf-price { display:inline-flex; align-items:baseline; gap:9px; padding:8px 26px; border-radius:999px; box-shadow:0 5px 16px rgba(0,0,0,0.16); border:1px solid rgba(255,255,255,0.32); }
.cf-price b { font-size:24px; font-weight:800; line-height:1; }
.cf-price i { font-style:normal; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
.cf-tier.prata .cf-price { background:linear-gradient(135deg,#c6cad0,#9298a0); } .cf-tier.prata .cf-price b,.cf-tier.prata .cf-price i { color:#2b2d31; }
.cf-tier.ouro .cf-price { background:linear-gradient(135deg,#f4d97a,#c69a1d); box-shadow:0 6px 18px rgba(198,154,29,0.4); } .cf-tier.ouro .cf-price b,.cf-tier.ouro .cf-price i { color:#3a2a06; }
.cf-tier.diamante .cf-price { background:linear-gradient(135deg,#b6e6ff,#3f97d6); box-shadow:0 7px 22px rgba(47,134,199,0.45); } .cf-tier.diamante .cf-price b,.cf-tier.diamante .cf-price i { color:#06243a; }
@media (max-width:880px){
.cf-stats { grid-template-columns:repeat(2,1fr); }
.cf-show { grid-template-columns:1fr; }
.cf-set ul { grid-template-columns:1fr 1fr; }
.cf-wrap h1 { font-size:31px; }
}
/* ============================================================
RESSONÂNCIA — página bespoke (escopo .rs-wrap)
============================================================ */
.rs-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.rs-wrap *, .rs-wrap *::before, .rs-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro */
.rs-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.rs-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.rs-hero img.rs-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.rs-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.rs-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.rs-hero p { max-width:700px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.rs-hero p b { color:#f4d97a; }
/* STATS */
.rs-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.rs-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.rs-stat b { display:block; font-size:20px; font-weight:800; color:#a8861f; line-height:1.1; }
.rs-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.rs-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.rs-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.rs-h::before,.rs-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.rs-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.rs-wrap .rs-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.rs-lead b { color:#a8861f; }
.rs-wrap .rs-note { text-align:center; font-size:12.5px; color:#8a6c1e; max-width:780px; margin:8px auto 0; font-style:italic; }
.rs-note b { color:#a8861f; font-style:normal; }
/* TIERS de raridade (visão geral) */
.rs-tiers { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:900px; margin:0 auto; }
.rs-tier { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:14px 12px; text-align:center; border-top:3px solid #b9bcc2; }
.rs-tier b { display:block; font-size:14px; font-weight:800; color:#2a2008; }
.rs-tier i { display:block; font-style:normal; font-size:22px; font-weight:800; margin:3px 0 6px; }
.rs-tier span { display:block; font-size:11px; color:#6b5a2e; line-height:1.35; }
.rs-tier.c { border-top-color:#9aa0a6; } .rs-tier.c i { color:#7d828a; }
.rs-tier.i { border-top-color:#3fa14e; } .rs-tier.i i { color:#3fa14e; }
.rs-tier.r { border-top-color:#2f86c7; } .rs-tier.r i { color:#2f86c7; }
.rs-tier.l { border-top-color:#d4af37; background:linear-gradient(180deg,#fffaef,#fdf3d4); } .rs-tier.l i { color:#b9941f; }
/* CATEGORIAS */
.rs-cat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 16px 18px; margin-bottom:14px; box-shadow:0 4px 14px rgba(0,0,0,0.05); }
.rs-cath { text-align:center; margin-bottom:12px; }
.rs-cath h3 { margin:0; font-size:18px; font-weight:800; color:#1b1304; border:none; padding:0; }
.rs-cath p { margin:3px 0 0; font-size:12.5px; color:#8a6c1e; }
.rs-groups { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; align-items:start; }
.rs-grp { border:1px solid rgba(0,0,0,0.08); border-radius:9px; overflow:hidden; background:#fffdf8; }
.rs-gh { display:flex; align-items:center; justify-content:space-between; padding:7px 11px; color:#fff; }
.rs-gh b { font-size:12px; font-weight:800; letter-spacing:0.5px; text-transform:uppercase; }
.rs-gh i { font-style:normal; font-size:12px; font-weight:800; opacity:0.95; }
.rs-grp ul { list-style:none; margin:0; padding:8px 10px; display:flex; flex-direction:column; gap:5px; }
.rs-grp li { font-size:11.5px; line-height:1.3; color:#3a2e12; padding-left:12px; position:relative; }
.rs-grp li::before { content:""; position:absolute; left:2px; top:6px; width:4px; height:4px; border-radius:50%; background:#c9a430; }
.rs-grp.c .rs-gh { background:linear-gradient(135deg,#9aa0a6,#7d828a); }
.rs-grp.i .rs-gh { background:linear-gradient(135deg,#48b35a,#2e8a3d); }
.rs-grp.r .rs-gh { background:linear-gradient(135deg,#3f97d6,#2a6fae); }
.rs-grp.l .rs-gh { background:linear-gradient(135deg,#e6c552,#c39a1d); }
.rs-grp.l { border-color:rgba(212,175,55,0.6); box-shadow:0 4px 12px rgba(212,175,55,0.18); }
.rs-grp.l li::before { background:#d4af37; }
/* NPC Sintonizadora */
.rs-npc { max-width:900px; margin:0 auto; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-left:5px solid #d4af37; border-radius:12px; padding:18px 22px; box-shadow:0 6px 18px rgba(212,175,55,0.15); }
.rs-npc h3 { margin:0 0 6px; font-size:16px; font-weight:800; color:#1b1304; border:none; padding:0; }
.rs-npc p { margin:0 0 12px; font-size:14px; line-height:1.6; color:#3a2e12; }
.rs-npc p b { color:#a8861f; }
.rs-npcinfo { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.rs-npcinfo li { background:rgba(255,255,255,0.6); border:1px solid rgba(212,175,55,0.3); border-radius:8px; padding:9px 12px; font-size:12.5px; color:#3a2e12; }
.rs-npcinfo li b { display:block; color:#8a6310; font-size:11px; text-transform:uppercase; letter-spacing:0.5px; margin-bottom:2px; }
.rs-npcinfo li span:not(.navi-copy) { color:#6b5a2e; }
/* FOOT */
.rs-foot { text-align:center; font-size:13px; color:#8a6c1e; margin:30px auto 0; font-style:italic; max-width:840px; }
@media (max-width:880px){
.rs-stats { grid-template-columns:repeat(2,1fr); }
.rs-tiers { grid-template-columns:repeat(2,1fr); }
.rs-groups { grid-template-columns:repeat(2,1fr); }
.rs-npcinfo { grid-template-columns:1fr; }
.rs-wrap h1 { font-size:31px; }
}
/* ============================================================
NICKS COLORIDOS — página bespoke (escopo .cn-wrap)
============================================================ */
@font-face { font-family:'SCDream'; src:url('/images/fonts/SCDream4.otf') format('opentype'); font-weight:400; font-display:swap; }
@font-face { font-family:'SCDream'; src:url('/images/fonts/SCDream6.otf') format('opentype'); font-weight:700; font-display:swap; }
.cn-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'SCDream','Inter', system-ui, sans-serif; color: #2a2008; }
.cn-wrap *, .cn-wrap *::before, .cn-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro */
.cn-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.cn-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.cn-hero img.cn-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.cn-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.cn-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.cn-hero p { max-width:700px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.cn-hero p b { color:#f4d97a; }
/* STATS */
.cn-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.cn-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.cn-stat b { display:block; font-size:20px; font-weight:800; color:#a8861f; line-height:1.1; }
.cn-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.cn-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.cn-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.cn-h::before,.cn-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.cn-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
.cn-wrap .cn-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.cn-lead b { color:#a8861f; }
/* NPC card */
.cn-npc { display:flex; gap:20px; align-items:center; max-width:900px; margin:0 auto; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:14px; padding:18px 22px; box-shadow:0 6px 18px rgba(0,0,0,0.07); }
.cn-npc .spr { flex:0 0 auto; width:150px; height:160px; display:flex; align-items:center; justify-content:center; background:radial-gradient(ellipse at 50% 80%, rgba(212,175,55,0.16), transparent 65%); border-radius:12px; }
.cn-npc .spr img { max-height:150px; image-rendering:auto; filter:drop-shadow(0 5px 9px rgba(0,0,0,0.3)); }
.cn-npc .txt { flex:1; }
.cn-npc h3 { margin:0 0 4px; font-size:18px; font-weight:800; color:#1b1304; border:none; padding:0; }
.cn-npc .loc { margin:0 0 10px; }
.cn-npc p { margin:0; font-size:14px; line-height:1.6; color:#3a2e12; }
.cn-npc p b { color:#a8861f; }
/* TIER blocks da paleta — banner com destaque crescente (Diamond = máximo) */
.cn-tier { margin-top:18px; text-align:center; }
.cn-tierhead { display:inline-flex; align-items:center; gap:12px; margin:24px auto 4px; padding:11px 30px; border-radius:14px; border:1px solid rgba(255,255,255,0.28); box-shadow:0 6px 18px rgba(0,0,0,0.16); }
.cn-tierhead b { font-size:21px; font-weight:800; letter-spacing:1px; }
.cn-tierhead i { font-style:normal; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; padding:4px 12px; border-radius:999px; background:rgba(255,255,255,0.25); }
/* Prata */
.cn-tier.prata .cn-tierhead { background:linear-gradient(135deg,#c6cad0,#8f949b); }
.cn-tier.prata .cn-tierhead b { color:#2b2d31; } .cn-tier.prata .cn-tierhead i { color:#33363b; }
/* Gold (mais destaque) */
.cn-tier.gold .cn-tierhead { background:linear-gradient(135deg,#f6dd84,#c69a1d); padding:13px 38px; box-shadow:0 8px 22px rgba(198,154,29,0.42); }
.cn-tier.gold .cn-tierhead b { color:#3a2a06; font-size:24px; } .cn-tier.gold .cn-tierhead i { color:#48340a; }
/* Diamond (DESTAQUE MÁXIMO) */
.cn-tier.diamond .cn-tierhead { background:linear-gradient(135deg,#b6e6ff,#3f97d6 52%,#1c6cad); padding:17px 50px; border:1px solid rgba(255,255,255,0.55); box-shadow:0 0 0 3px rgba(90,160,216,0.28), 0 12px 34px rgba(47,134,199,0.6); }
.cn-tier.diamond .cn-tierhead b { color:#062539; font-size:29px; text-shadow:0 1px 0 rgba(255,255,255,0.45); } .cn-tier.diamond .cn-tierhead i { color:#08324f; background:rgba(255,255,255,0.42); }
.cn-tier.diamond .cn-tierhead b::before { content:"✦ "; } .cn-tier.diamond .cn-tierhead b::after { content:" ✦"; }
/* GRID de nicks (nameplate escuro = swatch). Flex centralizado: últimas linhas centram */
.cn-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; }
.cn-chip { width:152px; background:linear-gradient(180deg,#2e2e36,#1c1c22); border:1px solid rgba(0,0,0,0.35); border-radius:9px; padding:11px 8px 7px; text-align:center; box-shadow:0 2px 6px rgba(0,0,0,0.18) inset, 0 2px 5px rgba(0,0,0,0.12); }
.cn-name { display:block; font-size:16px; font-weight:800; line-height:1.1; }
.cn-lbl { display:block; font-size:10px; color:#9a9088; margin-top:6px; letter-spacing:0.4px; text-transform:uppercase; }
/* NOTE */
.cn-note { text-align:center; font-size:13px; color:#8a6c1e; margin:26px auto 0; font-style:italic; max-width:840px; }
.cn-note b { color:#a8861f; font-style:normal; }
@media (max-width:880px){
.cn-stats { grid-template-columns:repeat(2,1fr); }
.cn-npc { flex-direction:column; text-align:center; }
.cn-grid { grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); }
.cn-wrap h1 { font-size:31px; }
}
/* ============================================================
REBALANCE — páginas bespoke (escopo .rb-wrap)
============================================================ */
.rb-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.rb-wrap *, .rb-wrap *::before, .rb-wrap *::after { box-sizing: border-box; }
/* HERO — único bloco escuro */
.rb-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(circle at 50% -10%, rgba(244,217,122,0.26) 0%, transparent 58%), linear-gradient(160deg, #241906 0%, #0d0901 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(244,217,122,0.18); }
.rb-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.rb-hero img.rb-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,175,55,0.45)); }
.rb-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.rb-wrap h1 { margin:8px 0 12px; font-size:38px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.rb-hero p { max-width:720px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.rb-hero p b { color:#f4d97a; }
/* STATS */
.rb-stats { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:-34px auto 6px; max-width:520px; position:relative; z-index:3; padding:0 10px; }
.rb-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.rb-stat b { display:block; font-size:21px; font-weight:800; color:#a8861f; line-height:1.1; }
.rb-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; }
.rb-wrap .rb-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin:18px auto 8px; color:#2a2008; }
.rb-lead b { color:#a8861f; }
.rb-wrap .rb-src { text-align:center; font-size:14px; line-height:1.6; color:#3a2e12; max-width:820px; margin:22px auto 8px; }
.rb-src b { color:#a8861f; }
.rb-example { text-align:center; margin:2px auto 6px; }
.rb-example img { max-width:430px; width:92%; image-rendering:auto; border:1px solid rgba(212,175,55,0.45); border-radius:8px; padding:8px 14px; background:#fff; box-shadow:0 3px 10px rgba(0,0,0,0.08); }
.rb-beta { text-align:center; font-size:13.5px; line-height:1.6; color:#3a2e12; max-width:820px; margin:30px auto 4px; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-radius:10px; padding:13px 22px; }
.rb-beta b { color:#a8861f; }
/* CLASS section */
.rb-class { margin-top:30px; }
.rb-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:30px 0 14px; }
.rb-h span { font-size:18px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.rb-h::before,.rb-h::after { content:""; height:2px; width:70px; background:linear-gradient(90deg,transparent,#d4af37); flex-shrink:0; }
.rb-h::after { background:linear-gradient(90deg,#d4af37,transparent); }
/* M+F num único box (lado a lado, como dois personagens juntos) */
.rb-chars { display:flex; justify-content:center; margin-bottom:18px; }
.rb-duo { display:inline-flex; gap:0; align-items:flex-end; border:1px solid rgba(212,175,55,0.3); border-radius:12px; padding:16px 18px 14px;
background:linear-gradient(180deg,#fff,#fdf8e8); box-shadow:0 5px 16px rgba(0,0,0,0.08);
background-image:radial-gradient(ellipse at 50% 96%, rgba(212,175,55,0.18), transparent 58%), linear-gradient(180deg,#fff,#fdf8e8); }
.rb-duo .spr { display:flex; align-items:flex-end; justify-content:center; }
.rb-duo .spr img { height:150px; width:auto; max-width:none; image-rendering:auto; filter:drop-shadow(0 4px 7px rgba(0,0,0,0.28)); }
.rb-duo .spr + .spr { margin-left:-26px; }
.rb-duo.spaced { padding-left:34px; padding-right:34px; }
.rb-duo.spaced .spr + .spr { margin-left:6px; }
.rb-wrap .rb-noskill { text-align:center; font-size:13.5px; color:#8a6c1e; font-style:italic; max-width:600px; margin:8px auto 0; }
/* skill cards */
.rb-skills { display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch; gap:12px; }
.rb-skill { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:10px; padding:13px 16px 14px; flex:1 1 460px; max-width:524px; }
.rb-skh { display:flex; align-items:center; gap:11px; margin-bottom:9px; }
.rb-skic { width:42px; height:42px; flex:0 0 auto; image-rendering:pixelated; border-radius:7px; background:rgba(40,30,12,0.06); border:1px solid rgba(212,175,55,0.3); padding:3px; }
.rb-skn b { display:block; font-size:15px; font-weight:800; color:#1b1304; line-height:1.15; }
.rb-skn span { font-size:10.5px; text-transform:uppercase; letter-spacing:0.5px; color:#8a6c1e; font-weight:700; }
.rb-chg { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:6px; }
.rb-chg li { position:relative; padding-left:18px; font-size:13px; line-height:1.5; color:#3a2e12; }
.rb-chg li::before { content:"▸"; position:absolute; left:2px; top:0; color:#c9a430; font-size:12px; }
.rb-chg li b { color:#a8330f; }
/* invocacoes de espirito (Espiritualista) */
.rb-subh { text-align:center; font-size:13px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#a8861f; margin:22px 0 12px; }
.rb-sum-intro { max-width:860px; margin:0 auto 4px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:10px; padding:13px 18px; font-size:13.5px; line-height:1.6; color:#3a2e12; }
.rb-sum-intro b { color:#a8330f; }
.rb-sum-intro ul { list-style:none; margin:9px 0 0; padding:0; display:flex; flex-direction:column; gap:6px; }
.rb-sum-intro li { position:relative; padding-left:18px; }
.rb-sum-intro li::before { content:"▸"; position:absolute; left:2px; top:0; color:#c9a430; }
.rb-summons { display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch; gap:13px; margin-top:14px; }
.rb-sum { display:flex; align-items:center; gap:13px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:4px solid #d4af37; border-radius:10px; padding:11px 15px; flex:1 1 392px; max-width:440px; }
.rb-sum-spr { flex:0 0 96px; display:flex; align-items:flex-end; justify-content:center; height:122px; background-image:radial-gradient(ellipse at 50% 92%, rgba(212,175,55,0.20), transparent 62%); }
.rb-sum-spr img { height:120px; width:auto; max-width:none; image-rendering:auto; filter:drop-shadow(0 4px 6px rgba(0,0,0,0.30)); }
.rb-sum-body { flex:1 1 auto; min-width:0; }
.rb-sum-name { font-size:15px; font-weight:800; color:#1b1304; line-height:1.15; }
.rb-sum-name span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.5px; color:#8a6c1e; font-weight:700; margin-top:2px; }
.rb-sum-role { font-size:12.5px; color:#3a2e12; margin:7px 0 6px; line-height:1.45; }
.rb-sum-role b { color:#a8330f; }
.rb-sum-sk { font-size:11.5px; color:#6b5618; line-height:1.55; }
.rb-sum-sk b { color:#8a6c1e; font-weight:700; }
.rb-stats.s3 { grid-template-columns:repeat(3,1fr); max-width:720px; }
.rb-spirits { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; margin-top:10px; }
.rb-spirit { display:flex; align-items:center; gap:10px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-left:3px solid #c9a430; border-radius:8px; padding:8px 13px; flex:1 1 286px; max-width:352px; }
.rb-spirit img { width:36px; height:36px; flex:0 0 auto; image-rendering:pixelated; border-radius:6px; background:rgba(40,30,12,0.06); border:1px solid rgba(212,175,55,0.3); padding:2px; }
.rb-spirit b { font-size:12.5px; font-weight:800; color:#1b1304; }
.rb-spirit span { display:block; font-size:11.5px; color:#6b5618; margin-top:2px; line-height:1.4; }
.rb-spirit span em { color:#a8330f; font-style:normal; font-weight:700; }
.rb-sum-ic { width:25px; height:25px; vertical-align:-6px; margin-right:6px; image-rendering:pixelated; }
.rb-foot { text-align:center; font-size:13px; color:#8a6c1e; margin:32px auto 0; font-style:italic; max-width:840px; }
@media (max-width:780px){
.rb-stats { grid-template-columns:repeat(3,1fr); }
.rb-skills { grid-template-columns:1fr; }
.rb-wrap h1 { font-size:29px; }
}
/* ===========================================================
REBORN — Sistema de Elos — página bespoke (escopo .rbn-wrap)
=========================================================== */
.rbn-wrap { max-width: 1020px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.rbn-wrap *, .rbn-wrap *::before, .rbn-wrap *::after { box-sizing: border-box; }
.rbn-hero { position: relative; text-align: center; padding: 42px 22px 60px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(ellipse at 50% -20%, rgba(244,217,122,0.34), transparent 60%), radial-gradient(circle at 50% 130%, rgba(212,175,55,0.16), transparent 55%), linear-gradient(180deg, #2a1d07, #0d0901); }
.rbn-hero::before { content:"\2726"; position:absolute; top:16px; right:24px; color:rgba(212,175,55,0.30); font-size:28px; }
.rbn-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.rbn-hero img.rbn-ico { width:108px; height:108px; display:block; margin:0 auto 6px; border-radius:16px; filter: drop-shadow(0 8px 20px rgba(212,175,55,0.5)); }
.rbn-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.6px; text-transform:uppercase; font-weight:600; }
.rbn-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.rbn-hero p { max-width:730px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.rbn-hero p b { color:#f4d97a; }
.rbn-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-38px auto 6px; max-width:780px; position:relative; z-index:3; padding:0 10px; }
.rbn-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:8px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.rbn-stat b { display:block; font-size:17px; font-weight:800; color:#a8861f; line-height:1.15; }
.rbn-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; }
.rbn-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:40px 0 8px; }
.rbn-h span { font-size:15px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.rbn-h::before, .rbn-h::after { content:""; height:1px; width:120px; background:linear-gradient(90deg, transparent, #d4af37); flex-shrink:0; }
.rbn-h::after { background:linear-gradient(90deg, #d4af37, transparent); }
.rbn-wrap .rbn-lead { text-align:center; font-size:15px; line-height:1.7; max-width:830px; margin-left:auto; margin-right:auto; margin-top:14px; margin-bottom:8px; color:#2a2008; }
.rbn-lead b { color:#a8861f; }
.rbn-wrap .rbn-foot { text-align:center; font-size:12.5px; line-height:1.55; max-width:830px; margin:8px auto 4px; color:#6b5a2e; }
.rbn-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:18px 0 4px; }
.rbn-step { position:relative; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:11px; padding:30px 16px 16px; text-align:center; }
.rbn-step-n { position:absolute; top:-15px; left:50%; transform:translateX(-50%); width:32px; height:32px; border-radius:50%; background:linear-gradient(180deg,#f4d97a,#d4af37); color:#3a2607; font-weight:800; font-size:15px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(0,0,0,0.2); }
.rbn-step b { display:block; color:#8a6c1e; font-size:14px; margin-bottom:5px; }
.rbn-step p { margin:0; font-size:13px; line-height:1.5; color:#4a3a14; }
.rbn-npc { display:flex; align-items:center; gap:26px; max-width:760px; margin:16px auto 6px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.32); border-left:4px solid #d4af37; border-radius:12px; padding:20px 28px; }
.rbn-npc img { width:118px; height:auto; image-rendering:pixelated; flex-shrink:0; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.22)); }
.rbn-npc-body { text-align:left; }
.rbn-npc-body h3 { margin:0 0 5px; font-size:20px; color:#a8861f; border:none; padding:0; }
.rbn-npc-body p { margin:0 0 9px; font-size:13.5px; line-height:1.55; color:#4a3a14; }
.rbn-npc-body p:last-child { margin-bottom:0; }
.rbn-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; max-width:830px; margin:16px auto 6px; }
.rbn-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:11px; padding:18px 22px; }
.rbn-card h4 { margin:0 0 8px; color:#a8861f; font-size:16px; }
.rbn-card p { margin:0; font-size:13.5px; line-height:1.6; color:#4a3a14; }
.rbn-card p b { color:#a8861f; }
.rbn-wrap table.rbn-table { width:100%; border-collapse:collapse; margin:16px auto 6px; font-size:13.5px; box-shadow:0 6px 18px rgba(0,0,0,0.08); border-radius:10px; overflow:hidden; }
.rbn-table th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; font-weight:700; padding:11px 9px; text-align:center; font-size:12.5px; letter-spacing:0.3px; }
.rbn-table td { padding:9px 9px; text-align:center; border-bottom:1px solid #efe4c4; color:#3a2e12; }
.rbn-table td.rbn-elo { font-weight:700; color:#a8861f; text-align:left; white-space:nowrap; }
.rbn-table td small { color:#8a7330; }
.rbn-table tr:nth-child(even) td { background:#fdf8e8; }
.rbn-table tr:hover td { background:#f6ecc6; }
.rbn-note { text-align:center; font-size:13.5px; line-height:1.6; color:#3a2e12; max-width:840px; margin:28px auto 4px; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-radius:10px; padding:14px 24px; }
.rbn-note b { color:#a8861f; }
@media (max-width:850px) {
.rbn-stats { grid-template-columns:repeat(2,1fr); }
.rbn-steps { grid-template-columns:repeat(2,1fr); }
.rbn-cards { grid-template-columns:1fr; }
.rbn-npc { flex-direction:column; text-align:center; }
.rbn-npc-body { text-align:center; }
.rbn-wrap table.rbn-table { font-size:11.5px; }
.rbn-table th, .rbn-table td { padding:7px 5px; }
}
/* ===========================================================
ALMAS — Sistema de Almas — página bespoke (escopo .alm-wrap)
=========================================================== */
.alm-wrap { max-width: 1040px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.alm-wrap *, .alm-wrap *::before, .alm-wrap *::after { box-sizing: border-box; }
.alm-hero { position: relative; text-align: center; padding: 42px 22px 60px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(212,175,55,0.45);
background: radial-gradient(ellipse at 50% -20%, rgba(244,217,122,0.34), transparent 60%), radial-gradient(circle at 50% 130%, rgba(212,175,55,0.16), transparent 55%), linear-gradient(180deg, #2a1d07, #0d0901); }
.alm-hero::before { content:"\2726"; position:absolute; top:16px; right:24px; color:rgba(212,175,55,0.30); font-size:28px; }
.alm-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.alm-hero img.alm-ico { width:108px; height:108px; display:block; margin:0 auto 6px; border-radius:16px; filter: drop-shadow(0 8px 20px rgba(212,175,55,0.5)); }
.alm-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(244,217,122,0.45); border-radius:999px; color:#f4d97a; font-size:11px; letter-spacing:2.6px; text-transform:uppercase; font-weight:600; }
.alm-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f7e9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.alm-hero p { max-width:740px; margin:0 auto; color:#ecdcab; font-size:15.5px; line-height:1.65; }
.alm-hero p b { color:#f4d97a; }
.alm-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-38px auto 6px; max-width:800px; position:relative; z-index:3; padding:0 10px; }
.alm-stat { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:8px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.alm-stat b { display:block; font-size:16px; font-weight:800; color:#a8861f; line-height:1.15; }
.alm-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a6c1e; margin-top:7px; font-weight:600; }
.alm-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:42px 0 8px; }
.alm-h span { font-size:15px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; color:#a8861f; white-space:nowrap; }
.alm-h::before, .alm-h::after { content:""; height:1px; width:120px; background:linear-gradient(90deg, transparent, #d4af37); flex-shrink:0; }
.alm-h::after { background:linear-gradient(90deg, #d4af37, transparent); }
.alm-wrap .alm-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-top:14px; margin-bottom:8px; color:#2a2008; }
.alm-lead b { color:#a8861f; }
/* raridades */
.alm-rar { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:860px; margin:16px auto 6px; }
.alm-rar-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:12px; padding:16px 16px 18px; text-align:center; }
.alm-rar-card img { width:150px; height:150px; object-fit:contain; border-radius:10px; display:block; margin:0 auto 10px; box-shadow:0 4px 14px rgba(0,0,0,0.28); }
.alm-rar-name { font-weight:800; font-size:15px; margin-bottom:6px; letter-spacing:0.3px; }
.alm-rar-card p { margin:0; font-size:13px; line-height:1.5; color:#4a3a14; }
.alm-rar-blue { border-top-color:#3f8fe0; }
.alm-rar-blue .alm-rar-name { color:#2f73c2; }
.alm-rar-purple { border-top-color:#9a5cd6; }
.alm-rar-purple .alm-rar-name { color:#7e3fc0; }
.alm-rar-red { border-top-color:#df5236; }
.alm-rar-red .alm-rar-name { color:#c23a22; }
/* passos */
.alm-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:18px 0 4px; }
.alm-step { position:relative; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-radius:11px; padding:30px 16px 16px; text-align:center; }
.alm-step-n { position:absolute; top:-15px; left:50%; transform:translateX(-50%); width:32px; height:32px; border-radius:50%; background:linear-gradient(180deg,#f4d97a,#d4af37); color:#3a2607; font-weight:800; font-size:15px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 8px rgba(0,0,0,0.2); }
.alm-step b { display:block; color:#8a6c1e; font-size:14px; margin-bottom:5px; }
.alm-step p { margin:0; font-size:13px; line-height:1.5; color:#4a3a14; }
/* NPC */
.alm-npc { max-width:680px; margin:14px auto 6px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.32); border-left:4px solid #d4af37; border-radius:12px; padding:18px 26px; }
.alm-npc-body h3 { margin:0 0 6px; font-size:20px; color:#a8861f; border:none; padding:0; }
.alm-npc-body p { margin:0 0 9px; font-size:13.5px; line-height:1.55; color:#4a3a14; }
.alm-npc-body p:last-child { margin-bottom:0; }
/* cards de regras */
.alm-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:900px; margin:16px auto 6px; }
.alm-card { background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.3); border-top:3px solid #d4af37; border-radius:11px; padding:16px 18px; text-align:center; }
.alm-card h4 { margin:0 0 8px; color:#a8861f; font-size:15px; }
.alm-card p { margin:0; font-size:13px; line-height:1.55; color:#4a3a14; }
.alm-card p b { color:#a8861f; }
/* galeria de almas — lista compacta com a miniatura do item (inventário) */
.alm-list { max-width:840px; margin:14px auto 6px; display:flex; flex-direction:column; gap:7px; }
.alm-row { display:flex; align-items:center; gap:12px; background:linear-gradient(180deg,#fff,#fdf8e8); border:1px solid rgba(212,175,55,0.28); border-radius:9px; padding:7px 14px; transition:border-color .14s, background .14s; }
.alm-row:hover { border-color:#d4af37; background:#fbf3da; }
.alm-slot { width:38px; height:38px; flex-shrink:0; border-radius:7px; background:radial-gradient(circle at 50% 36%, #2c2647, #14101f); border:1px solid rgba(212,175,55,0.4); box-shadow:inset 0 1px 4px rgba(0,0,0,0.55); display:flex; align-items:center; justify-content:center; }
.alm-slot img { width:28px; height:28px; }
.alm-row-txt { font-size:12.5px; line-height:1.45; color:#4a3a14; text-align:left; }
.alm-row-n { font-weight:800; color:#a8861f; }
.alm-note { text-align:center; font-size:13.5px; line-height:1.6; color:#3a2e12; max-width:840px; margin:28px auto 4px; background:linear-gradient(180deg,#fffaef,#fdf3d4); border:1px solid #d4af37; border-radius:10px; padding:14px 24px; }
.alm-note b { color:#a8861f; }
@media (max-width:850px) {
.alm-stats { grid-template-columns:repeat(2,1fr); }
.alm-rar { grid-template-columns:1fr; max-width:340px; }
.alm-steps { grid-template-columns:repeat(2,1fr); }
.alm-cards { grid-template-columns:1fr; max-width:380px; }
}
/* ===========================================================
REBORN — tabela detalhada dos 10 elos (ícones oficiais)
=========================================================== */
.rbn-elotable-wrap { overflow-x:auto; margin:14px 0 6px; -webkit-overflow-scrolling:touch; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,0.08); border:1px solid rgba(212,175,55,0.25); }
.rbn-wrap table.rbn-elotable { border-collapse:collapse; margin:0; width:100%; min-width:940px; font-size:12px; }
.rbn-elotable th { background:linear-gradient(180deg,#241906,#0d0901); color:#f4d97a; padding:8px 6px 7px; text-align:center; font-weight:700; font-size:11px; vertical-align:bottom; }
.rbn-elotable th img.rbn-elo-ico { width:46px; height:46px; display:block; margin:0 auto 4px; filter:drop-shadow(0 2px 5px rgba(0,0,0,0.55)); }
.rbn-elotable th span { display:block; white-space:nowrap; font-size:12.5px; font-weight:800; color:#f7e9b8; margin-top:2px; }
.rbn-elotable td { padding:6px 9px; text-align:center; border-bottom:1px solid #efe4c4; color:#3a2e12; white-space:nowrap; }
.rbn-elotable td.rbn-stat, .rbn-elotable th.rbn-stat { text-align:left; font-weight:700; position:sticky; left:0; z-index:2; }
.rbn-elotable td.rbn-stat { color:#8a6c1e; background:#fbf3da; }
.rbn-elotable th.rbn-stat { color:#f4d97a; background:#1c1305; text-align:center; vertical-align:middle; white-space:normal; line-height:1.25; font-size:12px; }
.rbn-elotable tr:nth-child(even) td { background:#fdf8e8; }
.rbn-elotable tr:nth-child(even) td.rbn-stat { background:#f4ead0; }
.rbn-elotable tr:hover td { background:#f6ecc6; }
.rbn-elotable tr:hover td.rbn-stat { background:#efe2bf; }
.rbn-elotable td.rbn-na { color:#c9bd97; }
/* =============================================================
RMT — Mercado RMT (escopo .rmt-wrap)
============================================================= */
.rmt-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.rmt-wrap *, .rmt-wrap *::before, .rmt-wrap *::after { box-sizing: border-box; }
.rmt-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.rmt-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.rmt-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: cover; }
.rmt-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.rmt-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; }
.rmt-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.rmt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.rmt-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.rmt-stat b { display: block; font-size: 22px; color: #a8861f; font-weight: 800; line-height: 1.1; }
.rmt-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.rmt-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.rmt-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.rmt-h::before, .rmt-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.rmt-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.rmt-wrap .rmt-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 6px; color: #2a2008; }
.rmt-wrap .rmt-lead b { color: #a8861f; }
.rmt-access { max-width: 640px; margin: 10px auto 0; text-align: center; background: linear-gradient(180deg, #241906, #0d0901); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 16px 20px; color: #e9dcc0; font-size: 14.5px; line-height: 1.7; }
.rmt-access b { color: #f4d97a; }
.rmt-access .cmd { display: inline-block; margin: 2px 2px; padding: 3px 10px; border: 1px solid rgba(212,175,55,0.5); border-radius: 8px; color: #f4d97a; font-family: monospace; font-size: 14px; }
/* clicável: copia comando/coord ao clicar */
.rmt-copy { cursor: pointer; display: inline-block; padding: 1px 9px; margin: 0 1px; border-radius: 6px; background: rgba(212,175,55,0.16); border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; font-family: monospace; font-weight: 700; font-size: 0.95em; line-height: 1.55; white-space: nowrap; transition: background .12s, transform .05s; }
.rmt-copy:hover { background: rgba(212,175,55,0.30); }
.rmt-copy:active { transform: translateY(1px); }
.rmt-copy::after { content: "\29C9"; margin-left: 6px; opacity: 0.55; font-family: sans-serif; }
.rmt-access .rmt-copy { background: rgba(244,217,122,0.12); border-color: rgba(212,175,55,0.55); color: #f4d97a; font-size: 14px; }
.rmt-access .rmt-copy:hover { background: rgba(244,217,122,0.24); }
/* link estilizado (Discord etc.) */
.rmt-link { color: #a8861f; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(212,175,55,0.5); text-underline-offset: 2px; }
.rmt-link:hover { color: #8a6c1e; }
.rmt-access .rmt-link { color: #f4d97a; text-decoration-color: rgba(244,217,122,0.55); }
.rmt-steps { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 6px auto 0; }
.rmt-step { display: flex; gap: 14px; align-items: flex-start; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-left: 4px solid #d4af37; border-radius: 10px; padding: 14px 16px; }
.rmt-step .n { flex: 0 0 34px; height: 34px; width: 34px; border-radius: 50%; background: #d4af37; color: #241906; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.rmt-step .t { font-size: 14px; line-height: 1.55; color: #3a2e12; align-self: center; }
.rmt-step .t b { color: #a8330f; }
.rmt-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 860px; margin: 6px auto 0; align-items: stretch; }
.rmt-col { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 18px; }
.rmt-col h3 { margin: 0 0 12px; font-size: 15px; color: #a8861f; font-weight: 800; border: none; padding: 0; text-align: center; }
.rmt-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.rmt-col li { position: relative; padding-left: 22px; font-size: 13.5px; line-height: 1.5; color: #3a2e12; }
.rmt-col li::before { content: "\2714"; position: absolute; left: 2px; top: 0; color: #3a9c3a; font-size: 12px; }
.rmt-fee { max-width: 520px; margin: 8px auto 0; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 10px 22px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.rmt-fee .row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; font-size: 14.5px; color: #3a2e12; border-bottom: 1px dashed rgba(212,175,55,0.4); }
.rmt-fee .row:last-child { border-bottom: none; }
.rmt-fee .big { color: #a8330f; font-weight: 800; font-size: 16px; }
.rmt-fee .net { color: #3a9c3a; font-weight: 800; font-size: 16px; }
.rmt-safe { max-width: 820px; margin: 6px auto 0; background: linear-gradient(180deg, #f4fbf0, #eef7e6); border: 1px solid rgba(58,156,58,0.3); border-left: 4px solid #3a9c3a; border-radius: 10px; padding: 16px 20px; }
.rmt-safe ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.rmt-safe li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.55; color: #2f3a1f; }
.rmt-safe li::before { content: "\2714"; position: absolute; left: 2px; top: 1px; color: #3a9c3a; font-size: 12px; }
.rmt-safe li b { color: #2e7d32; }
.rmt-rules { max-width: 820px; margin: 6px auto 0; background: linear-gradient(180deg, #fff7f3, #fdeee7); border: 1px solid rgba(192,57,43,0.3); border-left: 4px solid #c0392b; border-radius: 10px; padding: 16px 20px; }
.rmt-rules ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.rmt-rules li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.55; color: #3a2e12; }
.rmt-rules li::before { content: "\26A0"; position: absolute; left: 2px; top: 0; color: #c0392b; font-size: 13px; }
.rmt-rules li b { color: #a8330f; }
.rmt-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 860px; margin: 6px auto 0; }
.rmt-chip { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 999px; padding: 8px 16px; font-size: 13px; color: #3a2e12; }
.rmt-chip b { color: #a8861f; }
.rmt-cta { text-align: center; margin: 34px auto 8px; }
.rmt-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; }
.rmt-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); }
@media (max-width: 720px) {
.rmt-stats { grid-template-columns: repeat(2, 1fr); }
.rmt-cols { grid-template-columns: 1fr; }
.rmt-hero h1 { font-size: 31px; }
.rmt-h::before, .rmt-h::after { width: 40px; }
}
/* =============================================================
CORRIDA 99 — Corrida ao 99 (escopo .c99-wrap)
============================================================= */
.c99-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.c99-wrap *, .c99-wrap *::before, .c99-wrap *::after { box-sizing: border-box; }
.c99-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.c99-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.c99-hero img { width: 104px; height: 104px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: cover; }
.c99-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.c99-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; }
.c99-hero p { max-width: 680px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.c99-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 860px; margin: -34px auto 6px; position: relative; }
.c99-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.c99-stat b { display: block; font-size: 18px; color: #a8861f; font-weight: 800; line-height: 1.15; }
.c99-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.c99-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.c99-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.c99-h::before, .c99-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.c99-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.c99-wrap .c99-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 10px; color: #2a2008; }
.c99-wrap .c99-lead b { color: #a8861f; }
.c99-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 880px; margin: 10px auto 0; align-items: stretch; }
.c99-col { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 18px; }
.c99-col h3 { margin: 0 0 12px; font-size: 15px; font-weight: 800; border: none; padding: 0; text-align: center; }
.c99-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.c99-col li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.5; color: #3a2e12; }
.c99-bad { border-top-color: #c0392b; }
.c99-bad h3 { color: #c0392b; }
.c99-bad li::before { content: "\2716"; position: absolute; left: 2px; top: 0; color: #c0392b; font-size: 12px; }
.c99-bad li b { color: #a8330f; }
.c99-good { border-top-color: #3a9c3a; }
.c99-good h3 { color: #2e7d32; }
.c99-good li::before { content: "\2714"; position: absolute; left: 2px; top: 0; color: #3a9c3a; font-size: 12px; }
.c99-good li b { color: #2e7d32; }
.c99-relics { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; max-width: 960px; margin: 8px auto 0; }
.c99-relic { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 10px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.c99-relic img { display: block; width: 420px; max-width: 100%; height: auto; border-radius: 8px; }
.c99-cta { text-align: center; margin: 34px auto 8px; }
.c99-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; }
.c99-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); }
@media (max-width: 720px) {
.c99-stats { grid-template-columns: repeat(2, 1fr); }
.c99-cols { grid-template-columns: 1fr; }
.c99-hero h1 { font-size: 31px; }
.c99-h::before, .c99-h::after { width: 40px; }
}
/* =============================================================
GUERRA DO EMPERIUM — WoE (escopo .woe-wrap)
============================================================= */
.woe-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.woe-wrap *, .woe-wrap *::before, .woe-wrap *::after { box-sizing: border-box; }
.woe-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.woe-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.woe-hero img { width: 116px; height: 116px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: contain; }
.woe-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.woe-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; }
.woe-hero p { max-width: 700px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.woe-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: -34px auto 6px; position: relative; }
.woe-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.woe-stat b { display: block; font-size: 19px; color: #a8861f; font-weight: 800; line-height: 1.15; }
.woe-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.woe-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.woe-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.woe-h::before, .woe-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.woe-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.woe-wrap .woe-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 10px; color: #2a2008; }
.woe-wrap .woe-lead b { color: #a8861f; }
.woe-sched { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 620px; margin: 6px auto 0; }
.woe-day { flex: 1 1 240px; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px; text-align: center; }
.woe-day b { display: block; font-size: 16px; color: #a8861f; text-transform: uppercase; letter-spacing: 1px; }
.woe-day span { display: block; margin-top: 4px; font-size: 24px; font-weight: 800; color: #3a2e12; }
.woe-table { width: 100%; max-width: 560px; margin: 6px auto 0; border-collapse: collapse; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.woe-table th { background: #241906; color: #f4d97a; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; padding: 12px 18px; text-align: left; }
.woe-table th.r { text-align: right; }
.woe-table td { padding: 12px 18px; font-size: 14.5px; color: #3a2e12; border-top: 1px solid rgba(212,175,55,0.25); }
.woe-table td.r { text-align: right; font-weight: 800; color: #a8861f; }
.woe-table .nm { font-weight: 700; }
.woe-table tr.woe-king td { background: rgba(212,175,55,0.12); }
.woe-relics { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 1000px; margin: 8px auto 0; }
.woe-relic { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 9px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.woe-relic img { display: block; width: 290px; max-width: 100%; height: auto; border-radius: 8px; }
.woe-cta { text-align: center; margin: 34px auto 8px; }
.woe-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; }
.woe-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); }
@media (max-width: 720px) {
.woe-stats { grid-template-columns: repeat(2, 1fr); }
.woe-hero h1 { font-size: 31px; }
.woe-h::before, .woe-h::after { width: 40px; }
}
/* =============================================================
TRAGA SUA GUILD — pacotes fundador de guild (escopo .tg-wrap)
============================================================= */
.tg-wrap { max-width: 1000px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2a2008; }
.tg-wrap *, .tg-wrap *::before, .tg-wrap *::after { box-sizing: border-box; }
.tg-hero { position: relative; text-align: center; padding: 40px 24px 34px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,175,55,0.35); background: radial-gradient(ellipse at 50% -10%, rgba(244,217,122,0.30), transparent 62%), linear-gradient(180deg, #241906, #0d0901); }
.tg-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, transparent, #d4af37, transparent); }
.tg-hero img { width: 110px; height: 110px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.55); object-fit: cover; }
.tg-badge { display: inline-block; margin: 16px 0 4px; padding: 4px 15px; border: 1px solid rgba(212,175,55,0.5); border-radius: 999px; color: #f4d97a; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 700; }
.tg-hero h1 { margin: 8px 0 10px; font-size: 40px; line-height: 1.05; color: #f4d97a; border: none; padding: 0; font-weight: 800; letter-spacing: 0.5px; }
.tg-hero p { max-width: 700px; margin: 0 auto; color: #e9dcc0; font-size: 15px; line-height: 1.65; }
.tg-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 880px; margin: -34px auto 6px; position: relative; }
.tg-stat { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-top: 3px solid #d4af37; border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.tg-stat b { display: block; font-size: 18px; color: #a8861f; font-weight: 800; line-height: 1.15; }
.tg-stat span { display: block; margin-top: 4px; font-size: 11px; color: #6b5a2e; text-transform: uppercase; letter-spacing: 0.5px; }
.tg-h { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 38px 0 16px; }
.tg-h span { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #a8861f; white-space: nowrap; text-align: center; }
.tg-h::before, .tg-h::after { content: ""; height: 1px; width: 80px; background: linear-gradient(90deg, transparent, #d4af37); flex-shrink: 0; }
.tg-h::after { background: linear-gradient(90deg, #d4af37, transparent); }
.tg-wrap .tg-lead { text-align: center; font-size: 15.5px; line-height: 1.75; max-width: 800px; margin: 0 auto 10px; color: #2a2008; }
.tg-wrap .tg-lead b { color: #a8861f; }
.tg-wrap .tg-lead a { color: #a8861f; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(212,175,55,0.5); }
.tg-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 960px; margin: 8px auto 0; align-items: stretch; }
.tg-tier { display: flex; flex-direction: column; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.3); border-top: 4px solid #d4af37; border-radius: 12px; padding: 18px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.tg-tierimg { width: auto; max-width: 100%; height: 168px; object-fit: contain; margin: 0 auto 8px; filter: drop-shadow(0 3px 10px rgba(0,0,0,0.28)); }
.tg-tname { font-size: 16px; font-weight: 800; color: #a8861f; }
.tg-qty { font-size: 13px; color: #3a2e12; margin-top: 5px; font-weight: 700; }
.tg-price { margin: 10px 0 2px; font-size: 15px; color: #3a2e12; }
.tg-price s { color: #b07a6a; margin-right: 7px; }
.tg-price b { font-size: 23px; color: #a8330f; }
.tg-save { display: inline-block; margin: 6px auto 0; font-size: 12px; font-weight: 800; color: #2e7d32; background: rgba(58,156,58,0.12); border: 1px solid rgba(58,156,58,0.3); border-radius: 999px; padding: 2px 12px; }
.tg-perks { list-style: none; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px dashed rgba(212,175,55,0.4); display: flex; flex-direction: column; gap: 9px; text-align: left; }
.tg-perks li { position: relative; padding-left: 24px; font-size: 13px; line-height: 1.45; color: #3a2e12; }
.tg-perks li::before { content: "\2714"; position: absolute; left: 2px; top: 0; color: #3a9c3a; font-size: 12px; }
.tg-perks li b { color: #a8861f; }
.tg-perks li.star::before { content: "\2605"; color: #d4af37; }
.tg-prata { border-top-color: #9fa3ad; }
.tg-prata .tg-tname { color: #7d818c; }
.tg-ouro { border-top-color: #d4af37; }
.tg-diamante { border-top-color: #56c5dc; }
.tg-diamante .tg-tname { color: #2092a8; }
.tg-banners { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 1000px; margin: 8px auto 0; }
.tg-banner { background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 9px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.tg-banner img { display: block; width: 290px; max-width: 100%; height: auto; border-radius: 8px; }
.tg-gpmain { display: block; max-width: 560px; width: 100%; height: auto; margin: 6px auto 16px; border-radius: 12px; border: 1px solid rgba(212,175,55,0.35); box-shadow: 0 8px 22px rgba(0,0,0,0.12); }
.tg-gpgrid { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 16px; max-width: 760px; margin: 0 auto; }
.tg-gpcard { flex: 1 1 300px; max-width: 360px; background: linear-gradient(180deg, #fff, #fdf8e8); border: 1px solid rgba(212,175,55,0.35); border-radius: 12px; padding: 16px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tg-gpcard .cap { font-size: 13px; color: #6b5a2e; font-weight: 700; margin-top: 6px; }
.tg-gpcard .sub { font-size: 12px; color: #8a7a4e; margin-top: 2px; }
.tg-gpcard img.npc { width: 268px; max-width: 100%; height: auto; border-radius: 6px; image-rendering: auto; }
.tg-gpcard img.sign { width: 110px; height: auto; image-rendering: pixelated; }
.tg-gpwide { display: block; max-width: 820px; width: 100%; height: auto; margin: 16px auto 6px; border-radius: 12px; border: 1px solid rgba(212,175,55,0.35); box-shadow: 0 8px 22px rgba(0,0,0,0.12); }
.tg-wrap .tg-cap { text-align: center; font-size: 13px; color: #6b5a2e; font-weight: 700; margin: 0 auto 4px; }
.tg-placa { display: flex; flex-direction: column; align-items: center; gap: 7px; margin: 20px auto 0; }
.tg-placa img { width: 184px; height: auto; image-rendering: -webkit-optimize-contrast; image-rendering: -moz-crisp-edges; image-rendering: crisp-edges; image-rendering: pixelated; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.2)); }
.tg-cta { text-align: center; margin: 34px auto 8px; }
.tg-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 11px; background: linear-gradient(135deg, #f4d97a, #d4af37); color: #2a1d07 !important; font-weight: 800; font-size: 16px; letter-spacing: 0.3px; text-decoration: none; box-shadow: 0 8px 22px rgba(212,175,55,0.40); transition: transform .15s, box-shadow .15s; }
.tg-cta a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212,175,55,0.48); }
@media (max-width: 760px) {
.tg-stats { grid-template-columns: repeat(2, 1fr); }
.tg-tiers { grid-template-columns: 1fr; }
.tg-hero h1 { font-size: 31px; }
.tg-h::before, .tg-h::after { width: 40px; }
}/* ===================== Facção (fac-*) — 2026-06-09 ===================== */
.fac-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008}
.fac-hero{position:relative;text-align:center;padding:40px 24px 34px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.30),transparent 62%),linear-gradient(180deg,#241906,#0d0901)}
.fac-hero img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.55))}
.fac-hero h1{margin:8px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px}
.fac-hero p{max-width:720px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65}
.fac-badge{display:inline-block;margin:16px 0 4px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.fac-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-34px auto 6px;position:relative;z-index:3;padding:0 10px}
.fac-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.fac-stat b{display:block;font-size:18px;color:#a8861f;font-weight:800;line-height:1.15}
.fac-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px}
.fac-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:40px 0 16px}
.fac-h::before,.fac-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)}
.fac-h::after{background:linear-gradient(90deg,#d4af37,transparent)}
.fac-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap}
.fac-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008}
.fac-wrap .fac-lead{margin-left:auto;margin-right:auto}
/* cards das 3 faccoes */
.fac-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px auto 0;max-width:900px}
.fac-card{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:12px;padding:22px 16px 18px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.fac-card img{width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.28))}
.fac-card .nm{display:block;margin:12px 0 4px;font-size:19px;font-weight:800;letter-spacing:.3px}
.fac-card .vs{display:block;font-size:13px;color:#5a4a22;line-height:1.55}
.fac-card.aether{border-top-color:#3f86e0}.fac-card.aether .nm{color:#2f74cf}
.fac-card.tartaro{border-top-color:#d24a3a}.fac-card.tartaro .nm{color:#c0392b}
.fac-card.renegado{border-top-color:#8a8a8a}.fac-card.renegado .nm{color:#6a6a6a}
/* passo a passo */
.fac-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fac-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center}
.fac-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)}
.fac-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800}
.fac-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55}
/* tabela */
.fac-table{width:100%;max-width:600px;margin:6px auto 0;border-collapse:collapse;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.fac-table th{background:#241906;color:#f4d97a;font-size:12px;text-transform:uppercase;letter-spacing:1px;padding:12px 18px;text-align:left}
.fac-table th.r{text-align:right}
.fac-table td{padding:12px 18px;font-size:14.5px;color:#3a2e12;border-top:1px solid rgba(212,175,55,.25)}
.fac-table td.r{text-align:right;font-weight:800;color:#a8861f}
.fac-hi td{background:rgba(212,175,55,.12)}
/* cards de regra/comando */
.fac-cmds{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin:0 auto}
.fac-cmd{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-left:4px solid #d4af37;border-radius:9px;padding:15px 17px}
.fac-cmd b{display:block;color:#a8861f;font-size:15px;margin-bottom:3px}
.fac-cmd span{display:block;font-size:13px;color:#5a4a22;line-height:1.55}
.fac-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65}
.fac-wrap .fac-note{margin-left:auto;margin-right:auto}.fac-note b{color:#a8861f}
@media (max-width:850px){
.fac-stats{grid-template-columns:repeat(2,1fr)}
.fac-cards{grid-template-columns:1fr}
.fac-steps{grid-template-columns:repeat(2,1fr)}
.fac-cmds{grid-template-columns:1fr}
.fac-hero h1{font-size:32px}
}
/* === Facção: NPC Recrutador (cartão escuro p/ destacar a sprite branca) === */
.fac-npc { display:flex; gap:30px; align-items:center; background:linear-gradient(135deg,#2c1f0e 0%,#221705 100%); border:1px solid #5a4a1e; border-radius:16px; padding:22px 30px; margin:8px 0 6px; flex-wrap:wrap; box-shadow:inset 0 1px 0 rgba(244,217,122,0.08); }
.fac-npc-art { flex:0 0 auto; width:190px; display:flex; align-items:center; justify-content:center; background:radial-gradient(ellipse at 50% 45%, rgba(212,175,55,0.20), rgba(0,0,0,0) 70%); border-radius:14px; padding:6px; }
.fac-npc-art img { display:block; width:100%; height:auto; filter:drop-shadow(0 8px 16px rgba(0,0,0,0.55)); }
.fac-npc-info { flex:1 1 280px; min-width:240px; }
.fac-npc-name { font-size:1.55em; font-weight:800; color:#f4d97a; letter-spacing:0.2px; margin-bottom:10px; }
.fac-npc-desc { color:#e6d9bd; line-height:1.65; margin:0 0 18px; font-size:1.02em; }
.fac-npc-loc { display:flex; gap:16px; align-items:center; flex-wrap:wrap; }
.fac-npc-map { color:#d4af37; font-weight:700; font-size:1.05em; }
.fac-npc .navi-copy { color:#f4d97a; border-bottom-color:#d4af37; background:rgba(212,175,55,0.10); }
.fac-npc .navi-copy:hover { color:#fff7e0; background:rgba(212,175,55,0.24); }
@media (max-width:560px){ .fac-npc{ justify-content:center; text-align:center; } .fac-npc-info{ text-align:center; } .fac-npc-loc{ justify-content:center; } }
/* ===================== Rate Bonificado (rtb-*) — 2026-06-10 ===================== */
.rtb-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008}
.rtb-hero{position:relative;text-align:center;padding:40px 24px 34px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.30),transparent 62%),linear-gradient(180deg,#241906,#0d0901)}
.rtb-hero img{width:128px;height:128px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.55))}
.rtb-hero h1{margin:8px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px}
.rtb-hero p{max-width:720px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65}
.rtb-badge{display:inline-block;margin:16px 0 4px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.rtb-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-34px auto 6px;position:relative;z-index:3;padding:0 10px}
.rtb-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.rtb-stat b{display:block;font-size:18px;color:#a8861f;font-weight:800;line-height:1.15}
.rtb-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px}
.rtb-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:40px 0 16px}
.rtb-h::before,.rtb-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)}
.rtb-h::after{background:linear-gradient(90deg,#d4af37,transparent)}
.rtb-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap}
.rtb-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008}
.rtb-wrap .rtb-lead{margin-left:auto;margin-right:auto}
/* cards dos 3 rates */
.rtb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px auto 0;max-width:900px}
.rtb-card{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:12px;padding:24px 16px 20px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.rtb-card .mult{display:block;font-size:46px;font-weight:800;line-height:1;letter-spacing:-1px}
.rtb-card .nm{display:block;margin:10px 0 6px;font-size:18px;font-weight:800;letter-spacing:.3px;color:#3a2e12}
.rtb-card .vs{display:block;font-size:13px;color:#5a4a22;line-height:1.6}
.rtb-card.r1{border-top-color:#3fa05a}.rtb-card.r1 .mult{color:#2e8a49}
.rtb-card.r3{border-top-color:#d4af37}.rtb-card.r3 .mult{color:#a8861f}
.rtb-card.r5{border-top-color:#d24a3a}.rtb-card.r5 .mult{color:#c0392b}
/* passo a passo */
.rtb-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.rtb-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center}
.rtb-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)}
.rtb-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800}
.rtb-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55}
/* tabela */
.rtb-table{width:100%;max-width:680px;margin:6px auto 0;border-collapse:collapse;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.rtb-table th{background:#241906;color:#f4d97a;font-size:12px;text-transform:uppercase;letter-spacing:1px;padding:12px 18px;text-align:left}
.rtb-table th.r{text-align:right}
.rtb-table td{padding:12px 18px;font-size:14.5px;color:#3a2e12;border-top:1px solid rgba(212,175,55,.25)}
.rtb-table td.r{text-align:right;font-weight:800;color:#a8861f}
.rtb-hi td{background:rgba(212,175,55,.12)}
/* cards de regra/faq */
.rtb-cmds{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin:0 auto}
.rtb-cmd{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-left:4px solid #d4af37;border-radius:9px;padding:15px 17px}
.rtb-cmd > b{display:block;color:#a8861f;font-size:15px;margin-bottom:3px}
.rtb-cmd span{display:block;font-size:13px;color:#5a4a22;line-height:1.55}
.rtb-cmds > .rtb-cmd:last-child:nth-child(odd){grid-column:1 / -1;width:100%;max-width:calc((100% - 12px) / 2);justify-self:center}
.rtb-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65}
.rtb-wrap .rtb-note{margin-left:auto;margin-right:auto}.rtb-note b{color:#a8861f}
@media (max-width:850px){
.rtb-stats{grid-template-columns:repeat(2,1fr)}
.rtb-cards{grid-template-columns:1fr}
.rtb-steps{grid-template-columns:repeat(2,1fr)}
.rtb-cmds{grid-template-columns:1fr}
.rtb-cmds > .rtb-cmd:last-child:nth-child(odd){grid-column:auto;max-width:none}
.rtb-hero h1{font-size:32px}
}
/* ===== Coleções de Cartas (colc-) — AureumRO 2026-06-15 ===== */
.colc-wrap{max-width:1100px;margin:0 auto;font-family:Inter,'Segoe UI',sans-serif;color:#2a2018;line-height:1.55}
.colc-wrap *{box-sizing:border-box}
/* hero */
.colc-hero{display:flex;align-items:center;gap:26px;background:radial-gradient(120% 140% at 12% 18%,#3a2c14 0%,#241906 60%,#1a1206 100%);border:1px solid #5a4520;border-radius:16px;padding:30px 34px;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.colc-hero-npc{height:178px;width:auto;image-rendering:pixelated;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5));flex:0 0 auto}
.colc-kicker{color:#d4af37;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:8px}
.colc-title{font-size:40px;font-weight:800;line-height:1.05;color:#f4d97a;text-shadow:0 2px 0 rgba(0,0,0,.4);margin:0 0 12px}
.colc-lead{color:#efe2c4;font-size:16px;max-width:640px;margin:0}
.colc-lead b{color:#f4d97a}
/* stats */
.colc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 6px}
.colc-stat{background:#fdf8e8;border:1px solid #e4d49c;border-top:3px solid #d4af37;border-radius:12px;padding:14px 10px;text-align:center}
.colc-stat-n{display:block;font-size:26px;font-weight:800;color:#7a5a12}
.colc-stat-l{display:block;font-size:12.5px;color:#8a7a55;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:3px}
/* headings */
.colc-h{font-size:24px;font-weight:800;color:#241906;margin:34px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;position:relative}
.colc-h:before{content:"✦";color:#d4af37;margin-right:9px}
/* steps */
.colc-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.colc-step{background:#fdf8e8;border:1px solid #e4d49c;border-radius:12px;padding:14px 16px 14px 52px;position:relative;font-size:14.5px}
.colc-step-i{position:absolute;left:14px;top:13px;width:26px;height:26px;border-radius:50%;background:#241906;color:#f4d97a;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px}
.colc-step b{color:#7a5a12}
.colc-note{background:#fff7df;border:1px dashed #d4af37;border-radius:10px;padding:12px 16px;margin-top:14px;font-size:14px;color:#5c4a22}
.colc-note b{color:#7a5a12}
/* lista de coleções */
.colc-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
/* coleção órfã na última linha (total ímpar) -> centraliza entre as 2 colunas */
.colc-list>.colc-col:last-child:nth-child(odd){grid-column:1 / -1;width:calc(50% - 9px);justify-self:center}
@media(max-width:860px){.colc-list,.colc-steps,.colc-stats{grid-template-columns:1fr}.colc-list>.colc-col:last-child:nth-child(odd){grid-column:auto;width:auto}}
.colc-col{background:#fffdf7;border:1px solid #e4d49c;border-radius:14px;overflow:hidden;box-shadow:0 3px 10px rgba(90,69,32,.10);display:flex;flex-direction:column}
.colc-col-head{display:flex;align-items:center;gap:10px;background:linear-gradient(90deg,#241906,#3a2c14);padding:12px 14px}
.colc-col-idx{color:#d4af37;font-weight:800;font-size:13px;opacity:.7;font-variant-numeric:tabular-nums}
.colc-col-name{color:#f4d97a;font-weight:800;font-size:17px;flex:1}
.colc-col-total{color:#bfe6b0;font-size:12.5px;font-weight:700;text-align:right;max-width:46%;line-height:1.25}
.colc-tiers{padding:10px 14px;display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #efe2c0}
.colc-tier{display:flex;align-items:baseline;gap:10px;font-size:13.5px}
.colc-tier-n{flex:0 0 64px;color:#9a7a2a;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em}
.colc-tier-d{color:#3a2f1e}
.colc-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;padding:12px 14px 14px}
.colc-card{margin:0;text-align:center}
.colc-card img{width:100%;height:auto;border-radius:6px;border:1px solid #d8c590;box-shadow:0 2px 5px rgba(0,0,0,.2);display:block;background:#efe7d0}
.colc-card figcaption{font-size:10.5px;color:#6a5a38;margin-top:4px;line-height:1.2;font-weight:600}
.colc-navi{cursor:pointer;color:#8a5e00;font-weight:800;border-bottom:1.5px dashed #c9a23a;white-space:nowrap;padding:0 2px;border-radius:3px;transition:background .15s,color .15s}
.colc-navi:hover{color:#5e3f00;background:#ffefbe}
.colc-foot{margin:30px 0 8px;text-align:center;color:#8a7a55;font-size:13.5px;font-style:italic}
/* ===== Boss Global (.bgl-) ===== */
.bgl-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008}
.bgl-hero{position:relative;text-align:center;padding:38px 24px 30px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.28),transparent 60%),linear-gradient(180deg,#241906,#0d0901)}
.bgl-hero img{width:200px;height:200px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6))}
.bgl-hero h1{margin:14px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px}
.bgl-hero p{max-width:740px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65}
.bgl-badge{display:inline-block;margin:4px 0 2px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.bgl-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-30px auto 6px;position:relative;z-index:3;padding:0 10px}
.bgl-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.bgl-stat b{display:block;font-size:16px;color:#a8861f;font-weight:800;line-height:1.18}
.bgl-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px}
.bgl-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:42px 0 16px}
.bgl-h::before,.bgl-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)}
.bgl-h::after{background:linear-gradient(90deg,#d4af37,transparent)}
.bgl-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap;text-align:center}
.bgl-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008}
.bgl-wrap .bgl-lead{margin-left:auto;margin-right:auto}.bgl-lead b{color:#9c7d1c}
.bgl-mob{display:flex;gap:30px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 22% 50%,rgba(244,217,122,.14),transparent 58%),linear-gradient(135deg,#2c1f0e,#171003);border:1px solid #5a4a1e;border-radius:16px;padding:24px 32px;flex-wrap:wrap}
.bgl-mob-art{flex:0 0 auto;width:230px;display:flex;align-items:center;justify-content:center;min-height:180px}
.bgl-mob-art img{max-width:210px;max-height:200px;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.6))}
.bgl-mob-info{flex:1 1 320px;min-width:280px}
.bgl-mob-name{font-size:1.7em;font-weight:800;color:#f4d97a;line-height:1.1}
.bgl-mob-sub{color:#d4af37;font-size:.8em;letter-spacing:1.5px;text-transform:uppercase;margin:4px 0 14px}
.bgl-feat{list-style:none;padding:0;margin:0}
.bgl-feat li{position:relative;padding:8px 0 8px 26px;color:#e9dcc0;font-size:13.8px;line-height:1.5}
.bgl-feat li+li{border-top:1px solid rgba(212,175,55,.13)}
.bgl-feat li::before{content:"\2726";position:absolute;left:2px;top:8px;color:#d4af37}
.bgl-feat li b{color:#f4d97a;font-weight:700}
.bgl-secret{text-align:center;max-width:820px;margin:24px auto 0;padding:24px 28px;border-radius:14px;border:1px solid rgba(212,175,55,.4);background:radial-gradient(ellipse at 50% -20%,rgba(244,217,122,.20),transparent 62%),linear-gradient(180deg,#2c1f0e,#1a1204)}
.bgl-secret .st{color:#f4d97a;font-size:18px;font-weight:800;display:block;margin-bottom:7px;letter-spacing:.3px}
.bgl-secret p{color:#e9dcc0;font-size:14.5px;line-height:1.7;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.bgl-secret p b{color:#f4d97a}
.bgl-reward{display:flex;gap:28px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 0%,rgba(244,217,122,.16),transparent 60%),linear-gradient(180deg,#2c1f0e,#1a1204);border:1px solid #5a4a1e;border-radius:16px;padding:22px 30px;flex-wrap:wrap;margin-bottom:8px}
.bgl-reward img{width:118px;image-rendering:pixelated;filter:drop-shadow(0 8px 16px rgba(0,0,0,.55))}
.bgl-reward-t{font-size:1.35em;font-weight:800;color:#f4d97a;margin-bottom:6px}
.bgl-reward-d{color:#e9dcc0;font-size:14px;line-height:1.6;max-width:430px}
.bgl-guaranteed{display:flex;align-items:center;justify-content:center;gap:16px;max-width:440px;margin:16px auto 4px;padding:14px 24px;border-radius:14px;background:radial-gradient(ellipse at 50% 0%,rgba(244,217,122,.32),transparent 72%),linear-gradient(180deg,#fffaf0,#f7e8c4);border:1px solid #d4af37;box-shadow:0 0 16px rgba(212,175,55,.3)}
.bgl-guaranteed img{width:58px;height:58px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}
.bgl-guaranteed .gl{display:block;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#a8861f}
.bgl-guaranteed .gn{display:block;font-size:18px;font-weight:800;color:#3a2e12;line-height:1.15}
.bgl-guaranteed .gq{display:block;font-size:12.5px;color:#7a6526;font-weight:600;margin-top:2px}
.bgl-multi{text-align:center;font-size:14px;color:#5a4a22;max-width:720px;margin:10px auto 2px;line-height:1.6}.bgl-multi b{color:#a8861f}
.bgl-loot{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:14px auto 0}
.bgl-lcard{width:202px;box-sizing:border-box;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.28);border-top:3px solid #9a9a9a;border-radius:11px;padding:13px 12px;text-align:center}
.bgl-lcard img{width:48px;height:48px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 3px rgba(0,0,0,.22))}
.bgl-lcard .rar{display:block;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px}
.bgl-lcard .nm{font-size:12.5px;color:#3a2e12;font-weight:700;line-height:1.25;margin:6px 0 3px;min-height:31px;display:flex;align-items:center;justify-content:center;overflow-wrap:break-word}
.bgl-lcard .qt{display:block;font-size:11.5px;color:#6b5a2e;margin-bottom:9px}.bgl-lcard .qt b{color:#3a2e12;font-weight:700}
.bgl-lcard .ch{display:inline-block;font-size:13px;font-weight:800;color:#fff;border-radius:999px;padding:3px 14px}
.bgl-lcard.leg{border-color:rgba(217,131,36,.5);border-top-color:#d98324;box-shadow:0 0 14px rgba(217,131,36,.3);background:linear-gradient(180deg,#fffaf0,#fdeed2)}
.leg .rar{color:#c9700f}.leg .ch{background:#d98324}
.bgl-lcard.epic{border-top-color:#9b59b6}.epic .rar{color:#8e44ad}.epic .ch{background:#9b59b6}
.bgl-lcard.rare{border-top-color:#2f74cf}.rare .rar{color:#2f74cf}.rare .ch{background:#2f74cf}
.bgl-lcard.unc{border-top-color:#2e9e5b}.unc .rar{color:#1f8049}.unc .ch{background:#2e9e5b}
.bgl-lcard.com{border-top-color:#9a9a9a}.com .rar{color:#777}.com .ch{background:#8a8a8a}
.bgl-time{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:900px;margin:8px auto 0}
.bgl-tcard{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:18px 12px;text-align:center}
.bgl-tcard .hh{font-size:22px;font-weight:800;color:#a8861f;line-height:1}
.bgl-tcard .t{display:block;margin-top:8px;font-size:12.5px;color:#5a4a22;line-height:1.5}
.bgl-tcard.go{border-top:3px solid #d24a3a}.bgl-tcard.go .hh{color:#c0392b}
.bgl-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.bgl-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center}
.bgl-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)}
.bgl-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800}
.bgl-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55}
.bgl-step p b{color:#9c7d1c}
.bgl-soon{margin:34px auto 0;max-width:900px;padding:24px 28px;border-radius:14px;border:1px dashed rgba(212,175,55,.55);background:linear-gradient(180deg,#2c1f0e,#1a1204);text-align:center}
.bgl-soon .st{color:#f4d97a;font-size:17px;font-weight:800;letter-spacing:1px;margin-bottom:8px}
.bgl-soon p{color:#e9dcc0;font-size:14.5px;line-height:1.7;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.bgl-soon p b{color:#f4d97a}
.bgl-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65}
.bgl-wrap .bgl-note{margin-left:auto;margin-right:auto}.bgl-note b{color:#a8861f}
@media (max-width:680px){
.bgl-stats{grid-template-columns:repeat(2,1fr)}
.bgl-time{grid-template-columns:repeat(2,1fr)}
.bgl-steps{grid-template-columns:repeat(2,1fr)}
.bgl-hero h1{font-size:32px}
}
/* ===== Coleção de Mapa (.cm-*) — segue o padrão das páginas da wiki (estilo .colc-*) ===== */
.cm-wrap{max-width:1100px;margin:0 auto;font-family:Inter,'Segoe UI',sans-serif;color:#2a2018;line-height:1.55}
.cm-wrap *{box-sizing:border-box}
.cm-hero{display:flex;align-items:center;gap:26px;background:radial-gradient(120% 140% at 12% 18%,#3a2c14 0%,#241906 60%,#1a1206 100%);border:1px solid #5a4520;border-radius:16px;padding:30px 34px;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.cm-hero-ic{height:150px;width:auto;flex:0 0 auto;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5))}
.cm-kicker{color:#d4af37;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:8px}
.cm-title{font-size:40px;font-weight:800;line-height:1.05;color:#f4d97a;text-shadow:0 2px 0 rgba(0,0,0,.4);margin:0 0 12px}
.cm-lead{color:#efe2c4;font-size:16px;max-width:660px;margin:0}
.cm-lead b{color:#f4d97a}
.cm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 6px}
.cm-stat{background:#fdf8e8;border:1px solid #e4d49c;border-top:3px solid #d4af37;border-radius:12px;padding:14px 10px;text-align:center}
.cm-stat-n{display:block;font-size:26px;font-weight:800;color:#7a5a12}
.cm-stat-l{display:block;font-size:12.5px;color:#8a7a55;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:3px}
.cm-h{font-size:24px;font-weight:800;color:#241906;margin:34px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;position:relative}
.cm-h:before{content:"✦";color:#d4af37;margin-right:9px}
.cm-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cm-step{background:#fdf8e8;border:1px solid #e4d49c;border-radius:12px;padding:14px 16px 14px 52px;position:relative;font-size:14.5px}
.cm-step-i{position:absolute;left:14px;top:13px;width:26px;height:26px;border-radius:50%;background:#241906;color:#f4d97a;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px}
.cm-step b{color:#7a5a12}
.cm-note{background:#fff7df;border:1px dashed #d4af37;border-radius:10px;padding:12px 16px;margin-top:14px;font-size:14px;color:#5c4a22}
.cm-note b{color:#7a5a12}
.cm-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}
.cm-pill{display:inline-flex;align-items:center;gap:7px;background:#fdf8e8;border:1px solid #e4d49c;border-radius:999px;padding:6px 13px;color:#5c4a22;font-size:13.5px;font-weight:600;text-decoration:none;transition:.15s}
.cm-pill:hover{background:#241906;border-color:#241906;color:#f4d97a}
.cm-pill span{background:#d4af37;color:#241906;font-weight:800;border-radius:999px;padding:0 7px;font-size:11px}
.cm-city{display:flex;align-items:baseline;gap:11px;font-size:23px;font-weight:800;color:#241906;margin:32px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;scroll-margin-top:14px}
.cm-city:before{content:"✦";color:#d4af37}
.cm-city-n{font-size:12.5px;font-weight:600;color:#8a7a55;text-transform:uppercase;letter-spacing:.04em}
.cm-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.cm-col{width:236px;flex:0 0 auto;background:#fffdf7;border:1px solid #e4d49c;border-radius:14px;box-shadow:0 3px 10px rgba(90,69,32,.10);display:flex;flex-direction:column}
.cm-col-head{display:flex;align-items:center;gap:9px;background:linear-gradient(90deg,#241906,#3a2c14);padding:10px 13px;border-radius:13px 13px 0 0}
.cm-col-name{color:#f4d97a;font-weight:800;font-size:15px;flex:1;line-height:1.2}
.cm-mm{background:radial-gradient(80% 80% at 50% 38%,#2c1f0c,#150e04);height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #efe2c0}
.cm-mm img{max-width:94%;max-height:94%;image-rendering:auto}
.cm-mm-no{color:#7a6a48;font-size:12px;font-style:italic}
.cm-bonus{display:flex;align-items:flex-start;gap:7px;padding:11px 14px 6px;font-size:13.5px;color:#2f6d27;font-weight:700}
.cm-bonus:before{content:"✦";color:#9a7a2a;font-weight:800}
.cm-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;padding:8px 12px 14px;margin-top:auto}
.cm-it{position:relative;width:38px;height:38px;flex:0 0 auto;cursor:help}
.cm-it>img{width:38px;height:38px;object-fit:contain;border-radius:7px;border:1px solid #d8c590;background:#efe7d0;box-shadow:0 2px 5px rgba(0,0,0,.18);image-rendering:pixelated;display:block}
.cm-it-no{display:flex;align-items:center;justify-content:center;text-align:center;background:#f1ead4;border:1px dashed #c9b27a;border-radius:7px;font-size:8.5px;color:#8a7a55;line-height:1.04;padding:2px;overflow:hidden}
.cm-qty{position:absolute;top:-6px;right:-6px;background:#d4af37;color:#241906;font-size:10px;font-weight:800;border-radius:7px;padding:0 4px;border:1px solid #fffdf7;line-height:1.5}
.cm-it[data-tip]:hover:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 9px);left:50%;transform:translateX(-50%);background:#241906;color:#f4e6bd;border:1px solid #d4af37;border-radius:9px;padding:9px 12px;font-size:12px;white-space:pre-line;width:max-content;max-width:230px;box-shadow:0 8px 22px rgba(0,0,0,.45);z-index:60;pointer-events:none;line-height:1.45;font-weight:600;text-align:left}
.cm-it[data-tip]:hover:before{content:"";position:absolute;bottom:calc(100% + 3px);left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#d4af37;z-index:60}
.cm-foot{margin:30px 0 8px;text-align:center;color:#8a7a55;font-size:13.5px;font-style:italic}
@media(max-width:760px){.cm-hero{flex-direction:column;text-align:center}.cm-stats{grid-template-columns:1fr}.cm-steps{grid-template-columns:1fr}}
/* ===== Roleta Poring (.rp-) ===== */
.rp-wrap{max-width:1000px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008}
.rp-hero{position:relative;text-align:center;padding:38px 24px 30px;border-radius:14px;overflow:hidden;border:1px solid rgba(212,175,55,.35);background:radial-gradient(ellipse at 50% -10%,rgba(244,217,122,.30),transparent 60%),linear-gradient(180deg,#241906,#0d0901)}
.rp-hero img{width:188px;height:188px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6))}
.rp-hero h1{margin:14px 0 10px;font-size:40px;line-height:1.05;color:#f4d97a;border:none;padding:0;font-weight:800;letter-spacing:.5px}
.rp-hero p{max-width:740px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65}
.rp-badge{display:inline-block;margin:4px 0 2px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.rp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:880px;margin:-30px auto 6px;position:relative;z-index:3;padding:0 10px}
.rp-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.rp-stat b{display:block;font-size:16px;color:#a8861f;font-weight:800;line-height:1.18}
.rp-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px}
.rp-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:42px 0 16px}
.rp-h::before,.rp-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)}
.rp-h::after{background:linear-gradient(90deg,#d4af37,transparent)}
.rp-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap;text-align:center}
.rp-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:820px;margin:0 auto 10px;color:#2a2008}
.rp-wrap .rp-lead{margin-left:auto;margin-right:auto}.rp-lead b{color:#9c7d1c}
/* NPC */
.rp-mob{display:flex;gap:30px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 22% 50%,rgba(244,217,122,.16),transparent 58%),linear-gradient(135deg,#2c1f0e,#171003);border:1px solid #5a4a1e;border-radius:16px;padding:24px 32px;flex-wrap:wrap}
.rp-mob-art{flex:0 0 auto;width:210px;display:flex;align-items:center;justify-content:center;min-height:190px}
.rp-mob-art img{max-width:200px;max-height:210px;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.6))}
.rp-mob-info{flex:1 1 320px;min-width:280px}
.rp-mob-name{font-size:1.7em;font-weight:800;color:#f4d97a;line-height:1.1}
.rp-mob-sub{color:#d4af37;font-size:.8em;letter-spacing:1.5px;text-transform:uppercase;margin:4px 0 14px}
.rp-feat{list-style:none;padding:0;margin:0}
.rp-feat li{position:relative;padding:8px 0 8px 26px;color:#e9dcc0;font-size:13.8px;line-height:1.5}
.rp-feat li+li{border-top:1px solid rgba(212,175,55,.13)}
.rp-feat li::before{content:"\2726";position:absolute;left:2px;top:8px;color:#d4af37}
.rp-feat li b{color:#f4d97a;font-weight:700}
/* moedas (intro) */
.rp-coins{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:840px;margin:6px auto 0}
.rp-coin{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:4px solid #d4af37;border-radius:12px;padding:18px 16px 16px;text-align:center}
.rp-coin .cn{font-size:18px;font-weight:800;line-height:1.1}
.rp-coin .cd{display:block;margin-top:6px;font-size:12.5px;color:#5a4a22;line-height:1.5}
.rp-coin .cp{display:inline-block;margin-top:10px;font-size:12.5px;font-weight:800;color:#fff;border-radius:999px;padding:3px 14px}
.rp-coin.bronze{border-top-color:#b06b35}.rp-coin.bronze .cn{color:#a05a26}.rp-coin.bronze .cp{background:#b06b35}
.rp-coin.prata{border-top-color:#8d8d8d}.rp-coin.prata .cn{color:#707070}.rp-coin.prata .cp{background:#8d8d8d}
.rp-coin.ouro{border-top-color:#d4af37}.rp-coin.ouro .cn{color:#a8861f}.rp-coin.ouro .cp{background:#d4af37}
/* premios por moeda/linha */
.rp-group{max-width:920px;margin:18px auto 0;border-radius:14px;padding:6px 16px 18px;border:1px solid rgba(212,175,55,.22)}
.rp-group.bronze{background:linear-gradient(180deg,#fbf1e6,#f6e7d4)}
.rp-group.prata{background:linear-gradient(180deg,#f4f4f6,#e9e9ee)}
.rp-group.ouro{background:linear-gradient(180deg,#fdf6e2,#f8ecc6)}
.rp-ghead{display:flex;align-items:center;justify-content:center;gap:10px;margin:14px 0 4px;font-size:16px;font-weight:800;letter-spacing:.5px}
.rp-group.bronze .rp-ghead{color:#a05a26}.rp-group.prata .rp-ghead{color:#6f6f6f}.rp-group.ouro .rp-ghead{color:#a8861f}
.rp-gsub{text-align:center;font-size:12px;color:#7a6526;margin:0 0 10px}
.rp-line{margin:12px 0 0}
.rp-lline{display:block;text-align:center;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#8a7330;margin:6px 0 8px}
.rp-lline b{color:#3a2e12}
.rp-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.rp-card{width:128px;box-sizing:border-box;background:#fffdf6;border:1px solid rgba(120,100,40,.2);border-radius:10px;padding:11px 8px 10px;text-align:center}
.rp-card img{width:46px;height:46px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 2px 3px rgba(0,0,0,.22))}
.rp-card .nm{font-size:11.5px;color:#3a2e12;font-weight:700;line-height:1.22;margin:6px 0 3px;min-height:28px;display:flex;align-items:center;justify-content:center;overflow-wrap:break-word}
.rp-card .qt{display:inline-block;font-size:11px;font-weight:800;color:#5a4a22;background:#efe4c6;border-radius:999px;padding:2px 10px}
/* reset / bonus destaque */
.rp-callout{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;max-width:880px;margin:8px auto 0}
.rp-call{flex:1 1 360px;min-width:300px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-left:4px solid #d4af37;border-radius:12px;padding:16px 18px}
.rp-call .ct{font-size:14.5px;font-weight:800;color:#a8861f;margin-bottom:5px}
.rp-call p{margin:0;font-size:13px;color:#5a4a22;line-height:1.6}.rp-call p b{color:#9c7d1c}
.rp-call.bonus{border-left-color:#c451a0}.rp-call.bonus .ct{color:#b03e8f}
/* steps */
.rp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.rp-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center}
.rp-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)}
.rp-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800}
.rp-step p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55}.rp-step p b{color:#9c7d1c}
/* botao /navi */
.rp-navibox{text-align:center;margin:30px auto 0;max-width:560px;padding:22px;border-radius:14px;border:1px solid rgba(212,175,55,.4);background:radial-gradient(ellipse at 50% -20%,rgba(244,217,122,.22),transparent 62%),linear-gradient(180deg,#2c1f0e,#1a1204)}
.rp-navibox .nl{display:block;color:#f4d97a;font-size:15px;font-weight:800;margin-bottom:12px}
.rp-navibtn{display:inline-flex;align-items:center;gap:9px;cursor:pointer;border:none;border-radius:999px;padding:12px 26px;font-size:15px;font-weight:800;color:#3a2a06;background:linear-gradient(135deg,#f4d97a,#d4af37);box-shadow:0 5px 16px rgba(212,175,55,.45);transition:transform .12s,box-shadow .12s;font-family:inherit}
.rp-navibtn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(212,175,55,.6)}
.rp-navibtn:active{transform:translateY(0)}
.rp-navibox .nh{display:block;margin-top:10px;font-size:11.5px;color:#c9b88a}
.rp-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:780px;margin:24px auto 0;line-height:1.65}
.rp-wrap .rp-note{margin-left:auto;margin-right:auto}.rp-note b{color:#a8861f}
@media (max-width:680px){
.rp-stats{grid-template-columns:repeat(2,1fr)}
.rp-coins{grid-template-columns:1fr}
.rp-steps{grid-template-columns:repeat(2,1fr)}
.rp-hero h1{font-size:32px}
}
/* ==== Hats (Chapeleiro / craft de chapéus) — .htc- ==== */
.htc-wrap{max-width:1100px;margin:0 auto;font-family:Inter,'Segoe UI',sans-serif;color:#2a2018;line-height:1.55}
.htc-wrap *{box-sizing:border-box}
.htc-hero{display:flex;align-items:center;gap:26px;background:radial-gradient(120% 140% at 12% 18%,#3a2c14 0%,#241906 60%,#1a1206 100%);border:1px solid #5a4520;border-radius:16px;padding:30px 34px;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.htc-hero-ic{height:150px;width:auto;flex:0 0 auto;border-radius:14px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5))}
.htc-hero-npc{height:268px;width:auto;flex:0 0 auto;margin-left:auto;image-rendering:pixelated;filter:drop-shadow(0 6px 10px rgba(0,0,0,.5))}
.htc-copy{display:inline-flex;align-items:center;gap:7px;margin-top:9px;background:#241906;color:#f4d97a;border:1px solid #d4af37;border-radius:9px;padding:7px 14px;font-family:Consolas,'Courier New',monospace;font-size:13.5px;font-weight:700;cursor:pointer;transition:.15s}
.htc-copy:hover{background:#3a2c14}
.htc-copy.ok{background:#2f6d27;border-color:#2f6d27;color:#fff}
.htc-kicker{color:#d4af37;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;margin-bottom:8px}
.htc-title{font-size:40px;font-weight:800;line-height:1.05;color:#f4d97a;text-shadow:0 2px 0 rgba(0,0,0,.4);margin:0 0 12px}
.htc-lead{color:#efe2c4;font-size:16px;max-width:660px;margin:0}
.htc-lead b{color:#f4d97a}
.htc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 6px}
.htc-stat{background:#fdf8e8;border:1px solid #e4d49c;border-top:3px solid #d4af37;border-radius:12px;padding:14px 10px;text-align:center}
.htc-stat-n{display:block;font-size:26px;font-weight:800;color:#7a5a12}
.htc-stat-l{display:block;font-size:12.5px;color:#8a7a55;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:3px}
.htc-h{font-size:24px;font-weight:800;color:#241906;margin:34px 0 14px;padding-bottom:8px;border-bottom:2px solid #d4af37;position:relative}
.htc-h:before{content:"✦";color:#d4af37;margin-right:9px}
.htc-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.htc-step{background:#fdf8e8;border:1px solid #e4d49c;border-radius:12px;padding:14px 16px 14px 52px;position:relative;font-size:14.5px}
.htc-step-i{position:absolute;left:14px;top:13px;width:26px;height:26px;border-radius:50%;background:#241906;color:#f4d97a;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px}
.htc-step b{color:#7a5a12}
.htc-note{background:#fff7df;border:1px dashed #d4af37;border-radius:10px;padding:12px 16px;margin-top:14px;font-size:14px;color:#5c4a22}
.htc-note b{color:#7a5a12}
.htc-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.htc-card{width:340px;flex:0 0 auto;background:#fffdf7;border:1px solid #e4d49c;border-radius:14px;box-shadow:0 3px 10px rgba(90,69,32,.10);display:flex;flex-direction:column;scroll-margin-top:14px}
.htc-head{background:linear-gradient(90deg,#241906,#3a2c14);padding:10px 14px;border-radius:13px 13px 0 0;color:#f4d97a;font-weight:800;font-size:15.5px;line-height:1.2}
.htc-mm{background:radial-gradient(80% 80% at 50% 42%,#2c1f0c,#150e04);height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #efe2c0}
.htc-mm img{max-height:88%;max-width:60%;object-fit:contain;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.55)}
.htc-fx{padding:10px 14px;border-bottom:1px dashed #e4d49c;background:#fffaf0;font-size:12.5px;color:#4a3b20;line-height:1.55}
.htc-fx-gap{height:7px}
.htc-sub{padding:9px 14px 0;font-size:11.5px;font-weight:800;color:#8a7a55;text-transform:uppercase;letter-spacing:.06em}
.htc-ings{padding:8px 14px 6px;display:flex;flex-direction:column;gap:5px}
.htc-ing{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#4a3b20}
.htc-ing img{width:24px;height:24px;flex:0 0 auto;image-rendering:pixelated;background:#efe7d0;border:1px solid #d8c590;border-radius:5px}
.htc-q{font-weight:800;color:#7a5a12;min-width:52px;text-align:right}
.htc-in{font-weight:600}
.htc-cost{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:9px 14px;border-top:1px dashed #d8c590;font-size:13px}
.htc-z{font-weight:800;color:#2f6d27}
.htc-c{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:#7a5a12}
.htc-c img{width:20px;height:20px;image-rendering:pixelated}
.htc-foot{margin:30px 0 8px;text-align:center;color:#8a7a55;font-size:13.5px;font-style:italic}
@media(max-width:760px){.htc-hero{flex-direction:column;text-align:center}.htc-stats{grid-template-columns:1fr}.htc-steps{grid-template-columns:1fr}.htc-card{width:100%}}
/* ===== Passe de Batalha (.bpw-) ===== */
.bpw-wrap{font-family:'Inter',sans-serif;max-width:980px;margin:0 auto;color:#241906}
.bpw-hero{background:linear-gradient(160deg,#241906 0%,#3a2a10 60%,#241906 100%);border-radius:14px;padding:38px 34px;text-align:center;color:#fdf8e8;margin-bottom:26px}
.bpw-hero img{height:220px;image-rendering:pixelated;margin-bottom:14px}
.bpw-badge{display:inline-block;background:rgba(212,175,55,.15);border:1px solid #d4af37;color:#f4d97a;border-radius:999px;padding:4px 14px;font-size:13px;letter-spacing:.08em;margin-bottom:10px}
.bpw-hero h1{color:#f4d97a;font-size:34px;margin:6px 0 10px;font-weight:800}
.bpw-hero p{max-width:640px;margin:0 auto;line-height:1.6;color:#f2e8cf}
.bpw-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:30px}
.bpw-stat{background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:14px;text-align:center}
.bpw-stat b{display:block;color:#8a6d1a;font-size:18px}
.bpw-stat span{font-size:13px;color:#6b5a2e}
.bpw-h{margin:34px 0 14px;border-bottom:2px solid #d4af37;padding-bottom:6px}
.bpw-h span{font-size:22px;font-weight:800;color:#241906}
.bpw-lead{line-height:1.6;margin:0 0 14px}
.bpw-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.bpw-step{display:flex;gap:12px;background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:14px}
.bpw-stepn{flex:0 0 34px;height:34px;border-radius:50%;background:#d4af37;color:#241906;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:16px}
.bpw-step p{margin:4px 0 0;font-size:13.5px;line-height:1.5}
.bpw-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(36,25,6,.12)}
.bpw-table th{background:#241906;color:#f4d97a;padding:10px 12px;text-align:left;font-size:14px}
.bpw-table td{padding:9px 12px;border-bottom:1px solid #f0e8cf;font-size:14px;vertical-align:middle}
.bpw-table tr:nth-child(even) td{background:#fbf6e4}
.bpw-table code{background:#241906;color:#f4d97a;border-radius:6px;padding:2px 8px;font-size:13px}
.bpw-prizes td:first-child,.bpw-prizes td:nth-child(2){white-space:nowrap;font-weight:600;color:#8a6d1a}
.bpw-pi{display:inline-flex;align-items:center;gap:8px;margin:2px 12px 2px 0}
.bpw-pi img{height:44px;width:auto}
.bpw-pi span{font-size:13.5px}
.bpw-final td{background:#f6ecc8 !important;font-weight:700}
.bpw-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}
.bpw-card{background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:16px;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center}
.bpw-ic{height:100px;display:flex;align-items:center;justify-content:center}
.bpw-ic img{max-height:100px;width:auto}
.bpw-nm{font-weight:700;font-size:15px}
.bpw-ds{font-size:12.5px;color:#6b5a2e;line-height:1.45}
.bpw-pr{background:#241906;color:#f4d97a;border-radius:999px;padding:3px 12px;font-size:13px;font-weight:700}
.bpw-rules{background:#fdf8e8;border:1px solid #e6d9a8;border-radius:10px;padding:18px 18px 18px 36px;line-height:1.7;margin:0}
.bpw-rules li{margin-bottom:6px}
.bpw-note{background:#f6ecc8;border-left:4px solid #d4af37;border-radius:6px;padding:12px 16px;font-size:13.5px;line-height:1.55;margin-top:14px}
.bpw-wgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}
.bpw-wcard{background:#241906;border:1px solid #3a2a10;border-radius:12px;padding:16px;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center}
.bpw-wgifs{display:flex;align-items:flex-end;justify-content:center;min-height:270px;max-width:100%;overflow:hidden}
.bpw-wgifs img{max-height:270px;width:auto;max-width:100%;min-width:0;height:auto;object-fit:contain;image-rendering:pixelated}
.bpw-wnm{color:#f4d97a;font-weight:800;font-size:15.5px}
.bpw-wcl{color:#cbb87a;font-size:12.5px;letter-spacing:.04em}
.bpw-cta{margin:34px 0 8px;background:linear-gradient(160deg,#241906,#3a2a10);color:#fdf8e8;text-align:center;border-radius:12px;padding:22px;font-size:16px}
.bpw-cta b{color:#f4d97a}
@media (max-width:600px){.bpw-hero img{height:150px}.bpw-wgifs{min-height:190px}.bpw-wgifs img{max-height:190px}}/* ============================================================
REFINAMENTO — página bespoke (escopo .rf-wrap)
============================================================ */
.rf-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a2008; }
.rf-wrap *, .rf-wrap *::before, .rf-wrap *::after { box-sizing: border-box; }
/* HERO */
.rf-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(230,126,34,0.5);
background: radial-gradient(circle at 50% -10%, rgba(255,158,64,0.28) 0%, transparent 58%), linear-gradient(160deg, #26130a 0%, #0d0500 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,180,90,0.18); }
.rf-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #e67e22, transparent); }
.rf-hero img.rf-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(230,126,34,0.5)); }
.rf-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(255,180,90,0.5); border-radius:999px; color:#ffb45a; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.rf-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#ffe3bd; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.rf-hero p { max-width:720px; margin:0 auto; color:#f0d3ac; font-size:15.5px; line-height:1.65; }
.rf-hero p b { color:#ffb45a; }
/* STATS */
.rf-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.rf-stat { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-top:3px solid #e67e22; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.rf-stat b { display:block; font-size:20px; font-weight:800; color:#b35c10; line-height:1.1; }
.rf-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#9c6a2a; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.rf-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.rf-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#b35c10; white-space:nowrap; }
.rf-h::before,.rf-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#e67e22); flex-shrink:0; }
.rf-h::after { background:linear-gradient(90deg,#e67e22,transparent); }
.rf-wrap .rf-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a2008; }
.rf-lead b { color:#b35c10; }
.rf-wrap .rf-note { text-align:center; font-size:12.5px; color:#9c6a2a; max-width:780px; margin:8px auto 0; font-style:italic; }
.rf-note b { color:#b35c10; font-style:normal; }
/* GANHOS POR REFINO */
.rf-gains { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; max-width:940px; margin:0 auto; }
.rf-gain { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-radius:10px; padding:14px 10px; text-align:center; border-top:3px solid #e67e22; }
.rf-gain b { display:block; font-size:13px; font-weight:800; color:#2a2008; }
.rf-gain i { display:block; font-style:normal; font-size:21px; font-weight:800; margin:3px 0 5px; color:#b35c10; }
.rf-gain span { display:block; font-size:11px; color:#6b5a2e; line-height:1.35; }
/* CARDS DE MINÉRIO */
.rf-ores { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:1000px; margin:0 auto; }
.rf-ore { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-radius:11px; padding:14px 12px; text-align:center; }
.rf-ore img { height:52px; image-rendering:pixelated; margin-bottom:6px; }
.rf-ore b { display:block; font-size:13.5px; font-weight:800; color:#1b1304; }
.rf-ore i { display:block; font-style:normal; font-size:11.5px; color:#b35c10; font-weight:700; margin:2px 0; }
.rf-ore span { display:block; font-size:11px; color:#6b5a2e; line-height:1.4; }
.rf-ore.premium { border:1px solid rgba(212,175,55,0.55); background:linear-gradient(180deg,#fffaef,#fdf3d4); box-shadow:0 4px 14px rgba(212,175,55,0.18); }
/* TABELAS DE CHANCE */
.rf-tablewrap { overflow-x:auto; max-width:1000px; margin:0 auto; }
.rf-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(230,126,34,0.3); border-radius:10px; overflow:hidden; font-size:13px; }
.rf-table th { background:linear-gradient(135deg,#3a1e0c,#26130a); color:#ffce96; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; }
.rf-table td { padding:7px 8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; }
.rf-table td.lv { background:#fdf3e8; color:#7c5514; font-weight:800; white-space:nowrap; }
.rf-table td.g { color:#2e7d32; }
.rf-table td.y { color:#a8861f; }
.rf-table td.o { color:#c96a10; }
.rf-table td.r { color:#c62828; }
/* LOJA DE REFINO — bloco destaque escuro */
.rf-shop { border-radius:14px; overflow:hidden; border:1px solid rgba(230,126,34,0.5); background: radial-gradient(circle at 50% -20%, rgba(255,158,64,0.22) 0%, transparent 55%), linear-gradient(160deg,#26130a 0%,#120801 100%); padding:26px 22px; max-width:1000px; margin:0 auto; color:#f0d3ac; }
.rf-shop h3 { margin:0 0 6px; text-align:center; color:#ffe3bd; font-size:22px; font-weight:800; border:none; padding:0; }
.rf-shop .rf-shoplead { text-align:center; max-width:760px; margin:0 auto 18px; font-size:14px; line-height:1.65; color:#f0d3ac; }
.rf-shop .rf-shoplead b { color:#ffb45a; }
.rf-balloon { display:block; width:max-content; margin:0 auto 18px; background:#fff; color:#1b1304; border-radius:8px; padding:7px 18px; font-weight:800; font-size:15px; box-shadow:0 6px 18px rgba(0,0,0,0.4); position:relative; }
.rf-balloon::after { content:""; position:absolute; left:50%; bottom:-7px; transform:translateX(-50%); border:8px solid transparent; border-top-color:#fff; border-bottom:none; }
.rf-cols { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.rf-col { background:rgba(255,255,255,0.05); border:1px solid rgba(255,180,90,0.25); border-radius:10px; padding:16px; }
.rf-col h4 { margin:0 0 10px; color:#ffb45a; font-size:14px; text-transform:uppercase; letter-spacing:1.5px; border:none; padding:0; }
.rf-col ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.rf-col li { font-size:13px; line-height:1.5; padding-left:16px; position:relative; color:#f0d3ac; }
.rf-col li::before { content:""; position:absolute; left:2px; top:8px; width:5px; height:5px; border-radius:50%; background:#e67e22; }
.rf-col li b { color:#ffce96; }
.rf-col li code { background:rgba(0,0,0,0.4); border:1px solid rgba(255,180,90,0.3); border-radius:5px; padding:1px 7px; color:#ffe3bd; font-size:12.5px; }
/* BÔNUS DO FERREIRO */
.rf-bonus { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:900px; margin:0 auto; }
.rf-attr { background:linear-gradient(180deg,#fff,#fdf3e8); border:1px solid rgba(230,126,34,0.3); border-radius:10px; padding:14px; text-align:center; border-top:3px solid #e67e22; }
.rf-attr b { display:block; font-size:15px; font-weight:800; color:#1b1304; }
.rf-attr i { display:block; font-style:normal; font-size:20px; font-weight:800; color:#b35c10; margin:2px 0 8px; }
.rf-attr span { display:block; font-size:11.5px; color:#6b5a2e; line-height:1.6; }
.rf-attr span b { display:inline; font-size:11.5px; color:#b35c10; }
/* FOOT */
.rf-foot { text-align:center; margin:40px auto 0; max-width:820px; font-size:13px; color:#9c6a2a; font-style:italic; }
@media (max-width: 760px) {
.rf-stats, .rf-gains, .rf-ores, .rf-bonus { grid-template-columns:repeat(2,1fr); }
.rf-cols { grid-template-columns:1fr; }
}
/* aviso de sistema novo */
.rf-alert { max-width:880px; margin:18px auto 0; background:#fff4e0; border:1px solid rgba(230,126,34,0.5); border-left:4px solid #e67e22; border-radius:8px; padding:12px 18px; font-size:13px; line-height:1.6; color:#7c4a10; text-align:center; }
.rf-alert b { color:#b35c10; }/* ============================================================
MERCADO DE SERVICOS — página bespoke (escopo .ms-wrap)
============================================================ */
.ms-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #2a1a20; }
.ms-wrap *, .ms-wrap *::before, .ms-wrap *::after { box-sizing: border-box; }
/* HERO */
.ms-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(212,160,58,0.5);
background: radial-gradient(circle at 50% -10%, rgba(226,120,170,0.28) 0%, transparent 58%), linear-gradient(160deg, #2d1020 0%, #14060e 100%);
box-shadow: 0 14px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(242,207,125,0.18); }
.ms-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #d4a03a, transparent); }
.ms-hero img.ms-ico { width:120px; height:120px; display:block; margin:0 auto 8px; border-radius:16px; filter: drop-shadow(0 8px 18px rgba(212,160,58,0.5)); }
.ms-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(242,207,125,0.5); border-radius:999px; color:#f2cf7d; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.ms-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#ffe9b8; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.ms-hero p { max-width:720px; margin:0 auto; color:#ecd2c8; font-size:15.5px; line-height:1.65; }
.ms-hero p b { color:#f2cf7d; }
/* STATS */
.ms-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:880px; position:relative; z-index:3; padding:0 10px; }
.ms-stat { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-top:3px solid #d4a03a; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.ms-stat b { display:block; font-size:20px; font-weight:800; color:#8c3357; line-height:1.1; }
.ms-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8a5d55; margin-top:7px; font-weight:600; }
/* HEADINGS + LEAD */
.ms-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.ms-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#8c3357; white-space:nowrap; }
.ms-h::before,.ms-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#d4a03a); flex-shrink:0; }
.ms-h::after { background:linear-gradient(90deg,#d4a03a,transparent); }
.ms-wrap .ms-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin-left:auto; margin-right:auto; margin-bottom:16px; color:#2a1a20; }
.ms-lead b { color:#8c3357; }
.ms-wrap .ms-note { text-align:center; font-size:12.5px; color:#8a5d55; max-width:780px; margin:8px auto 0; font-style:italic; }
.ms-note b { color:#8c3357; font-style:normal; }
/* GANHOS POR REFINO */
.ms-gains { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:900px; margin:0 auto; }
.ms-gain { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-radius:10px; padding:14px 10px; text-align:center; border-top:3px solid #d4a03a; }
.ms-gain b { display:block; font-size:13px; font-weight:800; color:#2a1a20; }
.ms-gain i { display:block; font-style:normal; font-size:21px; font-weight:800; margin:3px 0 5px; color:#8c3357; }
.ms-gain span { display:block; font-size:11px; color:#6b5a2e; line-height:1.35; }
/* CARDS DE MINÉRIO */
.ms-ores { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:1000px; margin:0 auto; }
.ms-ore { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-radius:11px; padding:14px 12px; text-align:center; }
.ms-ore img { height:52px; image-rendering:pixelated; margin-bottom:6px; }
.ms-ore b { display:block; font-size:13.5px; font-weight:800; color:#1b1304; }
.ms-ore i { display:block; font-style:normal; font-size:11.5px; color:#8c3357; font-weight:700; margin:2px 0; }
.ms-ore span { display:block; font-size:11px; color:#6b5a2e; line-height:1.4; }
.ms-ore.premium { border:1px solid rgba(212,175,55,0.55); background:linear-gradient(180deg,#fffaef,#fdf3d4); box-shadow:0 4px 14px rgba(212,175,55,0.18); }
/* TABELAS DE CHANCE */
.ms-tablewrap { overflow-x:auto; max-width:1000px; margin:0 auto; }
.ms-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(212,160,58,0.3); border-radius:10px; overflow:hidden; font-size:13px; }
.ms-table th { background:linear-gradient(135deg,#3a1e0c,#2d1020); color:#ffce96; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; }
.ms-table td { padding:7px 8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; }
.ms-table td.lv { background:#fdf5ec; color:#7c5514; font-weight:800; white-space:nowrap; }
.ms-table td.g { color:#2e7d32; }
.ms-table td.y { color:#a8861f; }
.ms-table td.o { color:#c96a10; }
.ms-table td.r { color:#c62828; }
/* LOJA DE REFINO — bloco destaque escuro */
.ms-shop { border-radius:14px; overflow:hidden; border:1px solid rgba(212,160,58,0.5); background: radial-gradient(circle at 50% -20%, rgba(226,120,170,0.22) 0%, transparent 55%), linear-gradient(160deg,#2d1020 0%,#120801 100%); padding:26px 22px; max-width:1000px; margin:0 auto; color:#ecd2c8; }
.ms-shop h3 { margin:0 0 6px; text-align:center; color:#ffe9b8; font-size:22px; font-weight:800; border:none; padding:0; }
.ms-shop .ms-shoplead { text-align:center; max-width:760px; margin:0 auto 18px; font-size:14px; line-height:1.65; color:#ecd2c8; }
.ms-shop .ms-shoplead b { color:#f2cf7d; }
.ms-balloon { display:block; width:max-content; margin:0 auto 18px; background:#fff; color:#1b1304; border-radius:8px; padding:7px 18px; font-weight:800; font-size:15px; box-shadow:0 6px 18px rgba(0,0,0,0.4); position:relative; }
.ms-balloon::after { content:""; position:absolute; left:50%; bottom:-7px; transform:translateX(-50%); border:8px solid transparent; border-top-color:#fff; border-bottom:none; }
.ms-cols { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.ms-col { background:rgba(255,255,255,0.05); border:1px solid rgba(242,207,125,0.25); border-radius:10px; padding:16px; }
.ms-col h4 { margin:0 0 10px; color:#f2cf7d; font-size:14px; text-transform:uppercase; letter-spacing:1.5px; border:none; padding:0; }
.ms-col ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.ms-col li { font-size:13px; line-height:1.5; padding-left:16px; position:relative; color:#ecd2c8; }
.ms-col li::before { content:""; position:absolute; left:2px; top:8px; width:5px; height:5px; border-radius:50%; background:#d4a03a; }
.ms-col li b { color:#ffce96; }
.ms-col li code { background:rgba(0,0,0,0.4); border:1px solid rgba(242,207,125,0.3); border-radius:5px; padding:1px 7px; color:#ffe9b8; font-size:12.5px; }
/* BÔNUS DO FERREIRO */
.ms-bonus { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:900px; margin:0 auto; }
.ms-attr { background:linear-gradient(180deg,#fff,#fdf5ec); border:1px solid rgba(212,160,58,0.3); border-radius:10px; padding:14px; text-align:center; border-top:3px solid #d4a03a; }
.ms-attr b { display:block; font-size:15px; font-weight:800; color:#1b1304; }
.ms-attr i { display:block; font-style:normal; font-size:20px; font-weight:800; color:#8c3357; margin:2px 0 8px; }
.ms-attr span { display:block; font-size:11.5px; color:#6b5a2e; line-height:1.6; }
.ms-attr span b { display:inline; font-size:11.5px; color:#8c3357; }
/* FOOT */
.ms-foot { text-align:center; margin:40px auto 0; max-width:820px; font-size:13px; color:#8a5d55; font-style:italic; }
@media (max-width: 760px) {
.ms-stats, .ms-gains, .ms-ores, .ms-bonus { grid-template-columns:repeat(2,1fr); }
.ms-cols { grid-template-columns:1fr; }
}
/* aviso de sistema novo */
.ms-alert { max-width:880px; margin:18px auto 0; background:#fff4e0; border:1px solid rgba(212,160,58,0.5); border-left:4px solid #d4a03a; border-radius:8px; padding:12px 18px; font-size:13px; line-height:1.6; color:#7c4a10; text-align:center; }
.ms-alert b { color:#8c3357; }
/* MERCADO DE SERVICOS — cartoes de servico do hub */
.ms-svc { border:1px solid rgba(212,160,58,0.34); border-radius:12px; padding:20px 22px 18px; margin:16px 0 6px;
background:linear-gradient(180deg,#fff,#fdf5ec); box-shadow:0 10px 26px rgba(0,0,0,0.09); }
.ms-svc-head { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:6px; }
.ms-svc-head h3 { margin:0; font-size:21px; font-weight:800; color:#8c3357; border:none; padding:0; }
.ms-tag { display:inline-block; padding:3px 11px; border-radius:999px; font-size:10.5px; font-weight:700;
letter-spacing:1.2px; text-transform:uppercase; }
.ms-tag.on { background:rgba(46,160,90,0.14); color:#227a49; border:1px solid rgba(46,160,90,0.4); }
.ms-tag.soon { background:rgba(212,160,58,0.16); color:#9a6c14; border:1px solid rgba(212,160,58,0.45); }
.ms-svc-who { font-size:12.5px; color:#8a5d55; font-weight:600; }
.ms-more { display:inline-block; margin-top:10px; padding:9px 18px; border-radius:8px; font-weight:700; font-size:13px;
background:linear-gradient(180deg,#d4a03a,#b8862a); color:#2a1a20 !important; text-decoration:none;
box-shadow:0 4px 12px rgba(212,160,58,0.35); }
.ms-more:hover { filter:brightness(1.08); }
.ms-seealso { margin:26px auto 0; max-width:840px; padding:14px 18px; border-radius:10px; text-align:center;
border:1px solid rgba(212,160,58,0.4); background:linear-gradient(180deg,#fffaf1,#fdf0e0); font-size:14.5px; color:#2a1a20; }
.ms-seealso a { color:#8c3357 !important; font-weight:700; }
/* [PKBOX] bloco da collection da Pokeball na aba Pokemon */
.vis-ball { display: flex; justify-content: center; margin: 6px 0 18px; }
.vis-ball img { width: auto; height: 150px; image-rendering: pixelated; filter: drop-shadow(0 8px 14px rgba(0,0,0,0.28)); }
@media (max-width: 720px) { .vis-ball img { height: 120px; } }
/* ==========================================================================
ARMÁRIO DE VISUAIS — página bespoke (escopo .av-wrap) [ARMARIO-1108]
========================================================================== */
.av-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #241c2e; }
.av-wrap *, .av-wrap *::before, .av-wrap *::after { box-sizing: border-box; }
/* hero */
.av-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(201,162,77,0.5);
background: radial-gradient(120% 120% at 50% 0%, #4b3a2a 0%, #2e2333 48%, #1d1626 100%); }
.av-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #c9a24d, transparent); }
.av-hero img.av-ico { width:150px; height:150px; display:block; margin:0 auto 10px; border-radius:16px; image-rendering:pixelated; filter: drop-shadow(0 10px 22px rgba(201,162,77,0.45)); }
.av-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(235,200,120,0.5); border-radius:999px; color:#ecc878; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.av-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f6e4c0; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.av-hero p { max-width:730px; margin:0 auto; color:#e4d2b6; font-size:15.5px; line-height:1.65; }
.av-hero p b { color:#ecc878; }
/* faixa de números */
.av-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:900px; position:relative; z-index:3; padding:0 10px; }
.av-stat { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(201,162,77,0.35); border-top:3px solid #c9a24d; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.av-stat b { display:block; font-size:20px; font-weight:800; color:#8a6320; line-height:1.1; }
.av-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8b7a55; margin-top:7px; font-weight:600; }
/* títulos de seção */
.av-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.av-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#8a6320; white-space:nowrap; }
.av-h::before,.av-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#c9a24d); flex-shrink:0; }
.av-h::after { background:linear-gradient(90deg,#c9a24d,transparent); }
.av-wrap .av-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin:0 auto 16px; color:#241c2e; }
.av-lead b { color:#8a6320; }
/* passos */
.av-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; max-width:940px; margin:0 auto; }
.av-step { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(201,162,77,0.3); border-radius:10px; padding:16px 14px; text-align:center; position:relative; }
.av-step i { display:block; font-style:normal; width:30px; height:30px; line-height:30px; border-radius:50%; margin:0 auto 8px; background:#c9a24d; color:#1d1626; font-weight:800; font-size:15px; }
.av-step b { display:block; font-size:14px; font-weight:800; color:#241c2e; margin-bottom:4px; }
.av-step span { display:block; font-size:12.5px; color:#5d5240; line-height:1.5; }
/* tabela */
.av-tablewrap { overflow-x:auto; max-width:760px; margin:0 auto; }
.av-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(201,162,77,0.3); border-radius:10px; overflow:hidden; font-size:13.5px; }
.av-table th { background:linear-gradient(135deg,#3a2d1e,#241c2e); color:#ecc878; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; }
.av-table td { padding:8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; }
.av-table td.qt { background:#f7f1e6; color:#7c5514; font-weight:800; }
.av-table tr.max td { background:#fdf6e3; color:#8a6320; }
/* tipos aceitos */
.av-tipos { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:960px; margin:0 auto; }
.av-tipo { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(201,162,77,0.3); border-radius:11px; padding:14px 10px; text-align:center; }
.av-tipo b { display:block; font-size:14px; font-weight:800; color:#241c2e; }
.av-tipo span { display:block; font-size:11.5px; color:#5d5240; margin-top:4px; line-height:1.4; }
/* listas e avisos */
.av-wrap ul.av-list { max-width:840px; margin:0 auto; padding-left:20px; }
.av-wrap ul.av-list li { margin:8px 0; font-size:14px; line-height:1.6; }
.av-list b { color:#8a6320; }
.av-alert { max-width:900px; margin:18px auto 0; padding:13px 18px; border-radius:9px; background:#fdf6e3; border:1px solid rgba(201,162,77,0.45); border-left:4px solid #c9a24d; font-size:13.5px; line-height:1.6; color:#4a3a16; }
/* perguntas */
.av-faq { max-width:900px; margin:0 auto; }
.av-q { background:#fffdf8; border:1px solid rgba(201,162,77,0.28); border-radius:9px; padding:13px 16px; margin:10px 0; }
.av-q b { display:block; color:#8a6320; font-size:14px; margin-bottom:3px; }
.av-q span { font-size:13.5px; color:#4a4235; line-height:1.6; }
@media (max-width: 860px) {
.av-stats, .av-tipos { grid-template-columns:repeat(2,1fr); }
.av-steps { grid-template-columns:1fr; }
.av-wrap h1 { font-size:30px; }
}
/* ============================================================================
[Item Recolor] abas de leva — mesmo padrao visual das abas da pagina Visuais.
CSS puro com radio+label: JS nao roda dentro do bloco <html> cru do MediaWiki.
========================================================================== */
.ir-tabs input[name="irlev"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.ir-tabbar { display: flex; justify-content: center; gap: 10px; margin: 34px 0 8px; flex-wrap: wrap; }
.ir-tabbar label { cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; background: linear-gradient(180deg, #fff, #fdf8e8); transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; }
.ir-tabbar label:hover { border-color: #d4af37; color: #5a4a12; }
.ir-tabbar label b { font-weight: 800; opacity: 0.75; }
.ir-pane { display: none; }
#irlev1:checked ~ .ir-pane.ir-pane1, #irlev2:checked ~ .ir-pane.ir-pane2 { display: block; }
#irlev1:checked ~ .ir-tabbar label[for="irlev1"], #irlev2:checked ~ .ir-tabbar label[for="irlev2"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); }
.ir-soon { margin: 22px auto 8px; max-width: 860px; padding: 14px 20px; border-radius: 14px; border: 1px solid rgba(212,175,55,0.45); background: linear-gradient(135deg, rgba(244,217,122,0.16), rgba(212,175,55,0.06)); color: #6b5518; font-size: 0.96em; line-height: 1.6; text-align: center; }
.ir-soon b { color: #8a6c1e; }
/* ==========================================================================
TORRE SEM FIM — pagina bespoke (escopo .ts-wrap) [TORRE-1308]
========================================================================== */
.ts-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #241c2e; }
.ts-wrap *, .ts-wrap *::before, .ts-wrap *::after { box-sizing: border-box; }
/* hero */
.ts-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(169,123,255,0.5);
background: radial-gradient(120% 120% at 50% 0%, #3b2a5c 0%, #241a3a 48%, #150f24 100%); }
.ts-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #a97bff, transparent); }
.ts-hero img.ts-ico { width:150px; height:150px; display:block; margin:0 auto 10px; border-radius:16px; image-rendering:pixelated; filter: drop-shadow(0 10px 22px rgba(169,123,255,0.45)); }
.ts-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(235,200,120,0.5); border-radius:999px; color:#ecc878; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.ts-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#f6e4c0; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 16px rgba(0,0,0,0.55); }
.ts-hero p { max-width:730px; margin:0 auto; color:#e4d2b6; font-size:15.5px; line-height:1.65; }
.ts-hero p b { color:#ecc878; }
/* faixa de números */
.ts-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:900px; position:relative; z-index:3; padding:0 10px; }
.ts-stat { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(169,123,255,0.35); border-top:3px solid #a97bff; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.ts-stat b { display:block; font-size:20px; font-weight:800; color:#8a6320; line-height:1.1; }
.ts-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#8b7a55; margin-top:7px; font-weight:600; }
/* títulos de seção */
.ts-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.ts-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#8a6320; white-space:nowrap; }
.ts-h::before,.ts-h::after { content:""; height:1px; width:80px; background:linear-gradient(90deg,transparent,#a97bff); flex-shrink:0; }
.ts-h::after { background:linear-gradient(90deg,#a97bff,transparent); }
.ts-wrap .ts-lead { text-align:center; font-size:15px; line-height:1.7; max-width:840px; margin:0 auto 16px; color:#241c2e; }
.ts-lead b { color:#8a6320; }
/* passos */
.ts-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; max-width:940px; margin:0 auto; }
.ts-step { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(169,123,255,0.3); border-radius:10px; padding:16px 14px; text-align:center; position:relative; }
.ts-step i { display:block; font-style:normal; width:30px; height:30px; line-height:30px; border-radius:50%; margin:0 auto 8px; background:#a97bff; color:#150f24; font-weight:800; font-size:15px; }
.ts-step b { display:block; font-size:14px; font-weight:800; color:#241c2e; margin-bottom:4px; }
.ts-step span { display:block; font-size:12.5px; color:#5d5240; line-height:1.5; }
/* tabela */
.ts-tablewrap { overflow-x:auto; max-width:760px; margin:0 auto; }
.ts-table { width:100%; border-collapse:collapse; background:#fffdf8; border:1px solid rgba(169,123,255,0.3); border-radius:10px; overflow:hidden; font-size:13.5px; }
.ts-table th { background:linear-gradient(135deg,#3a2d1e,#241c2e); color:#ecc878; padding:9px 8px; font-size:12px; text-transform:uppercase; letter-spacing:0.5px; }
.ts-table td { padding:8px; text-align:center; border-top:1px solid rgba(0,0,0,0.06); font-weight:700; }
.ts-table td.qt { background:#f7f1e6; color:#7c5514; font-weight:800; }
.ts-table tr.max td { background:#fdf6e3; color:#8a6320; }
/* tipos aceitos */
.ts-tipos { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; max-width:960px; margin:0 auto; }
.ts-tipo { background:linear-gradient(180deg,#fff,#f7f1e6); border:1px solid rgba(169,123,255,0.3); border-radius:11px; padding:14px 10px; text-align:center; }
.ts-tipo b { display:block; font-size:14px; font-weight:800; color:#241c2e; }
.ts-tipo span { display:block; font-size:11.5px; color:#5d5240; margin-top:4px; line-height:1.4; }
/* listas e avisos */
.ts-wrap ul.ts-list { max-width:840px; margin:0 auto; padding-left:20px; }
.ts-wrap ul.ts-list li { margin:8px 0; font-size:14px; line-height:1.6; }
.ts-list b { color:#8a6320; }
.ts-alert { max-width:900px; margin:18px auto 0; padding:13px 18px; border-radius:9px; background:#fdf6e3; border:1px solid rgba(169,123,255,0.45); border-left:4px solid #a97bff; font-size:13.5px; line-height:1.6; color:#4a3a16; }
/* perguntas */
.ts-faq { max-width:900px; margin:0 auto; }
.ts-q { background:#fffdf8; border:1px solid rgba(169,123,255,0.28); border-radius:9px; padding:13px 16px; margin:10px 0; }
.ts-q b { display:block; color:#8a6320; font-size:14px; margin-bottom:3px; }
.ts-q span { font-size:13.5px; color:#4a4235; line-height:1.6; }
@media (max-width: 860px) {
.ts-stats, .ts-tipos { grid-template-columns:repeat(2,1fr); }
.ts-steps { grid-template-columns:1fr; }
.ts-wrap h1 { font-size:30px; }
}
/* ============================================================================
[Item Recolor] abas de leva — mesmo padrao visual das abas da pagina Visuais.
CSS puro com radio+label: JS nao roda dentro do bloco <html> cru do MediaWiki.
========================================================================== */
.ir-tabs input[name="irlev"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.ir-tabbar { display: flex; justify-content: center; gap: 10px; margin: 34px 0 8px; flex-wrap: wrap; }
.ir-tabbar label { cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 999px; border: 1px solid rgba(212,175,55,0.45); color: #8a6c1e; background: linear-gradient(180deg, #fff, #fdf8e8); transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s; }
.ir-tabbar label:hover { border-color: #d4af37; color: #5a4a12; }
.ir-tabbar label b { font-weight: 800; opacity: 0.75; }
.ir-pane { display: none; }
#irlev1:checked ~ .ir-pane.ir-pane1, #irlev2:checked ~ .ir-pane.ir-pane2 { display: block; }
#irlev1:checked ~ .ir-tabbar label[for="irlev1"], #irlev2:checked ~ .ir-tabbar label[for="irlev2"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); }
.ir-soon { margin: 22px auto 8px; max-width: 860px; padding: 14px 20px; border-radius: 14px; border: 1px solid rgba(212,175,55,0.45); background: linear-gradient(135deg, rgba(244,217,122,0.16), rgba(212,175,55,0.06)); color: #6b5518; font-size: 0.96em; line-height: 1.6; text-align: center; }
.ir-soon b { color: #8a6c1e; }
/* [AureumRO 2026-08-15] Item Recolor - aba Armas Visuais (3a aba) */
#irlev3:checked ~ .ir-pane.ir-pane3 { display: block; }
#irlev3:checked ~ .ir-tabbar label[for="irlev3"] { background: linear-gradient(135deg, #f4d97a, #d4af37); color: #3a2a06; border-color: #d4af37; box-shadow: 0 4px 14px rgba(212,175,55,0.35); }
.ir-armagif { margin: 0 auto 10px; max-width: 1040px; background: #fdf8e8; border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 8px; text-align: center; }
.ir-armagif img { width: 100%; height: auto; display: block; border-radius: 8px; image-rendering: pixelated; }
.ir-note.ir-tinta2 { border-color: rgba(212,175,55,0.55); background: linear-gradient(180deg, #fffdf5, #fdf3d8); }
/* ==========================================================================
FOGUEIRA DE ZENY — página bespoke (escopo .fz-wrap) [FOGUEIRA-1608]
========================================================================== */
.fz-wrap { max-width: 1060px; margin: 0 auto 30px; font-family: 'Inter', system-ui, sans-serif; color: #241c2e; }
.fz-wrap *, .fz-wrap *::before, .fz-wrap *::after { box-sizing: border-box; }
/* hero */
.fz-hero { position: relative; text-align: center; padding: 40px 22px 56px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(224,124,42,0.55);
background: radial-gradient(120% 120% at 50% 0%, #6b2f14 0%, #3a1d1e 46%, #1d1420 100%); }
.fz-hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background: linear-gradient(90deg, transparent, #ff9838, transparent); }
.fz-hero img.fz-ico { width:170px; height:170px; display:block; margin:0 auto 10px; border-radius:16px; image-rendering:pixelated; filter: drop-shadow(0 12px 26px rgba(255,140,50,0.5)); }
.fz-badge { display:inline-block; margin:4px 0; padding:5px 16px; border:1px solid rgba(255,180,110,0.55); border-radius:999px; color:#ffc079; font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; }
.fz-wrap h1 { margin:8px 0 12px; font-size:40px; line-height:1.05; color:#ffe6c2; border:none; padding:0; font-weight:800; letter-spacing:1px; text-shadow:0 2px 18px rgba(0,0,0,0.6); }
.fz-hero p { max-width:740px; margin:0 auto; color:#efd6bd; font-size:15.5px; line-height:1.65; }
.fz-hero p b { color:#ffb85f; }
/* faixa de números */
.fz-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:-34px auto 6px; max-width:900px; position:relative; z-index:3; padding:0 10px; }
.fz-stat { background:linear-gradient(180deg,#fff,#fdf3e9); border:1px solid rgba(224,124,42,0.32); border-top:3px solid #e07c2a; border-radius:7px; padding:15px 8px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.1); }
.fz-stat b { display:block; font-size:19px; font-weight:800; color:#a8480f; line-height:1.1; }
.fz-stat span { display:block; font-size:10.5px; text-transform:uppercase; letter-spacing:0.6px; color:#96745a; margin-top:7px; font-weight:600; }
/* títulos de seção */
.fz-h { display:flex; align-items:center; justify-content:center; gap:14px; margin:44px 0 14px; }
.fz-h span { font-size:14px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:#a8480f; white-space:nowrap; }
.fz-h::before,.fz-h::after { content:""; flex:1; height:1px; background:linear-gradient(90deg,transparent,rgba(224,124,42,0.45),transparent); }
.fz-lead { max-width:840px; margin:0 auto; text-align:center; font-size:15px; line-height:1.7; color:#3a3040; }
.fz-lead b { color:#a8480f; }
/* aviso de disponibilidade */
.fz-soon { max-width:840px; margin:18px auto 0; padding:13px 18px; border-radius:9px; text-align:center; font-size:14px; line-height:1.6;
background:linear-gradient(180deg,#fff8ec,#fdefdc); border:1px solid rgba(224,124,42,0.4); border-left:4px solid #e07c2a; color:#6b3c14; }
.fz-soon b { color:#a8480f; }
/* onde encontrar — npc */
.fz-npc { display:flex; align-items:center; justify-content:center; gap:34px; flex-wrap:wrap; margin:16px auto 0; max-width:860px;
background:linear-gradient(180deg,#fffaf4,#fbeee0); border:1px solid rgba(224,124,42,0.3); border-radius:12px; padding:22px 26px; }
.fz-npc img { height:210px; image-rendering:pixelated; filter:drop-shadow(0 8px 16px rgba(224,124,42,0.35)); }
.fz-npc-info { max-width:420px; }
.fz-npc-info h3 { margin:0 0 8px; font-size:20px; font-weight:800; color:#a8480f; border:none; padding:0; }
.fz-npc-info p { margin:0 0 10px; font-size:14.5px; line-height:1.65; color:#3a3040; }
.fz-loc { display:inline-block; padding:6px 14px; border-radius:999px; font-size:13px; font-weight:700; letter-spacing:0.4px;
background:#3a1d1e; color:#ffc079; border:1px solid rgba(255,180,110,0.4); }
/* passos */
.fz-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; max-width:980px; margin:16px auto 0; }
.fz-step { position:relative; background:#fff; border:1px solid rgba(224,124,42,0.28); border-radius:10px; padding:20px 16px 16px; text-align:center; box-shadow:0 5px 14px rgba(0,0,0,0.06); }
.fz-step i { position:absolute; top:-14px; left:50%; transform:translateX(-50%); width:28px; height:28px; line-height:28px; border-radius:50%;
background:linear-gradient(180deg,#ff9838,#e07c2a); color:#fff; font-style:normal; font-weight:800; font-size:14px; box-shadow:0 3px 8px rgba(224,124,42,0.45); }
.fz-step > b { display:block; margin:8px 0 6px; font-size:15px; color:#a8480f; font-weight:800; }
.fz-step span b { color:#a8480f; font-weight:700; }
.fz-step span { display:block; font-size:13.3px; line-height:1.6; color:#4a4152; }
/* tabelas */
.fz-tablewrap { max-width:760px; margin:16px auto 0; overflow-x:auto; }
.fz-table { width:100%; border-collapse:collapse; font-size:14.5px; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 5px 16px rgba(0,0,0,0.07); }
.fz-table th { background:linear-gradient(180deg,#3a1d1e,#2a1518); color:#ffc079; font-weight:700; font-size:12.5px; letter-spacing:1.1px; text-transform:uppercase; padding:12px 14px; text-align:left; }
.fz-table td { padding:11px 14px; border-top:1px solid #f0e2d3; color:#3a3040; }
.fz-table tr:nth-child(even) td { background:#fffaf4; }
.fz-table td.qt { font-weight:800; color:#a8480f; white-space:nowrap; }
.fz-table tr.max td { background:#fff2df; font-weight:700; }
/* faixas de anúncio */
.fz-msgs { max-width:940px; margin:16px auto 0; display:grid; gap:9px; }
.fz-msg { display:grid; grid-template-columns:150px 1fr; gap:14px; align-items:center; background:#fff; border:1px solid rgba(224,124,42,0.22);
border-left:4px solid #e07c2a; border-radius:8px; padding:11px 16px; box-shadow:0 3px 9px rgba(0,0,0,0.05); }
.fz-msg .fz-faixa { font-weight:800; color:#a8480f; font-size:13.5px; white-space:nowrap; }
.fz-msg .fz-txt { font-size:14px; line-height:1.55; color:#3a3040; font-style:italic; }
.fz-msg:nth-child(9) { border-left-color:#ff7a18; }
.fz-msg:nth-child(10) { border-left-color:#ff5b04; background:linear-gradient(90deg,#fff6ea,#fff); }
.fz-msg:nth-child(10) .fz-txt { font-weight:600; }
/* ranking */
.fz-rank { max-width:520px; margin:16px auto 0; background:linear-gradient(180deg,#2a1518,#1d1420); border:1px solid rgba(255,180,110,0.35);
border-radius:12px; padding:20px 24px; box-shadow:0 10px 26px rgba(0,0,0,0.25); }
.fz-rank-t { text-align:center; color:#ffc079; font-size:12.5px; letter-spacing:2px; text-transform:uppercase; font-weight:700; margin-bottom:14px; }
.fz-rank ol { margin:0; padding:0 0 0 4px; list-style:none; counter-reset:fzr; }
.fz-rank li { counter-increment:fzr; display:flex; justify-content:space-between; align-items:center; gap:12px; padding:7px 0; border-bottom:1px dashed rgba(255,180,110,0.18); color:#efd6bd; font-size:14px; }
.fz-rank li::before { content:counter(fzr) "."; color:#ff9838; font-weight:800; min-width:26px; }
.fz-rank li span { margin-left:auto; color:#ffc079; font-weight:700; font-variant-numeric:tabular-nums; }
.fz-rank li:last-child { border-bottom:none; }
.fz-rank-me { margin-top:12px; padding-top:12px; border-top:1px solid rgba(255,180,110,0.3); text-align:center; color:#c8b49c; font-size:13px; }
/* regras */
.fz-regras { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; max-width:940px; margin:16px auto 0; }
.fz-regra { background:#fff; border:1px solid rgba(224,124,42,0.25); border-radius:9px; padding:15px 18px; box-shadow:0 4px 11px rgba(0,0,0,0.05); }
.fz-regra > b { display:block; color:#a8480f; font-size:14.5px; font-weight:800; margin-bottom:5px; }
.fz-regra span b { color:#a8480f; font-weight:700; }
.fz-regra span { display:block; font-size:13.5px; line-height:1.6; color:#4a4152; }
.fz-alert { max-width:880px; margin:18px auto 0; padding:14px 20px; border-radius:9px; font-size:14px; line-height:1.65;
background:linear-gradient(180deg,#fff4f0,#ffe9e0); border:1px solid rgba(214,80,40,0.35); border-left:4px solid #d65028; color:#7a2f14; }
.fz-alert b { color:#a8320f; }
@media (max-width: 860px) {
.fz-stats { grid-template-columns:repeat(2,1fr); }
.fz-steps { grid-template-columns:repeat(2,1fr); }
.fz-regras { grid-template-columns:1fr; }
.fz-msg { grid-template-columns:1fr; gap:4px; }
.fz-wrap h1 { font-size:30px; }
.fz-npc img { height:160px; }
}
/* ===== Esgoto Real (.esg-*) — padrão das páginas de evento (bgl-*) ===== */
.esg-wrap{max-width:1040px;margin:0 auto;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2a2008}
.esg-wrap *{box-sizing:border-box}
.esg-hero{position:relative;text-align:center;padding:38px 24px 34px;border-radius:14px;overflow:hidden;border:1px solid rgba(160,120,200,.35);background:radial-gradient(ellipse at 50% -10%,rgba(190,140,230,.30),transparent 60%),linear-gradient(180deg,#1c1424,#0b0710)}
.esg-hero img{max-width:230px;max-height:230px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 8px 18px rgba(0,0,0,.7))}
.esg-hero h1{margin:14px 0 10px;font-size:40px;line-height:1.05;color:#e8c9ff;border:none;padding:0;font-weight:800;letter-spacing:.5px}
.esg-hero p{max-width:760px;margin:0 auto;color:#e9dcc0;font-size:15px;line-height:1.65}.esg-hero p b{color:#f4d97a}
.esg-badge{display:inline-block;margin:4px 0 2px;padding:4px 15px;border:1px solid rgba(212,175,55,.5);border-radius:999px;color:#f4d97a;font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:700}
.esg-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:920px;margin:-30px auto 6px;position:relative;z-index:3;padding:0 10px}
.esg-stat{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.35);border-top:3px solid #d4af37;border-radius:10px;padding:16px 10px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.esg-stat b{display:block;font-size:16px;color:#a8861f;font-weight:800;line-height:1.18}
.esg-stat span{display:block;margin-top:4px;font-size:11px;color:#6b5a2e;text-transform:uppercase;letter-spacing:.5px}
.esg-h{display:flex;align-items:center;justify-content:center;gap:14px;margin:44px 0 16px}
.esg-h::before,.esg-h::after{content:"";height:1px;width:80px;flex-shrink:0;background:linear-gradient(90deg,transparent,#d4af37)}
.esg-h::after{background:linear-gradient(90deg,#d4af37,transparent)}
.esg-h span{font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#a8861f;white-space:nowrap;text-align:center}
.esg-lead{text-align:center;font-size:15.5px;line-height:1.75;max-width:840px;margin:0 auto 12px;color:#2a2008}.esg-lead b{color:#9c7d1c}
.esg-lead a{color:#2f74cf;font-weight:700}
.esg-npc,.esg-boss{display:flex;gap:30px;align-items:center;justify-content:center;background:radial-gradient(ellipse at 22% 50%,rgba(244,217,122,.14),transparent 58%),linear-gradient(135deg,#2c1f0e,#171003);border:1px solid #5a4a1e;border-radius:16px;padding:24px 32px;flex-wrap:wrap}
.esg-boss{background:radial-gradient(ellipse at 22% 50%,rgba(190,140,230,.18),transparent 58%),linear-gradient(135deg,#221731,#100a18);border-color:#4a3a66}
.esg-npc-art,.esg-boss-art{flex:0 0 auto;width:230px;display:flex;align-items:center;justify-content:center;min-height:180px}
.esg-npc-art img,.esg-boss-art img{max-width:220px;max-height:240px;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.6))}
.esg-npc-info,.esg-boss-info{flex:1 1 340px;min-width:280px}
.esg-npc-name{font-size:1.7em;font-weight:800;color:#f4d97a;line-height:1.1}
.esg-boss .esg-npc-name{color:#e8c9ff}
.esg-npc-sub{color:#d4af37;font-size:.8em;letter-spacing:1.5px;text-transform:uppercase;margin:4px 0 14px}
.esg-feat{list-style:none;padding:0;margin:0}
.esg-feat li{position:relative;padding:8px 0 8px 26px;color:#e9dcc0;font-size:13.8px;line-height:1.5}
.esg-feat li+li{border-top:1px solid rgba(212,175,55,.13)}
.esg-feat li::before{content:"\2726";position:absolute;left:2px;top:8px;color:#d4af37}
.esg-feat li b{color:#f4d97a;font-weight:700}
.esg-p{color:#e9dcc0;font-size:14px;line-height:1.6;margin:0 0 12px}.esg-p b{color:#f4d97a}
.esg-small{color:#cbbfa6;font-size:12.5px;margin:10px 0 0}
.esg-tab{border-collapse:collapse;width:100%;font-size:13.5px;margin-top:4px}
.esg-npc .esg-tab,.esg-boss .esg-tab{color:#e9dcc0}
.esg-tab th{text-align:left;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#d4af37;padding:6px 8px;border-bottom:1px solid rgba(212,175,55,.3)}
.esg-tab td{padding:7px 8px;border-bottom:1px solid rgba(212,175,55,.12)}
.esg-tab td:not(:first-child),.esg-tab th:not(:first-child){text-align:center}
.esg-note-in{font-size:11px;color:#b9a97f}
.esg-secret{text-align:center;max-width:840px;margin:8px auto 0;padding:26px 30px;border-radius:14px;border:1px solid rgba(190,140,230,.45);background:radial-gradient(ellipse at 50% -20%,rgba(190,140,230,.22),transparent 62%),linear-gradient(180deg,#221731,#100a18)}
.esg-secret .st{color:#e8c9ff;font-size:18px;font-weight:800;display:block;margin-bottom:8px}
.esg-secret p{color:#e9dcc0;font-size:14.5px;line-height:1.7;margin:0;max-width:700px;margin-left:auto;margin-right:auto}.esg-secret p b{color:#f4d97a}
.esg-dif{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:920px;margin:6px auto 0}
.esg-dcard{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:4px solid #2e9e5b;border-radius:12px;padding:16px 16px 12px}
.esg-dcard .dn{font-size:19px;font-weight:800;margin-bottom:8px}
.esg-dcard ul{margin:0;padding-left:18px;font-size:13.2px;color:#5a4a22;line-height:1.55}.esg-dcard li b{color:#3a2e12}
.esg-dcard.f{border-top-color:#2e9e5b}.esg-dcard.f .dn{color:#1f8049}
.esg-dcard.m{border-top-color:#d98324}.esg-dcard.m .dn{color:#c9700f}
.esg-dcard.p{border-top-color:#c0392b}.esg-dcard.p .dn{color:#c0392b}
.esg-ondas{text-align:center;font-size:13.5px;color:#5a4a22;margin:12px auto 0;max-width:900px;line-height:1.7}
.esg-ondas .f{color:#1f8049;font-weight:700}.esg-ondas .m{color:#c9700f;font-weight:700}.esg-ondas .p{color:#c0392b;font-weight:700}
.esg-mec{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.esg-mcard{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:12px;padding:16px 16px 14px;text-align:center}
.esg-mcard .mt{font-size:17px;font-weight:800;color:#3a2e12;line-height:1.2}
.esg-mcard .tag{display:block;font-size:9.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px}
.esg-mcard .tag.all{color:#1f8049}.esg-mcard .tag.mp{color:#c9700f}.esg-mcard .tag.p{color:#c0392b}
.esg-mcard .mimg{height:120px;display:flex;align-items:center;justify-content:center;margin:8px 0}
.esg-mcard .mimg img{max-height:118px;max-width:150px;image-rendering:pixelated;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}
.esg-mcard p{margin:0;font-size:13px;color:#5a4a22;line-height:1.55;text-align:left}.esg-mcard p b{color:#9c7d1c}
.esg-mats{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:960px;margin:14px auto 0}
.esg-mat{width:150px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:3px solid #d4af37;border-radius:11px;padding:12px 10px;text-align:center}
.esg-mat img{width:75px;height:100px;object-fit:contain;image-rendering:pixelated}
.esg-mat .mn{font-size:12.5px;font-weight:800;color:#3a2e12;margin:6px 0 4px;line-height:1.2}
.esg-mat .md{font-size:11px;color:#6b5a2e;line-height:1.4}
.esg-mobs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:1000px;margin:12px auto 0}
.esg-mob{width:188px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:12px;padding:12px 10px 12px;text-align:center}
.esg-mob .ma{height:110px;display:flex;align-items:center;justify-content:center}
.esg-mob .ma img{max-height:105px;max-width:150px;image-rendering:pixelated;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}
.esg-mob .mn{font-size:13.5px;font-weight:800;color:#3a2e12;margin-top:6px;line-height:1.2}
.esg-mob .me{display:inline-block;margin:6px 0 4px;padding:2px 10px;border-radius:999px;color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.5px}
.esg-mob .ms{font-size:11px;color:#6b5a2e}
.esg-mob .mh{font-size:12px;color:#3a2e12;margin-top:6px}.esg-mob .mh b{color:#a8861f}
.esg-mob .mx{font-size:11px;color:#6b5a2e}
.esg-mob .mdrop{font-size:10.5px;color:#5a4a22;margin-top:6px;line-height:1.35;border-top:1px dashed rgba(212,175,55,.35);padding-top:6px}
.esg-sub{font-size:14px;font-weight:800;color:#a8861f;letter-spacing:.5px;text-transform:uppercase;margin:28px 0 10px;text-align:center}
.esg-sub a{color:#2f74cf}
.esg-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:1040px;margin:0 auto}
.esg-card{width:246px;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-top:3px solid #8a8a8a;border-radius:12px;padding:12px 12px 12px;text-align:center;display:flex;flex-direction:column}
.esg-card .ca{height:104px;display:flex;align-items:center;justify-content:center}
.esg-card .ca img{width:75px;height:100px;object-fit:contain;image-rendering:pixelated;border-radius:6px;border:1px solid rgba(212,175,55,.45);box-shadow:0 2px 6px rgba(0,0,0,.18)}
.esg-mat img,.esg-mcard .mimg img.colimg{border-radius:6px;border:1px solid rgba(212,175,55,.45);box-shadow:0 2px 6px rgba(0,0,0,.18)}
.esg-card .cn{font-size:13.5px;font-weight:800;color:#3a2e12;margin-top:6px;line-height:1.2;min-height:32px;display:flex;align-items:center;justify-content:center}
.esg-card .cm{font-size:10.5px;color:#8a7a55;text-transform:uppercase;letter-spacing:.4px;margin:4px 0 8px}
.esg-card .cd{font-size:11.5px;color:#4a3d1e;line-height:1.45;text-align:left;border-top:1px dashed rgba(212,175,55,.35);padding-top:8px}
.esg-card .cd .sep{display:block;height:5px}
.esg-card.realeza{border-top-color:#7a3fa0}.esg-card.anel{border-top-color:#2e9e5b}.esg-card.carta{border-top-color:#d98324}.esg-card.alma{border-top-color:#2f74cf}
.esg-cards.small .esg-card{width:236px}
.esg-tab.forja{color:#3a2e12;background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;overflow:hidden}
.esg-tab.forja th{background:#241906;color:#f4d97a}.esg-tab.forja td{border-bottom:1px solid rgba(212,175,55,.2)}
.esg-tab.forja td:first-child{font-weight:700;white-space:nowrap}
.tico{width:24px;height:24px;vertical-align:middle;margin-right:6px;image-rendering:pixelated}
.esg-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.esg-step{background:linear-gradient(180deg,#fff,#fdf8e8);border:1px solid rgba(212,175,55,.3);border-radius:10px;padding:20px 15px 16px;text-align:center}
.esg-step .n{width:34px;height:34px;border-radius:50%;margin:0 auto 12px;background:linear-gradient(135deg,#f4d97a,#d4af37);color:#3a2a06;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(212,175,55,.4)}
.esg-step h4{margin:0 0 6px;font-size:14.5px;color:#3a2e12;font-weight:800}
.esg-step p{margin:0;font-size:12.8px;color:#5a4a22;line-height:1.55;text-align:left}.esg-step p b{color:#9c7d1c}
.esg-note{text-align:center;font-size:13.5px;color:#6b5a2e;max-width:820px;margin:26px auto 0;line-height:1.65}
@media (max-width:760px){.esg-stats,.esg-dif,.esg-mec,.esg-steps{grid-template-columns:repeat(2,1fr)}.esg-hero h1{font-size:32px}}
@media (max-width:480px){.esg-stats,.esg-dif,.esg-mec,.esg-steps{grid-template-columns:1fr}}