/* BAK brand + simplified location list patch */
.brand-mark[data-bak-branded]{width:auto;height:auto;border-radius:0;background:transparent;box-shadow:none;margin:0 auto 14px;display:flex;justify-content:center}
.bak-logo{display:block;object-fit:contain}
.bak-logo-full{width:min(300px,78vw);height:auto;max-height:150px}
.login-card .bak-logo-full{width:min(270px,72vw);max-height:138px}
.loader-box[data-bak-branded]{position:absolute;inset:8px;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(31,41,55,.12);display:flex;align-items:center;justify-content:center;padding:15px}
.loader-box .bak-logo-full{width:100%;max-height:100%;object-fit:contain}
.loader-orb:has(.bak-logo-full){width:min(320px,82vw);height:174px}
.loader-orb:has(.bak-logo-full) .loader-line{left:18px;right:18px}
.header-copy{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:9px;min-width:0}
.header-copy .bak-logo-compact{grid-column:1;width:68px;height:28px;object-fit:cover;object-position:center 14%;border-radius:0}
.header-copy h1{grid-column:2;margin:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.scan-tags{margin-top:7px}
.scan-tags .scan-price{display:inline-block;background:transparent!important;padding:0!important;border-radius:0!important;color:#4b5563!important;font-size:13px!important;font-weight:700}
@media(max-width:420px){
  .header-copy .bak-logo-compact{width:58px;height:24px}
  .header-copy h1{font-size:24px}
  .bak-logo-full{width:min(260px,76vw)}
}
