/* STORE2 JD Submit v4k head-repair: neutral media/download theme */
.hero-card h1 {
  text-shadow: 0 0 34px rgba(66,245,182,.18);
}
.visual {
  background:
    linear-gradient(180deg, rgba(3,8,20,.04), rgba(3,8,20,.86)),
    radial-gradient(circle at 18% 10%, rgba(66,245,182,.13), transparent 34%),
    url('/jd-submit/static/img/media-hero.jpg') center/cover no-repeat !important;
}
.visual-content {
  border-color: rgba(66,245,182,.22) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.42), 0 0 38px rgba(66,245,182,.08);
}
.media.series {
  background:
    linear-gradient(180deg, transparent 18%, rgba(0,0,0,.78)),
    url('/jd-submit/static/img/series-tv.jpg') center/cover no-repeat !important;
}
.media.books {
  background:
    linear-gradient(180deg, transparent 18%, rgba(0,0,0,.78)),
    url('/jd-submit/static/img/books-neutral.jpg') center/cover no-repeat !important;
}
.media.requests {
  background:
    linear-gradient(180deg, transparent 18%, rgba(0,0,0,.78)),
    url('/jd-submit/static/img/requests-neutral.svg') center/cover no-repeat !important;
}
.media-grid .media {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.media-grid .media:hover {
  transform: translateY(-4px);
  border-color: rgba(66,245,182,.40);
  box-shadow: 0 18px 44px rgba(0,0,0,.32), 0 0 24px rgba(66,245,182,.10);
}
.notice {
  background:
    radial-gradient(circle at 12% 0%, rgba(66,245,182,.09), transparent 38%),
    rgba(18,30,52,.90) !important;
}
.rotor {
  font-size: 3.25rem;
}
button, .btn {
  background: linear-gradient(135deg,#42f5b6,#38bdf8) !important;
}
