.brand-logo-frame {
  width: 58px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 4px 6px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .12);
}
.brand-logo-frame-lg {
  width: 76px;
  height: 58px;
  border-radius: 15px;
}
.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.auth-brand { margin-bottom: 18px; }
.auth-page .auth-shell { min-height: calc(100vh - 66px); }
.site-footer {
  width: 100%;
  border-top: 1px solid #e5eaf1;
  background: rgba(255,255,255,.82);
  color: #667085;
}
.site-footer-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
.site-footer a {
  color: #1769e0;
  font-weight: 800;
  transition: .18s ease;
}
.site-footer a:hover { color: #0f56be; }
.store-logo-amnko {
  padding: 7px;
  background: rgba(15, 23, 42, .32);
}
.store-logo-amnko img { object-fit: contain; }
.storefront .site-footer { padding-bottom: 86px; }
@media (max-width: 700px) {
  .brand-logo-frame { width: 52px; height: 42px; }
  .brand-logo-frame-lg { width: 70px; height: 54px; }
  .site-footer-inner { min-height: 58px; }
}
