/* LVL V1.16.5 — compact auth branding.
   The official logo becomes a subtle signature; the login/create-account content stays dominant. */
.auth-official-logo{
  width:142px!important;
  max-width:32vw!important;
  height:auto!important;
  margin:0 0 6px!important;
  opacity:.92;
  filter:drop-shadow(0 7px 16px rgba(143,65,255,.11))!important;
}
.auth-brand-panel>.eyebrow{
  margin-top:0!important;
  font-size:9px!important;
  letter-spacing:.18em!important;
  opacity:.78;
}
@media(max-width:620px){
  .auth-brand-panel{padding-top:22px!important;padding-bottom:24px!important}
  .auth-official-logo{
    width:112px!important;
    max-width:30vw!important;
    margin:0 0 4px!important;
    opacity:.9;
    filter:drop-shadow(0 5px 12px rgba(143,65,255,.09))!important;
  }
  .auth-brand-panel>.eyebrow{font-size:8px!important;letter-spacing:.16em!important}
}
