/* [project]/src/app/styles/HeroSection.module.css [app-client] (css) */
.HeroSection-module__bzo3rq__hero {
  color: #fff;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.HeroSection-module__bzo3rq__background {
  object-fit: cover;
  filter: brightness(60%);
  transition: opacity 1s ease-in-out;
}

.HeroSection-module__bzo3rq__overlay {
  max-width: 500px;
  position: absolute;
  bottom: 4rem;
  left: 3rem;
}

.HeroSection-module__bzo3rq__title {
  color: #ff1e1e;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 800;
}

.HeroSection-module__bzo3rq__description {
  color: #f2f2f2;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.HeroSection-module__bzo3rq__button {
  color: #fff;
  cursor: pointer;
  background: #ff1e1e;
  border: none;
  border-radius: 6px;
  padding: .6rem 1.4rem;
  font-size: 1rem;
  transition: background .2s;
}

.HeroSection-module__bzo3rq__button:hover {
  background: #e50d0d;
}

/* [project]/src/app/styles/ComicCard.module.css [app-client] (css) */
.ComicCard-module__-bKdjG__card {
  cursor: pointer;
  flex-shrink: 0;
  width: 160px;
  transition: transform .2s;
  position: relative;
}

.ComicCard-module__-bKdjG__card:hover {
  transform: scale(1.07);
}

.ComicCard-module__-bKdjG__image {
  border: 2px solid #ff1e1e;
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px rgba(255, 30, 30, .4);
}

.ComicCard-module__-bKdjG__caption {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: .85rem;
  position: absolute;
  bottom: 6px;
  left: 6px;
}

/* [project]/src/app/styles/GenreRow.module.css [app-client] (css) */
.GenreRow-module__4_ox6G__row {
  margin-bottom: 3rem;
  padding-left: 2rem;
}

.GenreRow-module__4_ox6G__title {
  color: #ff3b3b;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.GenreRow-module__4_ox6G__list {
  scrollbar-width: none;
  gap: 1rem;
  padding-bottom: .5rem;
  display: flex;
  overflow-x: auto;
}

.GenreRow-module__4_ox6G__list::-webkit-scrollbar {
  display: none;
}

/*# sourceMappingURL=src_app_styles_edeee978._.css.map*/