.auth-security-card{position:relative}.auth-card-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:16px;border-radius:18px;color:#087f62;background:linear-gradient(135deg,#dcf8ee,#baf1da);box-shadow:0 12px 24px rgba(8,127,98,.12)}.auth-card-icon svg{width:25px;height:25px}.auth-back-link{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin:0 0 16px;color:#41635a;text-decoration:none;font-weight:800}.auth-back-link:hover{color:#087f62}.auth-back-link svg{width:18px}.auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-label-row label{margin-bottom:7px}.auth-label-row a{margin-bottom:7px;color:#087f62;font-size:12px;font-weight:800;text-decoration:none}.auth-input-wrap{position:relative}.auth-input-wrap>svg{position:absolute;left:14px;top:50%;width:18px;height:18px;color:#82928c;transform:translateY(-50%);pointer-events:none}.auth-input-wrap .form-control{padding-left:43px;padding-right:46px}.auth-password-toggle{position:absolute;right:7px;top:50%;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;color:#63766f;background:transparent;transform:translateY(-50%);cursor:pointer}.auth-password-toggle:hover{color:#087f62;background:#ecf8f3}.auth-password-toggle svg{width:18px}.auth-remember{display:flex;align-items:flex-start;gap:11px;margin:16px 0 18px;cursor:pointer}.auth-remember>input{position:absolute;opacity:0;pointer-events:none}.auth-checkmark{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;margin-top:1px;border:1.5px solid #bed5cd;border-radius:7px;color:transparent;background:#fff;transition:.2s}.auth-checkmark svg{width:15px}.auth-remember input:checked+.auth-checkmark{color:#fff;border-color:#10b981;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.10)}.auth-remember strong,.auth-remember small{display:block}.auth-remember strong{color:#304841;font-size:13px}.auth-remember small{margin-top:3px;color:#7b8b86;font-size:11px;line-height:1.4}.auth-submit{width:100%;justify-content:center;min-height:48px}.auth-security-page{min-height:100vh;margin:0;background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 34%),linear-gradient(135deg,#effbf6,#f8fcfa 52%,#eef9ff)}.auth-security-shell{width:min(100% - 30px,520px);margin:0 auto;padding:36px 0}.auth-recovery-card{padding:28px;border:1px solid #dceae5;border-radius:28px;background:rgba(255,255,255,.95);box-shadow:0 24px 65px rgba(15,23,42,.09)}.auth-recovery-brand{display:flex;align-items:center;gap:11px;margin-bottom:24px;color:#17332a;font-family:Manrope,sans-serif;font-size:17px}.auth-recovery-brand .brand-mark{width:42px;height:42px;border-radius:14px}.auth-recovery-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:17px;border-radius:21px;color:#087f62;background:linear-gradient(135deg,#dcf8ee,#b9efd9)}.auth-recovery-icon.success{color:#087f62}.auth-recovery-icon.danger{color:#b43a3a;background:#fde9e9}.auth-recovery-icon svg{width:29px;height:29px}.auth-recovery-card h1{margin:0;color:#142a23;font-family:Manrope,sans-serif;font-size:clamp(24px,5vw,32px);line-height:1.12}.auth-recovery-card>p{margin:10px 0 22px;color:#657771;line-height:1.65}.auth-security-note{display:flex;align-items:flex-start;gap:10px;margin:18px 0;padding:13px 14px;border:1px solid #cceadd;border-radius:15px;color:#37675a;background:#eefaf5;font-size:12px;line-height:1.5}.auth-security-note svg{width:19px;flex:0 0 auto;color:#10b981}.auth-recovery-card form{display:grid;gap:16px}@media(max-width:700px){.auth-panel{padding:20px 16px}.auth-security-card{padding:24px 20px}.auth-security-shell{padding:22px 0}.auth-recovery-card{padding:22px 18px;border-radius:22px}.auth-label-row{align-items:flex-start}.auth-label-row a{text-align:right;line-height:1.25}}

/* Corrección: agrupa el enlace de regreso y la tarjeta sin espacio excesivo */
.auth-panel{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
}
.auth-back-link{
    width:min(460px,100%);
    margin:0 !important;
    padding:0 2px;
    flex:0 0 auto;
}
.auth-security-card{
    margin:0;
    flex:0 0 auto;
}

@media(max-width:700px){
    .auth-panel{
        min-height:100vh;
        justify-content:flex-start;
        gap:10px;
        padding:18px 10px 28px;
    }
    .auth-back-link{
        min-height:40px;
        display:flex;
        align-items:center;
        padding:0 12px;
    }
    .auth-security-card{
        width:100%;
        margin:0;
    }
}


/* Marca del login: nombre y descripción separados correctamente */
.auth-brand{display:flex;align-items:center;gap:13px;min-width:0}
.auth-brand>span:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;line-height:1.15}
.auth-brand strong,.auth-brand small{display:block;max-width:100%;margin:0}
.auth-brand strong{font-family:'Manrope',sans-serif;font-size:clamp(19px,2vw,24px);font-weight:800;line-height:1.1;white-space:normal;overflow-wrap:anywhere}
.auth-brand small{font-size:12px;line-height:1.35;opacity:.9;white-space:normal}
@media(max-width:700px){.auth-brand{align-items:flex-start}.auth-brand>span:last-child{padding-top:3px}.auth-brand strong{font-size:21px}.auth-brand small{font-size:11px}}
