/* Vetra 0.3.0l — brand and clear login identity. Additive only. */
.mobile-header-account{display:none}
.brand-icon{object-fit:cover;background:#061426}
.brand-hero-lockup{width:min(680px,100%)}
.brand-hero-lockup img{width:100%;aspect-ratio:1.65/1;object-fit:cover;object-position:center;border-radius:20px}
.brand-footer-note img{object-fit:cover;background:#061426}
#accountButton{white-space:nowrap}
#accountButton .account-button-label{font-weight:850}
@media(max-width:650px){
  .topbar{grid-template-columns:minmax(0,1fr) auto!important}
  .mobile-header-account{display:inline-flex;align-items:center;justify-content:center;min-width:0;max-width:150px;min-height:42px;padding:.35rem .55rem;border:1px solid var(--line);border-radius:12px;background:var(--panel-2);color:var(--text);font-weight:800}
  .mobile-header-account .account-button-identity{min-width:0;max-width:100%}
  .mobile-header-account .account-button-label{max-width:92px;font-size:.76rem}
  .mobile-header-account .account-button-avatar{width:27px;height:27px;flex:0 0 27px}
  .search-panel{grid-column:1/-1!important}
  .brand-copy small{display:none}
  .brand-hero-lockup{width:100%;margin-bottom:.8rem}
  .brand-hero-lockup img{border-radius:14px}
}
