#mobile-explore-hub {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  overflow: hidden;
  overscroll-behavior: contain;
  background: #ffffff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
}

#mobile-explore-hub,
#mobile-explore-hub * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif !important;
}

#mobile-explore-hub button,
#mobile-explore-hub input {
  appearance: none;
  -webkit-appearance: none;
}

html:has(body.mobile-explore-open),
body.mobile-explore-open {
  overflow: hidden !important;
}

body.mobile-explore-open #mobile-app-header,
body.mobile-explore-open .mobile-app-header,
body.mobile-explore-open #bottom-nav,
body.mobile-explore-open .bottom-navigation {
  display: none !important;
}

#mobile-explore-hub.is-active {
  display: block;
}

.mobile-explore-hub__content {
  position: relative;
  min-height: 100dvh;
  background: #ffffff;
  padding: calc(74px + env(safe-area-inset-top, 0px)) calc(24px + env(safe-area-inset-right, 0px)) calc(116px + env(safe-area-inset-bottom, 0px)) calc(104px + env(safe-area-inset-left, 0px));
}

.mobile-explore-hub__close {
  position: fixed;
  right: calc(18px + env(safe-area-inset-right, 0px));
  bottom: calc(23px + env(safe-area-inset-bottom, 0px));
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.045);
  color: #111111;
  box-shadow: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-explore-hub__close i {
  font-size: 20px;
  line-height: 1;
}

.mobile-explore-hub__rail {
  position: fixed;
  left: calc(18px + env(safe-area-inset-left, 0px));
  top: 50%;
  z-index: 2;
  display: flex;
  width: 58px;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mobile-explore-hub__rail-btn {
  position: relative;
  width: 58px;
  min-height: 48px;
  border: 0 !important;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(17, 17, 17, 0.42);
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-explore-hub__rail-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  width: 3px;
  border-radius: 999px;
  background: transparent;
}

.mobile-explore-hub__rail-btn i {
  font-size: 18px;
  line-height: 1;
}

.mobile-explore-hub__rail-btn span {
  max-width: 54px;
  color: inherit;
  font-size: 10px !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
  text-transform: none !important;
}

.mobile-explore-hub__rail-btn.is-active {
  background: transparent;
  color: #111111;
}

.mobile-explore-hub__rail-btn.is-active::before {
  background: #111111;
}

.mobile-explore-hub__media {
  height: calc(100dvh - 190px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 18px;
  scrollbar-width: none;
}

.mobile-explore-hub__media::-webkit-scrollbar {
  display: none;
}

.mobile-explore-hub__status {
  padding-top: 8px;
  color: rgba(17, 17, 17, 0.44);
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.mobile-explore-hub__media-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
}

.mobile-explore-hub__media-thumb {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.045);
  color: rgba(17, 17, 17, 0.35);
}

.mobile-explore-hub__media-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mobile-explore-hub__media-thumb i {
  font-size: 20px;
}

.mobile-explore-hub__media-copy {
  min-width: 0;
}

.mobile-explore-hub__media-copy h2 {
  margin: 0;
  overflow: hidden;
  color: #111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px !important;
  font-weight: 780 !important;
  line-height: 1.08 !important;
  letter-spacing: 0;
}

.mobile-explore-hub__media-copy p {
  margin: 7px 0 0;
  overflow: hidden;
  color: rgba(17, 17, 17, 0.52);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
}

.mobile-explore-hub__media-copy span {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: rgba(17, 17, 17, 0.36);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-explore-hub__search {
  position: fixed;
  left: calc(18px + env(safe-area-inset-left, 0px));
  right: calc(76px + env(safe-area-inset-right, 0px));
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 2;
  min-height: 56px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.10);
}

.mobile-explore-hub__search i {
  flex: 0 0 auto;
  color: #111111;
  font-size: 17px;
}

.mobile-explore-hub__search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111111;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
  text-transform: none !important;
}

.mobile-explore-hub__search input::placeholder {
  color: rgba(17, 17, 17, 0.42);
}
