MediaWiki:Common.css
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
- Opera: Pressione Ctrl-F5.
/* ============================================================
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: 104px; height: 104px; border-radius: 14px; box-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: #9b6bd4; }
.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: #ece0f7; color: #6b3fa0; }
.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; }
}
/* =========================================================
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; } }