/* Unique Bengel Cars welcome moment. */
.v2-shell .welcome-overlay {
  align-items: center !important;
  background:
    linear-gradient(180deg, rgba(3, 5, 9, 0.88), rgba(7, 10, 16, 0.94)),
    url("/red-car-background.jpg") center / cover no-repeat !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  display: flex !important;
  inset: 0 !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 24px !important;
  position: fixed !important;
  z-index: 9999 !important;
}

.v2-shell .welcome-overlay::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 34, 58, 0.18), transparent 29%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 90px) !important;
  content: "" !important;
  inset: 0 !important;
  opacity: 0.85 !important;
  pointer-events: none !important;
  position: absolute !important;
}

.v2-shell .welcome-overlay[hidden] {
  display: none !important;
}

.v2-shell .welcome-overlay-card {
  background:
    linear-gradient(180deg, rgba(18, 22, 30, 0.88), rgba(7, 10, 16, 0.94)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 22px !important;
  box-shadow:
    0 46px 120px rgba(0, 0, 0, 0.66),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  display: grid !important;
  gap: 10px !important;
  justify-items: center !important;
  max-width: min(620px, 92vw) !important;
  min-width: min(500px, 92vw) !important;
  overflow: hidden !important;
  padding: 24px 34px 28px !important;
  position: relative !important;
  text-align: center !important;
  transform: translateY(0) scale(1) !important;
  opacity: 1 !important;
}

.v2-shell .welcome-overlay.is-visible .welcome-overlay-card {
  animation: welcomeUniqueIn 0.48s cubic-bezier(0.2, 0.85, 0.2, 1) both !important;
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.v2-shell .welcome-overlay-scan {
  animation: welcomeScan 2.6s ease 0.2s both !important;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.16), transparent 46%) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transform: translateX(-120%) !important;
}

.v2-shell .welcome-overlay-topline {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  justify-content: space-between !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-brand,
.v2-shell .welcome-overlay-status {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: 1.2px !important;
  line-height: 1 !important;
  padding: 9px 11px !important;
  text-transform: uppercase !important;
}

.v2-shell .welcome-overlay-brand {
  background: rgba(226, 34, 58, 0.16) !important;
  color: #ff6f80 !important;
}

.v2-shell .welcome-overlay-status {
  background: rgba(255, 255, 255, 0.055) !important;
  color: #dfe5ef !important;
}

.v2-shell .welcome-overlay-stage {
  display: grid !important;
  height: 132px !important;
  margin: 8px 0 3px !important;
  place-items: center !important;
  position: relative !important;
  width: 132px !important;
}

.v2-shell .welcome-overlay-ring {
  animation: welcomeRingSpin 5s linear infinite !important;
  background:
    conic-gradient(from 24deg, transparent 0 18%, rgba(226, 34, 58, 0.95) 18% 25%, transparent 25% 47%, rgba(255, 255, 255, 0.5) 47% 51%, transparent 51% 100%) !important;
  border-radius: 999px !important;
  inset: 0 !important;
  opacity: 0.95 !important;
  position: absolute !important;
}

.v2-shell .welcome-overlay-ring::after {
  background: rgba(9, 12, 18, 0.94) !important;
  border-radius: inherit !important;
  content: "" !important;
  inset: 7px !important;
  position: absolute !important;
}

.v2-shell .welcome-overlay-avatar {
  align-items: center !important;
  background: linear-gradient(135deg, #e2223a, #7b111f) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 999px !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.46) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 34px !important;
  font-weight: 950 !important;
  height: 96px !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  width: 96px !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-avatar img {
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.v2-shell .welcome-overlay-avatar.has-image {
  background: rgba(255, 255, 255, 0.08) !important;
  color: transparent !important;
}

.v2-shell .welcome-overlay-card p {
  color: #aeb7c6 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-card h2 {
  color: #ffffff !important;
  font-size: clamp(42px, 5.5vw, 76px) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  position: relative !important;
  text-shadow: 0 24px 54px rgba(0, 0, 0, 0.48) !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-subtitle {
  color: #8f9aaa !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin: 2px 0 8px !important;
  position: relative !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  margin: 0 0 8px !important;
  position: relative !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-meta span {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.095) !important;
  border-radius: 999px !important;
  color: #d8dee8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  padding: 7px 10px !important;
}

.v2-shell .welcome-overlay-progress {
  background: rgba(255, 255, 255, 0.09) !important;
  border-radius: 999px !important;
  display: block !important;
  height: 4px !important;
  overflow: hidden !important;
  position: relative !important;
  width: min(340px, 72vw) !important;
  z-index: 1 !important;
}

.v2-shell .welcome-overlay-progress::before {
  animation: welcomeOverlayProgress 5s linear forwards !important;
  background: linear-gradient(90deg, #ffffff, #e2223a, #ff7f90) !important;
  box-shadow: 0 0 24px rgba(226, 34, 58, 0.52) !important;
  border-radius: inherit !important;
  content: "" !important;
  display: block !important;
  height: 100% !important;
  transform-origin: left center !important;
  width: 100% !important;
}

@keyframes welcomeUniqueIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes welcomeScan {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

@keyframes welcomeRingSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 560px) {
  .v2-shell .welcome-overlay-card {
    min-width: 0 !important;
    padding: 20px 20px 24px !important;
  }

  .v2-shell .welcome-overlay-topline {
    align-items: center !important;
    flex-direction: column !important;
  }

  .v2-shell .welcome-overlay-stage {
    height: 112px !important;
    width: 112px !important;
  }

  .v2-shell .welcome-overlay-avatar {
    height: 82px !important;
    width: 82px !important;
  }

  .v2-shell .welcome-overlay-card h2 {
    font-size: clamp(34px, 13vw, 52px) !important;
  }
}
