/* My Tap Page — exact original logo geometry */
.brand-mark{
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  padding:6px!important;
  border-radius:13px!important;
  border:1px solid rgba(240,201,92,.55)!important;
  background:#073c35!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.brand-mark img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}

.profile-avatar{
  width:66px!important;
  height:66px!important;
  border-radius:20px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f0c95c url('/brand/brand-symbol-dark.svg') center/72% auto no-repeat!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
}
.profile-avatar img{display:none!important}

.metal-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px 34px 42px!important;
}
.card-logo-wrap{
  position:absolute!important;
  inset:28px 42px 46px 42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:2!important;
}
.card-logo-wrap img{
  display:block!important;
  width:76%!important;
  height:auto!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.06));
}
.card-nfc-note{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:18px!important;
  text-align:center!important;
  color:#fff4d6!important;
  font-size:7.5px!important;
  letter-spacing:2.1px!important;
  z-index:3!important;
}

.footer-brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
}
.footer-brand .brand-mark{
  width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
  padding:6px!important;
}
.footer-brand .brand-copy strong{color:#fffaf0!important}
.footer-brand .brand-copy small{color:#d9cda9!important}

@media (max-width:640px){
  .brand-mark{width:42px!important;height:42px!important;flex-basis:42px!important;padding:5px!important}
  .profile-avatar{width:62px!important;height:62px!important;background-size:70% auto!important}
  .card-logo-wrap{inset:24px 30px 38px 30px!important}
  .card-logo-wrap img{width:78%!important}
  .card-nfc-note{bottom:14px!important;font-size:7px!important;letter-spacing:1.5px!important}
}
