.discover-feed-list_shimmer__eSsIN {
  animation: discover-feed-list_shimmer__eSsIN 1.5s ease-in-out infinite;
  background: linear-gradient(90deg, #2a2a2a 0%, #3a3a3a 50%, #2a2a2a 100%);
  background-size: 200% 100%;
}

@keyframes discover-feed-list_shimmer__eSsIN {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.discover-hero_heroContainer__p5xWp {
  position: relative;
  width: 100%;
  height: 36vh;
  min-height: 240px;
  overflow: visible;
  margin-bottom: -2rem;
}

.discover-hero_heroImage__LsQGY {
  object-fit: cover;
  object-position: center 30%;
}

.discover-hero_darkOverlay__BqIxj {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
}

.discover-hero_contentContainer__zGmqK {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 10;
  padding: 0 1.5rem;
  gap: 0.75rem;
}

.discover-hero_textStack__tb1vR {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.discover-hero_headline__UG9ke {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  line-height: 1;
}

.discover-hero_headlineAccent__MvY12 {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.discover-hero_headlineMain__7fc69 {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2rem, 8vw, 2.25rem);
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  white-space: nowrap;
  text-shadow:
    0 4px 20px rgba(0, 0, 0, 0.9),
    0 2px 0 rgba(0, 0, 0, 0.3);
}

.discover-hero_rotatingTextWrap__YNerv {
  position: relative;
  min-height: 1.6em;
}

.discover-hero_description__F4Xxe {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  margin: 0;
  max-width: 400px;
  white-space: nowrap;
}

.discover-hero_gradientOverlay___o9Bb {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: calc(40% + 2rem);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
}

.tab-button_tabButton__v07kE {
  flex-shrink: 0;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 14px;
  transition: all 150ms ease;
  font-family: var(--font-poppins);
  border-width: 2px;
  border-style: solid;
  border-color: white;
}

.tab-button_selected__IdOuy {
  background-color: white;
  box-shadow: 2px 2px 0px 0px #333;
  font-weight: 600;
  color: #000000;
}

.tab-button_unselected__Gy3i3 {
  background-color: black;
  font-weight: 400;
  color: #ffffff;
}

.tab-button_unselected__Gy3i3:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-client_scrollbarHide__6LFFp::-webkit-scrollbar {
  display: none;
}

.page-client_scrollbarHide__6LFFp {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-client_signInButton__xCV_k {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}


/*# sourceMappingURL=3052c36fdf7d227c.css.map*/