/* Cookie Settings modal — Figma 2713:96897
 * 内容区 padding 40、纵向 gap 24；分割线宽 648（左右各缩进 40），不顶满弹窗。
 * Cookie Settings 介绍与 Necessary Cookies 之间无横线。
 */

.CookiesManageModal_panel__37w_G {
  width: 100%;
  max-width: 728px;
  padding: 0;
  overflow: hidden;
  border: none;
  /* Figma 2713:96897 cornerRadius 16；覆盖 Dialog 默认 rounded-sm / 主题 2xl=5px */
  border-radius: 16px !important;
  background: #fff;
  color: #3a3a3a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  /* 正文默认 Inter；标题单独用 Encode Sans Expanded */
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
}

.CookiesManageModal_content__l598p {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 26px 40px 34px;
  box-sizing: border-box;
}

.CookiesManageModal_topBar__Ru6k4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 29px;
}

.CookiesManageModal_logo__b_Tqv {
  color: #3a3a3a;
}

.CookiesManageModal_close__587o_ {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 29px;
  margin: 0 -6px 0 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #3a3a3a;
  cursor: pointer;
}

.CookiesManageModal_close__587o_:hover {
  background: rgba(0, 0, 0, 0.04);
}

.CookiesManageModal_close__587o_:focus-visible {
  outline: 2px solid #ff631b;
  outline-offset: 2px;
}

.CookiesManageModal_divider__5tYwG {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #e5e5e5;
}

.CookiesManageModal_intro___sw8s {
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* Figma Frame 835416：介绍区底部 pad 40，再加内容区 gap 24 到 Necessary */
  padding-bottom: 40px;
}

.CookiesManageModal_title__vTyuy {
  margin: 0;
  font-family: var(--font-encode-expanded), "Encode Sans Expanded", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #3a3a3a !important;
}

.CookiesManageModal_description__XgtSk {
  margin: 0;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  /* Figma 文字行高 Auto → 13.3125px */
  line-height: 13.3125px;
  color: rgba(0, 0, 0, 0.5);
}

.CookiesManageModal_learnMore__ufUuZ {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: color 0.15s ease;
}

.CookiesManageModal_learnMore__ufUuZ:hover {
  color: #3a3a3a;
}

.CookiesManageModal_section__SDvFO {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.CookiesManageModal_sectionHead__F1Joi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.CookiesManageModal_sectionCopy__mREmb {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.CookiesManageModal_sectionTitle__awaYy {
  margin: 0;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  /* Figma 文字行高 Auto → ~16.94px */
  line-height: 16.94px;
  color: #3a3a3a;
}

.CookiesManageModal_sectionDesc__VBEQH {
  margin: 0;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13.3125px;
  color: rgba(0, 0, 0, 0.5);
}

.CookiesManageModal_alwaysActive__Zxp3V {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #ff631b;
  border-radius: 16px;
  background: #fff;
  color: #3a3a3a;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.CookiesManageModal_switch__gkYwS {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 20px;
  margin-top: 2px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background: #d1d5db;
  cursor: pointer;
  transition: background-color 0.18s ease;
}

.CookiesManageModal_switchOn__y6X4W {
  background: #ff631b;
}

.CookiesManageModal_switch__gkYwS:focus-visible {
  outline: 2px solid #ff631b;
  outline-offset: 2px;
}

.CookiesManageModal_switchThumb__njHPq {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transition: transform 0.18s ease;
}

.CookiesManageModal_switchOn__y6X4W .CookiesManageModal_switchThumb__njHPq {
  transform: translateX(16px);
}

.CookiesManageModal_footer__F_C7P {
  display: flex;
  justify-content: center;
}

.CookiesManageModal_save__FZz_c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  max-width: 100%;
  height: 32px;
  padding: 0 16px;
  border: none;
  border-radius: 16px;
  background: #ff631b;
  color: #fff;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.CookiesManageModal_save__FZz_c:hover {
  background: #f05712;
}

.CookiesManageModal_save__FZz_c:focus-visible {
  outline: 2px solid #ff631b;
  outline-offset: 2px;
}

@media (max-width: 639.98px) {
  /* 与 PC 同结构：只适配宽度/高度，不改按钮与分区排版 */
  .CookiesManageModal_panel__37w_G {
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
  }

  .CookiesManageModal_content__l598p {
    padding: 20px 20px 28px;
  }
}

/* Cookie banner — Figma 2592:138670（PC 未登录右下角浮层） */

.CookieBanner_banner__L1AMQ {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 170;
  box-sizing: border-box;
  width: min(455px, calc(100vw - 32px));
  padding: 16px;
  border: none;
  border-radius: 16px;
  /* 浅色毛玻璃：避免纯黑 4% + 强模糊显得发灰发深 */
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  color: #3a3a3a;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
}

.CookieBanner_header__dlC_d {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.CookieBanner_title__u7ILZ {
  margin: 0;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  /* Figma 文字行高 Auto → ~16.94px */
  line-height: 16.94px;
  color: #3a3a3a;
}

.CookieBanner_body__0_eCZ {
  margin: 10px 0 0;
  padding: 0 14px 0 1px;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  /* Figma 文字行高 Auto → 13.3125px */
  line-height: 13.3125px;
  color: rgba(0, 0, 0, 0.5);
}

.CookieBanner_body__0_eCZ p {
  margin: 0;
}

.CookieBanner_body__0_eCZ p + p {
  margin-top: 0.35em;
}

.CookieBanner_link__UIzdV {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: color 0.15s ease;
}

.CookieBanner_link__UIzdV:hover {
  color: #3a3a3a;
}

.CookieBanner_actions__ZCV63 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}

.CookieBanner_btn__LnOnU {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border: none;
  border-radius: 16px;
  font-family: Inter, var(--font-sans), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.CookieBanner_btn__LnOnU:focus-visible {
  outline: 2px solid #ff631b;
  outline-offset: 2px;
}

.CookieBanner_btnManage__9KWox {
  background: #fff;
  color: #3a3a3a;
}

.CookieBanner_btnManage__9KWox:hover {
  background: #f3f4f6;
}

.CookieBanner_btnAccept__3qczH {
  background: #ff631b;
  color: #fff;
}

.CookieBanner_btnAccept__3qczH:hover {
  background: #f05712;
}

@media (max-width: 639.98px) {
  /* 与 PC 同 UI：仅收窄边距与安全区，按钮仍左右排布 */
  .CookieBanner_banner__L1AMQ {
    right: 12px;
    left: 12px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    width: auto;
  }
}

.discount-popup_overlay__6jxlo{background:rgba(0,0,0,.7) !important;backdrop-filter:blur(10px)}.discount-popup_content__iHchB{display:block !important;gap:0 !important;width:var(--discount-popup-width) !important;max-width:calc(100vw - 32px) !important;padding:0 !important;overflow:hidden;color:#fff;background:#f47b4e !important;border:var(--discount-popup-border) solid hsla(0,0%,100%,.5) !important;border-radius:var(--discount-popup-radius) !important;box-shadow:none !important;container-type:inline-size;aspect-ratio:461.404/620.022}.discount-popup_desktop__bOs5V{--discount-popup-border: 0.672px;--discount-popup-radius: 33.606px;--discount-popup-width: 461.404px}.discount-popup_mobile__jDBMn{--discount-popup-border: 0.467px;--discount-popup-radius: 23.343px;--discount-popup-width: 320.503px}.discount-popup_background__pnjw3{position:absolute;inset:0;overflow:hidden;background:#f47b4e;pointer-events:none}.discount-popup_background__pnjw3 img{object-fit:cover}.discount-popup_logo__9Ggnx{position:absolute;top:4.56%;left:50.78%;width:16.79%;height:3.58%;transform:translateX(-50%)}.discount-popup_topRightText__UeW2o,.discount-popup_middleText___WVSK,.discount-popup_bottomLeftText__qH9GC,.discount-popup_discountText__y84_f,.discount-popup_discountSuffixText__6WGQp{position:absolute;z-index:1;margin:0;color:#fff}.discount-popup_topRightText__UeW2o{top:9.21%;right:6.97%;width:34%;font-weight:500;font-size:2.913cqw;font-family:Inter,var(--font-sans),sans-serif;line-height:1.2;letter-spacing:-0.1165cqw;white-space:pre-line;text-align:right}.discount-popup_discountText__y84_f,.discount-popup_discountSuffixText__6WGQp{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:49.02cqw;font-family:"Career point",serif;line-height:1;letter-spacing:-1.47cqw;white-space:nowrap;text-shadow:0 0 3.642cqw #fff;transform:skewX(-10deg) scaleY(0.98)}.discount-popup_discountText__y84_f{top:11.92%;left:2.4%;width:95.04%;height:35.92%}.discount-popup_discountSuffixText__6WGQp{top:46.77%;left:27.17%;width:70.27%;height:35.92%;text-transform:lowercase}.discount-popup_longSuffix__RZO9i{font-size:12.7cqw;letter-spacing:-0.381cqw;white-space:nowrap}.discount-popup_middleText___WVSK{top:49.92%;left:4.37%;width:55%;font-weight:500;font-size:3.642cqw;font-family:Inter,var(--font-sans),sans-serif;line-height:1.2;letter-spacing:-0.1457cqw;white-space:pre-line;text-shadow:0 0 .291cqw #ffbd9a}.discount-popup_accentLine__AML5U{position:absolute;top:52.9%;left:4.37%;z-index:1;width:32.74%;height:1px}.discount-popup_bottomLeftText__qH9GC{top:74.85%;left:5.3%;width:31%;font-weight:500;font-size:2.913cqw;font-family:Inter,var(--font-sans),sans-serif;line-height:1.2;letter-spacing:-0.1165cqw;white-space:pre-line;text-shadow:0 0 .291cqw #ffbd9a}.discount-popup_claimButton__XZcID{position:absolute;bottom:4.88%;left:50.77%;z-index:2;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;padding:4.01cqw 5.61cqw;color:#000;font-weight:800;font-size:3.365cqw;font-family:var(--font-encode-expanded),"Encode Sans Expanded",sans-serif;line-height:normal;white-space:nowrap;text-transform:uppercase;background:#fff;border:0;border-radius:999px;transform:translateX(-50%);cursor:pointer}
.top-discount-banner_banner__6QnYL{position:fixed;top:0;right:0;left:0;z-index:70;height:40px;overflow:hidden;color:#fff;font-family:Inter,var(--font-sans),sans-serif}.top-discount-banner_background__mieZA{z-index:-1;object-fit:cover}.top-discount-banner_content__Usw_f{position:absolute;top:50%;left:50%;display:flex;align-items:center;max-width:calc(100% - 120px);transform:translate(-50%, -50%)}.top-discount-banner_withCountdown__g_8xv .top-discount-banner_content__Usw_f{gap:var(--top-banner-pc-gap, clamp(10px, 5.5556vw, 80px))}.top-discount-banner_withoutCountdown__H108M .top-discount-banner_content__Usw_f{gap:32px}.top-discount-banner_textAndBadges__hzQI6{display:flex;flex-shrink:1;gap:12px;align-items:center;min-width:0}.top-discount-banner_discountBadge__lkgpq{display:inline-flex;flex-shrink:0;align-items:center;padding:4px 8px;color:#5c1d24;font-weight:800;font-size:12px;line-height:normal;white-space:nowrap;background:#fff;border-radius:6px}.top-discount-banner_message__7IExi{min-width:0;margin:0;overflow:hidden;color:#fff;font-weight:500;font-size:16px;line-height:normal;white-space:nowrap;text-overflow:ellipsis}.top-discount-banner_messageHighlight__usE2g{font-weight:900}.top-discount-banner_messageTrack__7dk7q{display:inline}.top-discount-banner_messageCopy__saeD_{display:inline-block;white-space:nowrap}.top-discount-banner_countdown__XE_xg{display:flex;flex-shrink:0;gap:6px;align-items:center;color:#fff;font-weight:700;line-height:normal;white-space:nowrap;text-align:center}.top-discount-banner_countdownCell__2GcUJ{display:flex;flex-direction:column;flex-shrink:0;gap:1px;align-items:center;justify-content:center;width:37px;height:32px;background:rgba(67,29,36,.7);border-radius:5px}.top-discount-banner_countdownValue__ZhWpO{font-size:14px}.top-discount-banner_countdownLabel__0Zdfp{color:hsla(0,0%,100%,.7);font-size:8px}.top-discount-banner_countdownSeparator__3yFIG{color:hsla(0,0%,100%,.6);font-size:14px}.top-discount-banner_claimButton__6HD2K{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:8px 18px;color:#5c1d24;font-weight:700;font-size:13px;line-height:normal;white-space:nowrap;background:#fff;border:0;border-radius:100px;cursor:pointer}.top-discount-banner_closeButton__OtFZK{position:absolute;top:4px;right:10px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:hsla(0,0%,100%,.2);border:0;border-radius:28px;cursor:pointer;backdrop-filter:blur(10px)}.top-discount-banner_closeIcon__xPXwH{width:14px;height:14px;transform:rotate(45deg)}.top-discount-banner_mobile__jDcn1{height:40px}.top-discount-banner_mobile__jDcn1 .top-discount-banner_content__Usw_f,.top-discount-banner_mobile__jDcn1.top-discount-banner_withCountdown__g_8xv .top-discount-banner_content__Usw_f,.top-discount-banner_mobile__jDcn1.top-discount-banner_withoutCountdown__H108M .top-discount-banner_content__Usw_f{top:50%;left:8px;gap:20px;width:calc(100% - 48px);max-width:none;transform:translateY(-50%)}.top-discount-banner_mobile__jDcn1 .top-discount-banner_textAndBadges__hzQI6{flex:1 1 auto;gap:12px}.top-discount-banner_mobile__jDcn1 .top-discount-banner_discountBadge__lkgpq{padding:3px 7px;color:#fff;font-weight:600;font-size:11px;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:100px}.top-discount-banner_message__7IExi .top-discount-banner_discountBadge__lkgpq{vertical-align:middle}.top-discount-banner_message__7IExi .top-discount-banner_discountBadge__lkgpq:first-child{margin-right:12px}.top-discount-banner_mobile__jDcn1 .top-discount-banner_message__7IExi{flex:1 1 auto;max-width:none;font-weight:500;font-size:12px}.top-discount-banner_mobile__jDcn1 .top-discount-banner_messageMarquee__WPvAK{text-overflow:clip}.top-discount-banner_mobile__jDcn1 .top-discount-banner_messageMarquee__WPvAK .top-discount-banner_messageTrack__7dk7q{display:inline-flex;gap:32px;min-width:max-content;animation-name:top-discount-banner_top-banner-message-marquee__O60Iv;animation-timing-function:linear;animation-iteration-count:infinite}.top-discount-banner_mobile__jDcn1 .top-discount-banner_countdown__XE_xg{display:none}.top-discount-banner_mobile__jDcn1 .top-discount-banner_claimButton__6HD2K{padding:4px 6px;font-size:12px}.top-discount-banner_mobile__jDcn1 .top-discount-banner_closeButton__OtFZK{top:0;right:0;width:32px;height:40px;background:rgba(0,0,0,0);border-radius:0;backdrop-filter:none}.top-discount-banner_mobile__jDcn1 .top-discount-banner_closeIcon__xPXwH{width:13px;height:13px}@keyframes top-discount-banner_top-banner-message-marquee__O60Iv{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 16px))}}
.mobile-trending_embeddedShell__Jb6UI {
  flex: 1 1 0;
  align-self: stretch;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  color: #18181b;
  background: #f3f4f6;
}
.mobile-trending_feed__Iiueb {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0 8px 36px;
}
.mobile-trending_column__OpZ72 {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.mobile-trending_card__W8DnE {
  position: relative;
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 0;
  overflow: hidden;
  background: #dfe1e5;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  isolation: isolate;
}
.mobile-trending_card__W8DnE:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.mobile-trending_cardMedia__4xAlM,
.mobile-trending_viewerMediaElement__QiCKo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-trending_cardCaption__1OGuz {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  font-family: Inter, sans-serif;
  line-height: 10px;
  white-space: nowrap;
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 50%));
}
.mobile-trending_cardOfferBadge___EsN1 {
  position: absolute;
  top: 8px;
  left: 8px;
}
.mobile-trending_cardStatus__z4sNV,
.mobile-trending_viewerStatus__TKFtI {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgb(12 12 14 / 36%);
  inset: 0;
}
.mobile-trending_skeleton__V6GHk {
  display: block;
  width: 100%;
  background: linear-gradient(100deg, #e2e4e8 30%, #eceef1 50%, #e2e4e8 70%);
  background-size: 220% 100%;
  border-radius: 4px;
  animation: mobile-trending_shimmer__WcnJC 1.4s ease-in-out infinite;
  aspect-ratio: 185 / 286;
}
.mobile-trending_skeleton__V6GHk:nth-child(2n) {
  aspect-ratio: 185 / 230;
}
.mobile-trending_feedState__82_Fb {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 45vh;
  padding: 32px;
  color: #6a6d74;
  text-align: center;
}
.mobile-trending_feedState__82_Fb button,
.mobile-trending_inlineFeedState__o01Uh button {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #202126;
  border: 0;
  border-radius: 22px;
}
.mobile-trending_inlineFeedState__o01Uh,
.mobile-trending_loadingMore__Eeltt {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 24px;
  color: #737780;
  font-size: 12px;
}
.mobile-trending_sentinel__02zBX {
  width: 100%;
  height: 1px;
}
.mobile-trending_viewer__dcCPb {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  height: var(--mobile-preset-viewport-height, 100dvh);
  overflow: hidden;
  color: #fff;
  background: #050506;
  inset: 0;
}
.mobile-trending_viewerMedia__uTkc_ {
  position: absolute;
  inset: 0;
}
.mobile-trending_viewerCloseButton__R0_0_ {
  position: absolute;
  top: calc(24px + env(safe-area-inset-top));
  left: 10px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #fff;
  background: rgb(255 255 255 / 20%);
  border: 0;
  border-radius: 50%;
}
.mobile-trending_viewerBackIcon__PJKO9 {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.mobile-trending_viewerBackIcon__PJKO9 img {
  position: absolute;
  top: 1px;
  left: 3.552px;
  display: block;
  width: 7.448px;
  height: 14px;
}
.mobile-trending_playButton__QasMR {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: rgb(0 0 0 / 38%);
  border: 0;
  border-radius: 22px;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(14px);
}
.mobile-trending_viewerProgress__l3_8w {
  position: absolute;
  top: calc(10px + env(safe-area-inset-top));
  right: 10px;
  left: 10px;
  z-index: 7;
  display: flex;
  gap: 5px;
  height: 20px;
}
.mobile-trending_progressTrack___NNzM {
  position: relative;
  flex: 1 1 0;
  height: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.mobile-trending_progressTrack___NNzM::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: rgb(255 255 255 / 20%);
  border-radius: 99px;
  content: "";
}
.mobile-trending_progressTrack___NNzM > span {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: rgb(255 255 255 / 70%);
  border-radius: 99px;
  transform-origin: left center;
}
.mobile-trending_progressTrack___NNzM:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.mobile-trending_progressFillPending___m0K_ {
  width: 0;
}
.mobile-trending_progressFillComplete__cnhyN,
.mobile-trending_progressFillCurrentReduced__e_W_B {
  width: 100%;
}
.mobile-trending_progressFillCurrent__u3bGI {
  width: 100%;
  animation-name: mobile-trending_preset-progress__Vp6Cn;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.mobile-trending_sourceStack__LALjS {
  position: absolute;
  top: calc(12px + env(safe-area-inset-top));
  right: 10px;
  z-index: 6;
  width: 85px;
  height: 110px;
  pointer-events: none;
}
.mobile-trending_sourceCard__bYA06 {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 60px;
  height: 86px;
  object-fit: cover;
  background: #d9d9d9;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 3px 4px rgb(0 0 0 / 25%), 0 1px 1px rgb(0 0 0 / 30%);
}
.mobile-trending_sourceCardBack__oSbfl {
  left: 7px;
  transform: rotate(-7.91deg);
}
.mobile-trending_sourceCardFront__y4oDT {
  left: 19px;
  transform: rotate(4.87deg);
}
.mobile-trending_sourceCardSingle__RALp0 {
  left: 13px;
  transform: rotate(4.87deg);
}
.mobile-trending_sourceCount__1eVZ6 {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-family: Inter, sans-serif;
  line-height: 18px;
  background: rgb(0 0 0 / 8%);
  border-radius: 15px;
  backdrop-filter: blur(15px);
}
.mobile-trending_viewerBottom__w3wpd {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  pointer-events: none;
}
.mobile-trending_viewerActionRow__lieRA {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.mobile-trending_viewerOfferBadge__be59R {
  flex: none;
}
.mobile-trending_generateButton__MavH1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: Inter, sans-serif;
  line-height: 1;
  background: #000;
  border: 0;
  border-radius: 999px;
  isolation: isolate;
  pointer-events: auto;
}
.mobile-trending_generateButton__MavH1 > span {
  position: relative;
  z-index: 1;
}
.mobile-trending_generateButtonUploading__y0IBu {
  background: #34353a;
}
.mobile-trending_generateButtonUploading__y0IBu::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: var(--mobile-preset-upload-progress, 0%);
  background: #000;
  transition: width 160ms linear;
  content: "";
}
.mobile-trending_generateButton__MavH1:disabled {
  opacity: 0.62;
}
.mobile-trending_generateButtonUploading__y0IBu:disabled {
  opacity: 1;
}
.mobile-trending_viewerInfo__XMpjB {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 10px calc(24px + env(safe-area-inset-bottom));
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgb(0 0 0 / 50%) 90.273%
    );
  pointer-events: none;
}
.mobile-trending_viewerBackdrop__uOviZ {
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: blur(1.75px);
  mask-image: linear-gradient(to bottom, transparent 0, #000 24px);
  pointer-events: none;
}
.mobile-trending_viewerInfo__XMpjB > :not(.mobile-trending_viewerBackdrop__uOviZ) {
  position: relative;
  z-index: 1;
}
.mobile-trending_viewerInfo__XMpjB h2 {
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 12px;
  font-family: "Encode Sans Expanded", sans-serif;
  line-height: 12px;
}
.mobile-trending_descriptionRow__VjY2d {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
.mobile-trending_descriptionRow__VjY2d p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #d9d9d9;
  font-weight: 400;
  font-size: 12px;
  font-family: Inter, sans-serif;
  line-height: 18px;
}
.mobile-trending_descriptionCollapsed__6hroR {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobile-trending_descriptionExpanded__Urhlq {
  max-height: min(36vh, 260px);
  overflow-y: auto;
  white-space: normal;
}
.mobile-trending_descriptionToggle__seuHo {
  flex: 0 0 auto;
  min-width: 42px;
  height: 18px;
  padding: 0;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: Inter, sans-serif;
  line-height: 18px;
  text-align: right;
  background: transparent;
  border: 0;
  pointer-events: auto;
}
.mobile-trending_generateButton__MavH1:focus-visible,
.mobile-trending_viewerCloseButton__R0_0_:focus-visible,
.mobile-trending_playButton__QasMR:focus-visible,
.mobile-trending_descriptionToggle__seuHo:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
.mobile-trending_mediaPreload__8zTaI,
.mobile-trending_hiddenInput__MBoGK {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.mobile-trending_spin__d_NDI {
  animation: mobile-trending_spin__d_NDI 900ms linear infinite;
}

@keyframes mobile-trending_spin__d_NDI {
  to {
    transform: rotate(360deg);
  }
}

@keyframes mobile-trending_preset-progress__Vp6Cn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes mobile-trending_shimmer__WcnJC {
  to {
    background-position-x: -120%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-trending_spin__d_NDI,
  .mobile-trending_skeleton__V6GHk,
  .mobile-trending_progressFillCurrent__u3bGI {
    animation: none;
  }
}

.ChatDiscountBanner_marqueeViewport__wwtSL{flex:1 1 auto;min-width:0;overflow:hidden}.ChatDiscountBanner_messageTrack__I2U2Q{display:flex;width:max-content}.ChatDiscountBanner_marqueeTrack__nXS_v{animation:ChatDiscountBanner_chat-discount-banner-marquee__4i5JC 16s linear infinite;will-change:transform}.ChatDiscountBanner_marqueeCopy__WoB3R{display:flex;flex-shrink:0;gap:6px;align-items:center;padding-right:32px}@keyframes ChatDiscountBanner_chat-discount-banner-marquee__4i5JC{from{transform:translateX(0)}to{transform:translateX(-50%)}}
