html.hero-lcp-pending body {
  margin: 0;
  background: #1f1f1f;
}

#hero-lcp-shell {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(to bottom right, #1f1f1f, #2d2d2d, #1a1a1a);
}

#hero-lcp-shell.hero-lcp-shell--mounted {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: none;
}

#hero-lcp-shell.hero-lcp-shell--mounted .hero-lcp-overlay {
  display: none;
}

#hero-lcp-shell picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#hero-lcp-shell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

#hero-lcp-shell .hero-lcp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(26, 26, 26, 0.9),
    rgba(26, 26, 26, 0.65),
    rgba(26, 26, 26, 0.3)
  );
}

html.hero-lcp-pending #root {
  position: relative;
  z-index: 1;
}
