/*
  Lionare 2026. All rights reserved.
  Logo, brand, agents, mascots and other visual elements.
*/
/* Single welcome agent (admin, partner, person login roles) */

.lm-login-page--welcome-agent .lm-login-mural {
  padding: 0;
}

.lm-login-page--welcome-agent .lm-login-mural-main {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
}

.lm-login-page--welcome-agent .lm-login-mural-main h2,
.lm-login-page--welcome-agent .lm-login-mural-kicker {
  display: none !important;
}

.lm-login-page--welcome-agent .lm-login-mural-mark {
  z-index: 4;
}

.lm-login-welcome-agent {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.lm-login-welcome-agent[hidden] {
  display: none !important;
}

.lm-login-welcome-agent-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-width: none;
  gap: 0;
}

.lm-login-welcome-agent-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0a0202;
}

.lm-login-welcome-agent-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(12, 2, 2, 0.94) 0%,
    rgba(32, 8, 8, 0.52) 26%,
    rgba(18, 4, 4, 0.12) 52%,
    transparent 68%
  );
  pointer-events: none;
}

.lm-login-welcome-agent-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(22, 5, 5, 0.72) 0, rgba(18, 4, 4, 0.28) 36px, transparent 72px),
    linear-gradient(to right, rgba(24, 6, 6, 0.78) 0, rgba(20, 5, 5, 0.34) 40px, transparent 80px),
    linear-gradient(to left, rgba(24, 6, 6, 0.78) 0, rgba(20, 5, 5, 0.34) 40px, transparent 80px),
    radial-gradient(ellipse 115% 90% at 50% 42%, transparent 48%, rgba(14, 3, 3, 0.22) 100%);
}

.lm-login-welcome-agent-photo img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.08);
  transform-origin: center center;
}

.lm-login-welcome-agent-photo-fallback {
  display: none;
  place-items: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: clamp(4rem, 14vw, 7rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle at center, rgba(8, 122, 45, 0.28), rgba(0, 0, 0, 0.92));
}

.lm-login-welcome-agent-caption {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 clamp(16px, 2.5vw, 32px) clamp(28px, 5vh, 52px);
}

.lm-login-welcome-label {
  margin: 0;
  font-family: Cinzel, Georgia, 'Times New Roman', serif;
  font-size: clamp(4.75rem, 14.3vmin, 7.75rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-align: center;
  color: #6a5031b5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}
