/* ==================================================
   AUTH — BASE
   O desenho principal do login está em ui-master.css
================================================== */
.auth-body{min-height:100vh;font-family:'Sora',system-ui,sans-serif}.auth-logo{width:62px;height:62px;border-radius:20px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900}.auth-card{width:min(460px,100%);background:#fff;border:1px solid #dbeafe;border-radius:30px;box-shadow:0 22px 60px rgba(15,23,42,.08);padding:34px}.auth-card h1,.auth-card h2{margin:8px 0}.auth-card p{color:#64748b;line-height:1.6;margin-bottom:24px}
