/* Estilos compartilhados — Área do Membro */
*{box-sizing:border-box;}
body{font-family:Arial,sans-serif; background:#F7FAFC; margin:0; color:#10365E; min-height:100vh; display:flex; align-items:center; justify-content:center; padding:20px;}
.box{background:#fff; padding:40px; border-radius:16px; box-shadow:0 10px 30px rgba(16,54,94,0.1); width:100%; max-width:400px;}
h1{font-size:19px; margin-bottom:8px;}
.sub{font-size:13px; color:#7891A8; margin-bottom:24px;}
label{font-size:13px; font-weight:600; color:#10365E; display:block; margin-bottom:6px; margin-top:14px;}
input, select{width:100%; padding:11px 12px; border:1.5px solid #D6E2EC; border-radius:8px; font-size:14px; font-family:inherit;}
input:focus, select:focus{outline:none; border-color:#2E86DE;}
button{width:100%; margin-top:22px; padding:12px; background:#2E86DE; color:#fff; border:none; border-radius:8px; font-weight:600; cursor:pointer; font-size:14.5px;}
button:hover{background:#10365E;}
.erro{background:#FDECEA; color:#C0392B; padding:12px 14px; border-radius:8px; font-size:13px; margin-bottom:16px;}
.sucesso{background:#EAF7EE; color:#1E7E34; padding:12px 14px; border-radius:8px; font-size:13px; margin-bottom:16px;}
.link-baixo{text-align:center; margin-top:20px; font-size:13px;}
.link-baixo a{color:#2E86DE; text-decoration:none; font-weight:600;}
.campo-readonly{background:#F0F5F9; color:#7891A8;}
