/* AGX - Apex login identity v1.1 · full transparent lockup */
.auth-card {
  width: min(500px, 100%);
}

.auth-brand.agx-auth-brand {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 238px;
  margin: -22px -8px 0;
  padding: 0 0 10px;
  overflow: visible;
  border-bottom: 1px solid var(--line);
}

.auth-brand.agx-auth-brand::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 48%;
  width: 78%;
  height: 48%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(255, 96, 35, .17), transparent 72%);
  filter: blur(24px);
  pointer-events: none;
}

.agx-auth-lockup {
  position: relative;
  z-index: 1;
  display: block;
  width: min(430px, 108%);
  max-width: none;
  height: auto;
  margin: -34px auto -28px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  filter:
    drop-shadow(0 0 8px rgba(255, 194, 132, .13))
    drop-shadow(0 0 30px rgba(255, 79, 31, .19));
}

@media (max-width: 540px) {
  .auth-brand.agx-auth-brand {
    min-height: 190px;
    margin-top: -18px;
  }
  .agx-auth-lockup {
    width: min(350px, 112%);
    margin-top: -25px;
    margin-bottom: -20px;
  }
}
