.welcome-container {
  min-height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  box-sizing: border-box;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(3, 46, 60, 0.94), rgba(0, 113, 144, 0.76)), url("/assets/img/wallpaper.jpg");
  background-size: cover;
  background-position: center;
}

.welcome-container::before {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  pointer-events: none;
}

.welcome-container::after {
  content: "";
  position: absolute;
  right: -6rem;
  bottom: -7rem;
  width: 22rem;
  height: 22rem;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(164, 0, 91, 0.42), rgba(255, 255, 255, 0.06), transparent), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 14px);
  opacity: 0.85;
}

.admin-hero-content,
.admin-hero-metrics {
  position: relative;
  z-index: 1;
}

.admin-hero-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #d7f6ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-hero-content h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.admin-hero-content h1::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 0.36rem;
  margin-top: 1.25rem;
  background: #a4005b;
}

.admin-hero-content p {
  max-width: 560px;
  margin: 1.35rem 0 0;
  color: #d6f2f7;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.75;
}

.admin-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 760px;
}

.admin-hero-metrics div {
  min-height: 7rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.admin-hero-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-hero-metrics strong {
  display: block;
  margin-top: 0.75rem;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.admin-hero-kicker {
  display: none;
}

@media (max-width: 900px) {
  .welcome-container {
    display: none;
  }
}

/*# sourceMappingURL=login_sidebar.css.map */
