:root {
--accent: #9d4edd;
--accent-hover: #7b2cbf;
--border-color: rgba(255, 255, 255, 0.08);
} .aneVipFormControl,
.aneCadastroInput {
display: block;
width: 100%;
height: auto;
padding: 12px 14px;
font-size: 14px;
line-height: 1.4;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
border: 1px solid var(--border-color);
border-radius: 8px;
box-shadow: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
box-sizing: border-box;
}
.aneVipFormControl:focus,
.aneCadastroInput:focus {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 10px rgba(157, 78, 221, 0.3);
background-color: rgba(255, 255, 255, 0.08);
}
.aneVipFormGroup {
margin-bottom: 16px;
}
.aneVipFormGroup label {
color: #b5b5b5;
font-size: 12px;
font-weight: 500;
margin-bottom: 6px;
display: block;
letter-spacing: 0.5px;
}
.aneCadastroInput::placeholder {
color: rgba(255, 255, 255, 0.25);
font-size: 12px;
} .aneVipAlert,
.alert,
.ane-aviso-sucesso,
.ane-aviso-erro {
padding: 12px 16px;
margin-bottom: 20px;
border-radius: 8px;
font-size: 13px;
line-height: 1.4;
box-sizing: border-box;
}
.aneVipAlertWarning {
color: #fcc419;
background-color: rgba(252, 248, 227, 0.1);
border: 1px solid rgba(252, 196, 25, 0.3);
}
.aneVipAlertSuccess,
.ane-aviso-sucesso {
color: #51cf66;
background-color: rgba(40, 167, 69, 0.1);
border: 1px solid rgba(81, 207, 102, 0.3);
}
.aneVipAlertDanger,
.ane-aviso-erro {
color: #ff6b6b;
background-color: rgba(217, 83, 79, 0.1);
border: 1px solid rgba(255, 107, 107, 0.3);
} .aneVipBtn,
.btn,
.btnn {
text-transform: uppercase;
flex: 1;
border-radius: 10px;
border: none;
cursor: pointer;
font-weight: 600;
}
.aneVipBtn:hover,
.btn:hover,
.btnn:hover {
color: #ffffff;
background-color: var(--accent-hover);
transform: translateY(-2px);
box-shadow: 0 0 16px rgba(157, 78, 221, 0.5);
opacity: 1;
}
.aneVipBtnPrimary,
.aneVipBtnSuccess {
background-color: var(--accent);
border-color: transparent;
}
.aneVipBtnDanger {
color: #ffffff;
background-color: #e63946;
}
.aneVipBtnDanger:hover {
background-color: #c1121f;
}
.aneVipBtnBlock {
display: block;
width: 100%;
padding: 10px;
} .conta-conteudo {
background-color: #181a20;
padding: 25px;
border-radius: 12px;
margin: 25px 0;
max-width: 100%;
border: 1px solid var(--border-color);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.dp-auth-modal .conta-conteudo {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
}
.formCamposTitulo {
font-size: 18px;
font-weight: 700;
border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.dp-auth-modal .formCamposTitulo,
.dp-auth-modal .title-page {
display: none !important;
}
.dp-auth-modal #tab-register a.login-btn,
.dp-auth-modal #tab-register .btn-login,
.dp-auth-modal #tab-login a.signup-btn,
.dp-auth-modal #tab-login .btn-signup {
display: none !important;
} .aneVipTextCenter {
text-align: center;
margin-top: 15px;
}
.aneVipTextCenter a,
.content-single a {
color: var(--accent);
text-decoration: none;
font-weight: 600;
font-size: 13px;
transition: color 0.2s ease;
}
.aneVipTextCenter a:hover,
.content-single a:hover {
color: #ffffff;
text-decoration: underline;
}
.content-single {
color: #9aa0a6;
border-bottom: 1px solid var(--border-color);
margin-bottom: 15px;
padding-bottom: 15px;
}
.title-page {
display: none;
} .aneVipPainel {
display: grid !important;
grid-template-columns: 260px 1fr !important;
gap: 25px !important;
align-items: start !important;
background-color: #14161b !important;
color: #ffffff !important;
padding: 25px !important;
border-radius: 14px !important;
border: 1px solid var(--border-color) !important;
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6) !important;
width: 100% !important;
box-sizing: border-box !important;
float: none !important;
margin-top: 20px;
} .ane-menu-toggle-btn {
display: none;
background: #181a20;
color: #fff;
border: 1px solid var(--border-color);
padding: 12px 16px;
width: 100%;
text-align: left;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
cursor: pointer;
margin-bottom: 20px;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.ane-menu-toggle-btn i {
color: var(--accent);
} .aneVipSidebar {
display: block !important;
width: 100% !important;
}
.aneVipSidebarUser {
background-color: #181a20 !important;
border: 1px solid rgba(255, 255, 255, 0.06) !important;
border-radius: 10px !important;
padding: 20px !important;
margin-bottom: 15px !important;
text-align: center !important;
box-sizing: border-box !important;
}
.aneVipSidebarUser .user-avatar img,
.aneVipSidebarUser img.avatar {
width: 80px !important;
height: 80px !important;
border-radius: 50% !important;
border: 2px solid var(--accent) !important;
object-fit: cover !important;
box-shadow: 0 0 15px rgba(157, 78, 221, 0.4) !important;
margin: 0 auto 12px auto !important;
display: block !important;
}
.aneVipSidebarUserInfo {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.aneVipUserName {
font-weight: 700;
color: #ffffff;
font-size: 15px;
}
.avatar-trigger-btn {
background: rgba(157, 78, 221, 0.15);
border: 1px solid var(--accent);
color: #fff;
padding: 6px 12px;
border-radius: 6px;
font-size: 12px;
cursor: pointer;
transition: background 0.2s;
display: inline-flex;
align-items: center;
gap: 6px;
}
.avatar-trigger-btn:hover {
background: var(--accent);
} .aneVipPainelMenu {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 8px !important;
list-style: none !important;
float: none !important;
background-color: #181a20 !important;
border-radius: 10px !important;
border: 1px solid rgba(255, 255, 255, 0.06) !important;
box-sizing: border-box !important;
}
.aneVipPainelMenu li {
float: none !important;
width: 100% !important;
border-bottom: 1px rgba(255, 255, 255, 0.04) solid !important;
margin: 0 !important;
}
.aneVipPainelMenu li:last-child {
border-bottom: 0 !important;
}
.aneVipPainelMenu a {
display: flex !important;
align-items: center !important;
gap: 10px !important;
padding: 12px 14px !important;
line-height: 20px !important;
font-weight: 600 !important;
color: #9aa0a6 !important;
border-radius: 6px !important;
transition: all 0.2s ease !important;
text-decoration: none !important;
}
.aneVipPainelMenu a i {
width: 18px;
text-align: center;
color: var(--accent);
}
.aneVipPainelMenu a:hover,
.aneVipPainelMenu li.active a,
.aneVipPainelMenu .current-menu-item a {
color: #ffffff !important;
background-color: var(--accent) !important;
transform: translateX(4px) !important;
}
.aneVipPainelMenu a:hover i,
.aneVipPainelMenu li.active a i,
.aneVipPainelMenu .current-menu-item a i {
color: #ffffff !important;
} .aneVipPainelConteudo {
display: block !important;
width: 100% !important;
float: none !important;
background-color: #181a20 !important;
border-radius: 10px !important;
border: 1px solid rgba(255, 255, 255, 0.06) !important;
padding: 25px !important;
box-sizing: border-box !important;
min-width: 0 !important;
margin: 20px 0;
}
.aneVipPainelTitulo {
margin-bottom: 20px !important;
border-bottom: 1px rgba(255, 255, 255, 0.1) solid !important;
padding-bottom: 12px !important;
font-weight: 700 !important;
color: #ffffff !important;
text-transform: uppercase !important;
font-size: 16px !important;
letter-spacing: 0.5px !important;
} .ane-perfil-header-box {
background: #15171d;
border: 1px solid var(--border-color);
border-radius: 10px;
overflow: hidden;
margin-bottom: 25px;
}
.ane-perfil-banner {
height: 120px;
background: linear-gradient(135deg, var(--accent), #181a20);
border-bottom: 1px solid var(--border-color);
}
.ane-perfil-user-info-area {
padding: 0 25px 20px 25px;
display: flex;
align-items: flex-end;
gap: 20px;
margin-top: -45px;
position: relative;
flex-wrap: wrap;
}
.ane-perfil-grande-avatar img {
width: 90px;
height: 90px;
border-radius: 50%;
border: 3px solid #15171d;
object-fit: cover;
box-shadow: 0 4px 15px rgba(0,0,0,0.5);
background: #181a20;
}
.ane-perfil-detalhes {
flex: 1;
min-width: 200px;
padding-top: 10px;
}
.ane-perfil-nome {
font-size: 18px;
font-weight: 700;
color: #fff;
margin: 0 0 4px 0;
}
.ane-link-ver-perfil {
font-size: 12px;
color: var(--accent);
text-decoration: none;
display: inline-block;
margin-bottom: 8px;
font-weight: 600;
}
.ane-perfil-bio {
font-size: 12px;
color: #9aa0a6;
margin: 0;
line-height: 1.4;
}
.ane-perfil-acao-topo {
padding-top: 10px;
display: flex;
flex-wrap: wrap;
gap: 8px; } .ane-perfil-acao-topo .ane-btn-editar-perfil {
flex: 1;
min-width: 110px; text-align: center;
justify-content: center;
box-sizing: border-box;
margin-right: 0 !important; }
.ane-btn-editar-perfil {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
padding: 8px 16px;
border-radius: 6px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
transition: all 0.2s;
display: inline-block;
}
.ane-btn-editar-perfil:hover {
background: var(--accent);
border-color: var(--accent);
}
.ane-perfil-stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
border-top: 1px solid var(--border-color);
background: rgba(0,0,0,0.2);
}
.ane-stat-item {
padding: 15px;
text-align: center;
border-right: 1px solid var(--border-color);
text-decoration: none;
display: block;
transition: background 0.2s;
}
.ane-stat-item:last-child {
border-right: none;
}
.ane-stat-item:hover {
background: rgba(255,255,255,0.02);
}
.ane-stat-titulo {
display: block;
font-size: 18px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.ane-stat-sub {
display: block;
font-size: 13px;
color: #9aa0a6;
}
.ane-text-red {
color: #ff6b6b !important;
} .avatar-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(4px);
}
.avatar-modal-content {
background: #181a20;
border: 1px solid var(--border-color);
padding: 25px;
border-radius: 12px;
width: 100%;
max-width: 400px;
box-shadow: 0 15px 35px rgba(0,0,0,0.8);
box-sizing: border-box;
}
.avatar-modal-title {
font-size: 16px;
font-weight: 700;
color: #fff;
margin: 0 0 8px 0;
text-transform: uppercase;
}
.avatar-modal-text {
font-size: 13px;
color: #9aa0a6;
margin-bottom: 15px;
}
.avatar-file-input {
width: 100%;
background: rgba(255,255,255,0.05);
border: 1px solid var(--border-color);
padding: 10px;
border-radius: 6px;
color: #fff;
font-size: 12px;
margin-bottom: 20px;
box-sizing: border-box;
}
.avatar-modal-actions {
display: flex;
gap: 10px;
}
.avatar-submit-btn,
.avatar-close-btn {
flex: 1;
padding: 10px;
border-radius: 6px;
font-weight: 700;
font-size: 12px;
cursor: pointer;
border: none;
text-transform: uppercase;
}
.avatar-submit-btn {
background: var(--accent);
color: #fff;
}
.avatar-submit-btn:hover {
background: var(--accent-hover);
}
.avatar-close-btn {
background: rgba(255,255,255,0.1);
color: #fff;
}
.avatar-close-btn:hover {
background: rgba(255,255,255,0.2);
} .aneVipListaFavoritoConteudo li,
.user-favorites-list li,
.profile-items-list li,
.aneVipPainelConteudo ul li {
float: none !important;
width: 100% !important;
background: #20232a !important;
border: 1px solid var(--border-color) !important;
border-radius: 8px !important;
overflow: hidden !important;
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
display: flex !important;
flex-direction: column !important;
box-sizing: border-box !important;
}
.aneVipListaFavoritoConteudo li:hover,
.user-favorites-list li:hover {
transform: translateY(-4px) !important;
border-color: var(--accent) !important;
box-shadow: 0 6px 20px rgba(157, 78, 221, 0.25) !important;
}
.aneVipListaFavoritoConteudo img,
.user-favorites-list img,
.aneVipPainelConteudo img {
width: 100% !important;
height: 180px !important;
object-fit: cover !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.aneVipListaFavoritoTitulo,
.user-favorites-list a,
.aneVipPainelConteudo li a {
padding: 10px !important;
font-weight: 600 !important;
color: #ffffff !important;
font-size: 13px !important;
text-decoration: none !important;
text-align: center !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.aneVipListaFavoritoConteudo .remove-favorite,
.user-favorites-list .remove, 
.user-favorites-list a.delete {
display: block !important;
text-align: center !important;
background: rgba(230, 57, 70, 0.15) !important;
color: #ff6b6b !important;
font-size: 11px !important;
font-weight: 700 !important;
padding: 8px !important;
text-transform: uppercase !important;
transition: background 0.2s !important;
text-decoration: none !important;
border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.aneVipListaFavoritoConteudo .remove-favorite:hover,
.user-favorites-list .remove:hover {
background: #e63946 !important;
color: #ffffff !important;
}
.aneVipBotaoFavoritos {
text-align: right !important;
}
.aneVipBotaoFavoritos button {
background-color: rgba(255, 255, 255, 0.05) !important;
color: #ffffff !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
padding: 8px 16px !important;
font-size: 12px !important;
cursor: pointer !important;
border-radius: 6px !important;
transition: all 0.2s ease !important;
}
.aneVipBotaoFavoritos button.ativo {
border-color: var(--accent) !important;
background-color: rgba(157, 78, 221, 0.2) !important;
} .aneVipPlanoConteudo {
background-color: #181a20 !important;
border: 1px solid var(--border-color) !important;
border-radius: 8px !important;
overflow: hidden !important;
color: #9aa0a6 !important;
}
.aneVipPlanoTitulo {
background-color: var(--accent) !important;
font-weight: 700 !important;
color: #ffffff !important;
text-align: center !important;
font-size: 16px !important;
line-height: 40px !important;
}
.aneVipPlanoValor {
font-size: 24px !important;
color: #ffffff !important;
text-align: center !important;
padding: 12px 0 !important;
font-weight: 800 !important;
}
.aneVipPlanoBotao button {
border: none !important;
padding: 8px 18px !important;
font-size: 13px !important;
font-weight: 700 !important;
color: #ffffff !important;
background-color: var(--accent) !important;
cursor: pointer !important;
border-radius: 6px !important;
text-transform: uppercase !important;
}
.aneVipTable td, 
.aneVipTable th {
padding: 12px !important;
border-top: 1px solid var(--border-color) !important;
color: #ffffff !important;
} .aneVipIntro {
padding: 20px;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.05);
margin: 20px 0;
}
.aneVipIntro h2 {
font-size: 18px;
margin-bottom: 8px;
color: #fff;
}
.aneVipIntro p {
font-size: 13px;
color: #aaa;
margin-bottom: 15px;
line-height: 1.4;
}
.aneVipIntroGrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
align-items: stretch;
}
.introBox {
background: #151515;
padding: 12px;
border-radius: 10px;
font-size: 12px;
color: #aaa;
line-height: 1.4;
}
.introBox strong {
display: block;
margin-bottom: 6px;
color: #fff;
}
.introBox p {
color: #fff;
margin: 0 0 8px 0;
font-size: 14px;
}
.introBox span {
display: block;
font-size: 12px;
color: #999;
}
.introBox.free strong { 
color: #7dd3fc; 
text-transform: uppercase; 
font-size: 14px; 
}
.introBox.vips strong { 
color: #fbbf24; 
text-transform: uppercase; 
font-size: 14px; 
}
.introBox.premium strong { 
color: #a78bfa; 
text-transform: uppercase; 
font-size: 14px; 
}
.aneVipStepTitle {
margin-bottom: 18px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.aneVipStepTitle h3 {
font-size: 18px;
color: #fff;
margin: 0 0 4px 0;
font-weight: 700;
letter-spacing: .3px;
}
.aneVipStepTitle p {
font-size: 12px;
color: #aaa;
margin: 0;
line-height: 1.4;
} .aneVipClearfix { clear: both; }
.aneVipPullLeft { float: left; }
.aneVipPullRight { float: right; }
@media (max-width: 992px) {
.aneVipPainel {
grid-template-columns: 1fr !important;
}
.ane-menu-toggle-btn {
display: flex;
} .aneVipSidebar {
display: none !important;
}
.aneVipSidebar.is-open {
display: block !important;
}
}
@media (max-width: 768px) {
.aneVipIntroGrid {
grid-template-columns: 1fr;
}
.ane-perfil-user-info-area {
flex-direction: column;
align-items: center;
text-align: center;
margin-top: -35px;
}
.ane-perfil-stats-grid {
grid-template-columns: repeat(2, 1fr);
}
.ane-stat-item:nth-child(2) {
border-right: none;
}
}
@media (max-width: 576px) {
.aneVipListaFavoritoConteudo,
.user-favorites-list,
.profile-items-list,
.aneVipPainelConteudo ul {
grid-template-columns: repeat(2, 1fr) !important;
}
.ane-perfil-stats-grid {
grid-template-columns: 1fr;
}
.ane-stat-item {
border-right: none;
border-bottom: 1px solid var(--border-color);
}
.ane-stat-item:last-child {
border-bottom: none;
}
}