/* ==========================================================
   CONECTA JOVEM — FINAL POLISH / UI SYSTEM 2026
   Camada final: contraste, consistência, acessibilidade e responsividade.
========================================================== */
:root{
  --cj-primary:#2563eb; --cj-primary-2:#1d4ed8; --cj-accent:#06b6d4;
  --cj-bg:#f4f7fb; --cj-surface:#fff; --cj-text:#172033; --cj-muted:#64748b;
  --cj-border:#d8e0eb; --cj-success:#15803d; --cj-danger:#b91c1c;
  --cj-shadow:0 12px 32px rgba(15,23,42,.08); --cj-radius:16px;
}
html{scroll-behavior:smooth}
body{color:var(--cj-text)!important;background:var(--cj-bg)!important}
body,button,input,select,textarea{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,a,input,select,textarea{transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.65}
input,select,textarea{color:var(--cj-text)!important;background:#fff!important;border:1.5px solid var(--cj-border)!important;border-radius:12px!important}
input::placeholder,textarea::placeholder{color:#7b8798!important;opacity:1}
input:focus,select:focus,textarea:focus{outline:3px solid rgba(37,99,235,.13)!important;border-color:var(--cj-primary)!important;box-shadow:0 0 0 1px var(--cj-primary)!important}
label,.campo label,.form-group label{color:#263247!important;font-weight:700!important}
.card,.form-card,.bloco,.painel,.box,.informacoes,.empresa-card{box-shadow:var(--cj-shadow);border-color:var(--cj-border)}
.mensagem{border-radius:12px!important;padding:12px 14px!important;font-weight:700!important}
.mensagem.sucesso{color:#166534!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}
.mensagem.erro{color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important}
.senha-box{position:relative!important;display:flex!important;align-items:center!important;background:#fff!important;border-radius:12px!important}
.senha-box input{padding-right:52px!important;flex:1!important}
.senha-toggle{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:10px!important;border:1px solid #dbe3ee!important;background:#f8fafc!important;color:#334155!important;z-index:5!important}
.senha-toggle:hover{background:#eef4ff!important;color:var(--cj-primary)!important;border-color:#bfd0f5!important}
.senha-toggle:focus-visible{outline:3px solid rgba(37,99,235,.2)!important}
.text-muted,.muted,.descricao,.subtitulo,.helper,.ajuda,.hint{color:var(--cj-muted)!important}
@media(max-width:760px){.conteudo{width:100%!important}.card,.form-card,.painel,.box{border-radius:14px!important}input,select,textarea{font-size:16px!important}.senha-toggle{width:40px!important;height:40px!important}}
