/* APereira Capital – Cockpit Visual Identity */
:root {
–lilac-power: #a496f2; /* Tom de sofisticação e IA */
–deep-navy: #0a0e1a; /* Azul marinho para autoridade e continuidade [cite: 2026-01-01] */
–gold-accent: #d4af37; /* Toque de ouro para elegância e capital */
–text-silver: #e0e0e0;
}
/* Fundo Geral do Cockpit */
body {
background-color: var(–deep-navy);
color: var(–text-silver);
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
}
/* Títulos com Estilo Milionário */
h1, h2, h3 {
color: var(–lilac-power);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
border-left: 4px solid var(–gold-accent);
padding-left: 15px;
margin-bottom: 25px;
}
/* Manifesto e Blocos de Texto */
.entry-content p {
line-height: 1.8;
font-size: 1.1rem;
text-align: justify;
color: var(–text-silver);
}
/* Botões de Ação (Trading Focus) */
.wp-block-button__link {
background: linear-gradient(45deg, var(–lilac-power), #7b68ee) !important;
color: #fff !important;
border-radius: 0px !important; /* Estilo pragmático e estruturado [cite: 2026-01-01] */
padding: 15px 35px !important;
font-weight: bold;
text-transform: uppercase;
transition: 0.3s ease;
border: 1px solid var(–gold-accent) !important;
}
.wp-block-button__link:hover {
background: var(–gold-accent) !important;
color: var(–deep-navy) !important;
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(164, 150, 242, 0.3);
}
/* Notas Legais e Isenções (O seu Stop-Loss) */
.legal-box {
background-color: rgba(164, 150, 242, 0.05);
border: 1px solid var(–lilac-power);
padding: 20px;
margin-top: 50px;
font-size: 0.9rem;
font-style: italic;
border-radius: 4px;
}
/* Customização do Rodapé */
footer {
border-top: 1px solid var(–lilac-power);
padding: 30px 0;
text-align: center;
font-size: 0.85rem;
color: var(–lilac-power);
}
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.