/**
 * SaltaConectada 1.0.173 · HEADER USER ENTRY / NO MENU V1
 * Etapa 1 del reset visual. APP móvil = autoridad.
 * Único cambio: avatar/logo real como acceso al Panel, sin menú lateral.
 */

/* La fila superior conserva el eje central del logo SC con dos columnas simétricas. */
.sc-global-header-v190__top.sc-header-user-entry-v273__top{
  grid-template-columns:48px minmax(0,1fr) 48px!important;
  gap:5px!important;
}

/* Acceso de usuario: mismo círculo físico previsto en la maqueta APP. */
.sc-global-header-v190__profile.sc-header-user-entry-v273__user{
  display:grid!important;
  place-items:center!important;
  justify-self:start!important;
  align-self:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  border-radius:50%!important;
  text-decoration:none!important;
  overflow:visible!important;
}
.sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  border:2px solid #111!important;
  background:#fff!important;
  box-shadow:none!important;
}
.sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle>img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:2px!important;
  background:#fff!important;
}
.sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-initials{
  font-size:10px!important;
}

/* Columna óptica vacía: no es un control, sólo preserva el centro matemático del logo SC. */
.sc-header-user-entry-v273__balance{
  display:block!important;
  justify-self:end!important;
  width:44px!important;
  height:44px!important;
  pointer-events:none!important;
  visibility:hidden!important;
}

/* No debe quedar ningún disparador o drawer histórico visible. */
.sc-global-header-v190 [data-jc-header433-menu-toggle],
.sc-global-header-v190 [data-jc-header433-drawer],
.sc-global-header-v190 [data-jc-header433-backdrop]{
  display:none!important;
}

@media(max-width:359px){
  .sc-global-header-v190__top.sc-header-user-entry-v273__top{
    grid-template-columns:44px minmax(0,1fr) 44px!important;
    gap:3px!important;
  }
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user,
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle,
  .sc-header-user-entry-v273__balance{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
}

/* Tablet / 720: expansión controlada del contrato APP. */
@media(min-width:561px) and (max-width:900px){
  .sc-global-header-v190__top.sc-header-user-entry-v273__top{
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    gap:8px!important;
  }
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user,
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle,
  .sc-header-user-entry-v273__balance{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
  }
}

/* Windows = Tablet centrada, sin rediseño propio. */
@media(min-width:901px){
  body.sc-global-header-v190-active .sc-global-header-v190__top.sc-header-user-entry-v273__top{
    grid-template-columns:52px minmax(0,1fr) 52px!important;
    gap:8px!important;
  }
  body.sc-global-header-v190-active .sc-global-header-v190__profile.sc-header-user-entry-v273__user,
  body.sc-global-header-v190-active .sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle,
  body.sc-global-header-v190-active .sc-header-user-entry-v273__balance{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
  }
}
