/* Trassami brand kit integration. Keep the source artwork in assets/brand. */
.brand {
  min-width: 148px;
  height: 42px;
  gap: 0;
}

.brand-logo {
  display: block;
  width: 148px;
  height: auto;
  max-height: 42px;
}

.auth-card::before {
  content: "";
  display: block;
  width: 168px;
  height: 45px;
  margin: 0 0 18px;
  background: url("assets/brand/trassami-logo-white.svg") left center / contain no-repeat;
}

.footer > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer > span:first-child::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("assets/brand/trassami-mark.svg") center / contain no-repeat;
}

@media (max-width: 700px) {
  .brand {
    min-width: 124px;
    height: 36px;
  }

  .brand-logo {
    width: 124px;
    max-height: 36px;
  }

  .auth-card::before {
    width: 148px;
    height: 40px;
  }
}
