/* 5180 home banner first-paint guard.
   Created 2026-05-31 13:33 CST.
   Replaces the old dark #031332 fallback from index-BG6G8QhJ-stableview.css for banner first paint.
   The runtime progressive-v1 stage1/stage2/stage3/original image chain remains unchanged. */

.user-home .home-banner-carousel,
.user-home .home-banner-carousel .el-carousel__container {
  background-color: #eef6ff !important;
  background-image: url("/banner-assets/progressive-v1/home-banner-1-stage1.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.user-home .home-banner-carousel .el-carousel__item,
.user-home .home-banner-carousel .home-banner {
  background-color: #eef6ff !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.user-home .home-banner-carousel .el-carousel__item:nth-child(1),
.user-home .home-banner-carousel .el-carousel__item:nth-child(1) .home-banner {
  background-image: url("/banner-assets/progressive-v1/home-banner-1-stage1.jpg") !important;
}

.user-home .home-banner-carousel .el-carousel__item:nth-child(2),
.user-home .home-banner-carousel .el-carousel__item:nth-child(2) .home-banner {
  background-image: url("/banner-assets/progressive-v1/home-banner-2-stage1.jpg") !important;
}

.user-home .home-banner-carousel .el-carousel__item:nth-child(3),
.user-home .home-banner-carousel .el-carousel__item:nth-child(3) .home-banner {
  background-image: url("/banner-assets/progressive-v1/home-banner-3-stage1.jpg") !important;
}
