/* CONECTA JOVEM — camada de legibilidade e acessibilidade visual */
:root{--cj-ink:#172033;--cj-muted:#64748b;--cj-border-clear:#cbd5e1;--cj-surface:#ffffff;--cj-primary-clear:#5b4bd8}
body{color:var(--cj-ink)!important;background:#f6f8fc!important}
input,select,textarea{background:#fff!important;color:#172033!important;border:1.5px solid #cbd5e1!important;box-shadow:0 1px 2px rgba(15,23,42,.03)!important}
input::placeholder,textarea::placeholder{color:#7b8798!important;opacity:1!important}
input:focus,select:focus,textarea:focus{border-color:#6c5ce7!important;outline:3px solid rgba(108,92,231,.12)!important;box-shadow:0 0 0 1px #6c5ce7!important}
label{color:#263247!important;font-weight:700!important}
.campo label,.form-group label{color:#263247!important}
button{font-weight:800}
.mensagem{font-weight:700}
.senha-box{background:#fff!important;border-radius:12px}
.senha-box input{width:100%!important;color:#172033!important;background:#fff!important}
.senha-toggle{color:#475569!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}
.senha-toggle:hover{color:#5643d9!important;background:#eef2ff!important}
/* melhora textos que estavam com contraste baixo */
.text-muted,.muted,.descricao,.subtitulo,.helper,.ajuda,.hint{color:#64748b!important}
.card,.form-card,.bloco,.painel,.box,.empresa-card,.informacoes{background:#fff!important;color:#172033!important}
/* evita texto branco em campos claros */
.form-card p,.empresa-right p,.auth-container p{color:#526176}
@media(max-width:700px){input,select,textarea{font-size:16px!important}}
