.auth-wrap{background:radial-gradient(65% 55% at 50% 0%, #e4f7ec 0%, #e4f7ec00 72%), var(--solines-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex}.auth-card{background:var(--solines-white);border:1px solid var(--solines-mint);border-radius:20px;width:100%;max-width:400px;padding:2.4rem 2.1rem;animation:.5s ease-out both authIn;box-shadow:0 18px 50px #0a2a201a}@keyframes authIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.auth-brand{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;text-decoration:none;display:flex}.auth-brand span{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.02em;color:var(--solines-ink);font-size:1.25rem;font-weight:800}.auth-title{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.02em;text-align:center;margin-bottom:.4rem;font-size:1.6rem;font-weight:800}.auth-sub{text-align:center;color:#5a6a60;margin-bottom:1.8rem;font-size:.95rem;line-height:1.45}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-label{color:#5a6a60;font-size:.8rem;font-weight:600}.auth-input{width:100%;color:var(--solines-ink);background:#fff;border:1.5px solid #dce9e1;border-radius:12px;outline:none;padding:.8rem .95rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:#9aa8a0}.auth-input:focus{border-color:var(--solines-green);box-shadow:0 0 0 4px #15c17226}.auth-hint{color:#7c8c82;margin-top:-.1rem;font-size:.78rem}.auth-btn{width:100%;font-size:1rem;font-weight:700;font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.01em;color:var(--solines-ink);background:var(--solines-green);cursor:pointer;border:0;border-radius:999px;margin-top:.4rem;padding:.9rem 1rem;transition:transform .12s,box-shadow .12s,background .12s}.auth-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #15c1724d}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:default}.auth-erro{color:#c0392b;background:#fef2f0;border:1px solid #f6d9d4;border-radius:10px;padding:.7rem .9rem;font-size:.9rem;font-weight:500}.auth-alt{text-align:center;color:#5a6a60;margin-top:1.5rem;font-size:.92rem}.auth-alt a{color:#0b7a47;font-weight:600;text-decoration:none}.auth-alt a:hover{text-decoration:underline}a.auth-btn{text-align:center;text-decoration:none;display:block}.auth-btn-secundario{color:#0b7a47;background:0 0;border:1.5px solid #bfe6cf}.auth-btn-secundario:hover:not(:disabled){box-shadow:none;background:#eaf7ef}.auth-ou{color:#7c8c82;align-items:center;gap:.75rem;margin:1.4rem 0 .2rem;font-size:.82rem;display:flex}.auth-ou:before,.auth-ou:after{content:"";background:#dbe7e0;flex:1;height:1px}.auth-btn-link{text-align:center;text-decoration:none;display:block}.auth-caminho{background:var(--solines-bg,#f2faf6);text-align:left;border:1px solid #dbe7e0;border-radius:12px;margin-top:1.1rem;padding:.9rem 1rem}.auth-caminho .auth-label{margin-bottom:.35rem;display:block}.auth-caminho .auth-hint{margin:0}
