@font-face {
  font-family: "Creativerse Manrope";
  src: url("./assets/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

body.customer-app #homeView {
  --hf-black: #090b0b;
  --hf-black-soft: #111515;
  --hf-paper: #f2f3ec;
  --hf-paper-muted: #c7cbc0;
  --hf-acid: #b8ff3d;
  --hf-cyan: #28d7e5;
  --hf-line: rgba(242, 243, 236, 0.16);
  --hf-radius: 14px;
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
  overflow: clip;
  color: var(--hf-paper);
  background: var(--hf-black);
  padding: 0;
  font-family: "Creativerse Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;
}
body.customer-app:has(#homeView:not([hidden])) { padding: 0; background: var(--hf-black, #090b0b); }

body.customer-app #homeView[hidden] { display: none !important; }
body.customer-app #homeView *,
body.customer-app #homeView *::before,
body.customer-app #homeView *::after { box-sizing: border-box; }
body.customer-app #homeView button,
body.customer-app #homeView a,
body.customer-app #homeView summary { -webkit-tap-highlight-color: transparent; }
body.customer-app #homeView button:focus-visible,
body.customer-app #homeView a:focus-visible,
body.customer-app #homeView summary:focus-visible {
  outline: 2px solid var(--hf-cyan);
  outline-offset: 3px;
}

body.customer-app #homeView .home-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(310px, 1fr);
  align-items: center;
  min-height: 72px;
  padding: 10px clamp(20px, 3.5vw, 56px);
  border-bottom: 1px solid var(--hf-line);
  background: rgba(9, 11, 11, 0.94);
  backdrop-filter: blur(16px);
}

body.customer-app #homeView .home-topbar .brand { min-width: 0; min-height: 52px; padding: 0; border: 0; background: transparent; box-shadow: none; }
body.customer-app #homeView .brand-mark {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid rgba(184, 255, 61, 0.46);
  border-radius: 12px;
  color: var(--hf-black);
  background: var(--hf-acid);
  box-shadow: none;
}
body.customer-app #homeView .brand strong { color: var(--hf-paper); font-size: 15px; letter-spacing: -0.02em; }
body.customer-app #homeView .brand span { color: rgba(242, 243, 236, 0.58); font-size: 10px; }
body.customer-app #homeView .home-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
body.customer-app #homeView .home-topbar .home-nav { padding: 0; border: 0; border-radius: 0; background: transparent; }
body.customer-app #homeView .home-nav button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: rgba(242, 243, 236, 0.68);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
}
body.customer-app #homeView .home-nav button:hover { color: var(--hf-paper); background: rgba(255, 255, 255, 0.06); }
body.customer-app #homeView .home-actions { justify-content: flex-end; gap: 8px; min-width: 0; }
body.customer-app #homeView .home-actions .button,
body.customer-app #homeView .home-actions .user-chip {
  min-height: 44px;
  border-radius: 10px;
  white-space: nowrap;
}
body.customer-app #homeView #homeStartBtn { border-color: rgba(184, 255, 61, 0.46); color: var(--hf-acid); }
body.customer-app #homeView .cart-button { border-color: rgba(242, 243, 236, 0.18); color: var(--hf-paper); }
body.customer-app #homeView .cart-button strong { color: var(--hf-black); background: var(--hf-acid); }

body.customer-app #homeView .home-hero {
  --home-hero-copy-width: 44%;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, var(--home-hero-copy-width)) minmax(0, 1fr);
  width: 100%;
  min-height: min(760px, calc(100dvh - 72px));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--home-hero-bg-color, #101515);
}
body.customer-app #homeView .home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 var(--home-hero-copy-width);
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 11, 11, 0.52), transparent 16%), var(--home-hero-bg-color, #101515);
  pointer-events: none;
}
body.customer-app #homeView .home-hero::after {
  content: "";
  position: absolute;
  inset: clamp(24px, 4vw, 58px) clamp(24px, 4vw, 58px) clamp(24px, 4vw, 58px) calc(var(--home-hero-copy-width) + clamp(20px, 3vw, 44px));
  z-index: 2;
  border: 1px solid rgba(242, 243, 236, 0.33);
  border-radius: var(--hf-radius);
  background: none;
  clip-path: polygon(0 0, 18% 0, 18% 1px, 82% 1px, 82% 0, 100% 0, 100% 100%, 70% 100%, 70% calc(100% - 1px), 30% calc(100% - 1px), 30% 100%, 0 100%);
  pointer-events: none;
}
body.customer-app #homeView .home-hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(58px, 7vw, 104px) clamp(28px, 4.6vw, 72px);
  color: var(--hf-paper);
  background: var(--hf-black);
}
body.customer-app #homeView .home-hero-copy::after {
  content: "";
  width: min(150px, 46%);
  height: 2px;
  margin-top: 34px;
  background: linear-gradient(90deg, var(--hf-acid) 0 62%, var(--hf-cyan) 62% 100%);
}
body.customer-app #homeView #homeHeroTitle {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--hf-paper);
  font-size: clamp(52px, 4.5vw, 68px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: anywhere;
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}
body.customer-app #homeView .home-hero.has-long-hero-title #homeHeroTitle { font-size: clamp(46px, 3.6vw, 60px); }
body.customer-app #homeView #homeHeroDescription {
  max-width: 38ch;
  margin: 24px 0 0;
  color: rgba(242, 243, 236, 0.68);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.7;
}
body.customer-app #homeView .home-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
body.customer-app #homeView .home-hero-actions .button {
  min-width: 132px;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 820;
  white-space: nowrap;
}
body.customer-app #homeView .home-hero-actions .button.primary { border-color: var(--hf-acid); color: var(--hf-black); background: var(--hf-acid); box-shadow: none; }
body.customer-app #homeView .home-hero-actions .button.ghost { border-color: rgba(242, 243, 236, 0.28); color: var(--hf-paper); background: transparent; }
body.customer-app #homeView .home-hero-actions .button:active { transform: translateY(1px) scale(0.99); }
body.customer-app #homeView .home-hero-background {
  position: absolute;
  inset: 0 0 0 var(--home-hero-copy-width);
  z-index: 0;
  width: calc(100% - var(--home-hero-copy-width));
  height: 100%;
  object-fit: var(--home-hero-bg-fit, cover);
  object-position: var(--home-hero-bg-position, center);
  filter: saturate(0.88) contrast(1.04);
}
body.customer-app #homeView .home-hero-preview { display: none !important; }
body.customer-app #homeView .home-hero-bg-controls {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 60px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 12px;
  color: var(--hf-paper);
  background: rgba(9, 11, 11, 0.78);
  backdrop-filter: blur(12px);
}
body.customer-app #homeView .home-hero.hero-banner-only .home-hero-bg-controls {
  top: auto;
  right: clamp(28px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 60px);
  left: auto;
  width: auto;
  height: auto;
  min-height: 0;
  transform: none;
}
body.customer-app #homeView .home-hero-dot-nav { display: flex; align-items: center; gap: 6px; }
body.customer-app #homeView .home-hero.hero-banner-only .home-hero-dot-nav {
  flex-direction: row;
  width: auto;
  height: auto;
}
body.customer-app #homeView .home-hero-dot {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
body.customer-app #homeView .home-hero-dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(242, 243, 236, 0.34);
  transition: background-color 180ms ease, transform 180ms ease;
}
body.customer-app #homeView .home-hero-dot.is-active::before { background: var(--hf-acid); transform: scaleY(2); }
body.customer-app #homeView .home-hero-pause {
  display: grid;
  place-items: center;
  min-width: 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  color: var(--hf-paper);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}
body.customer-app #homeView .home-hero-counter { min-width: 48px; color: rgba(242, 243, 236, 0.72); font-size: 11px; font-variant-numeric: tabular-nums; text-align: center; }
body.customer-app #homeView .home-hero-progress { position: absolute; left: 8px; right: 8px; bottom: 3px; height: 1px; overflow: hidden; background: rgba(242, 243, 236, 0.16); }
body.customer-app #homeView .home-hero-progress > i { display: block; width: 100%; height: 100%; background: var(--hf-acid); transform-origin: left; animation: hf-hero-progress var(--hero-interval, 7000ms) linear both; }
body.customer-app #homeView .home-hero.is-autoplay-paused .home-hero-progress > i { animation-play-state: paused; }
@keyframes hf-hero-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

body.customer-app #homeView .home-quick-products,
body.customer-app #homeView .home-ranking-section,
body.customer-app #homeView .home-library-section,
body.customer-app #homeView .home-faq-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(72px, 8vw, 124px) clamp(20px, 5vw, 80px);
}
body.customer-app #homeView .home-quick-products { background: #0e1111; }
body.customer-app #homeView .home-quick-products-head,
body.customer-app #homeView .home-section-head,
body.customer-app #homeView .home-product-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 34px;
}
body.customer-app #homeView .home-quick-products h2,
body.customer-app #homeView .home-section-head h2,
body.customer-app #homeView .home-product-heading h2,
body.customer-app #homeView .home-closing-section h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 4.7vw, 68px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
body.customer-app #homeView .home-quick-products-head p,
body.customer-app #homeView .home-section-head p,
body.customer-app #homeView .home-product-heading p {
  max-width: 52ch;
  margin: 0;
  color: rgba(242, 243, 236, 0.62);
  line-height: 1.65;
}
body.customer-app #homeView .home-quick-products-head > div { display: grid; gap: 12px; }
body.customer-app #homeView .home-quick-products-head .button { min-height: 44px; border-color: rgba(242, 243, 236, 0.42); color: var(--hf-paper); white-space: nowrap; }
body.customer-app #homeView .home-quick-products-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
body.customer-app #homeView .home-product-tabs { display: inline-grid; grid-template-columns: repeat(2, minmax(80px, 1fr)); padding: 3px; border-radius: 999px; background: var(--hf-panel); }
body.customer-app #homeView .home-product-tabs button { min-width: 0; min-height: 38px; padding: 0 12px; border: 0; border-radius: 999px; color: rgba(242, 243, 236, 0.58); background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
body.customer-app #homeView .home-product-tabs button:hover { color: var(--hf-paper); }
body.customer-app #homeView .home-product-tabs button.active { color: var(--hf-black); background: var(--hf-acid); }
body.customer-app #homeView .home-product-tabs button:focus-visible { outline: 2px solid var(--hf-cyan); outline-offset: 2px; }
body.customer-app #homeView .home-quick-product-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}
body.customer-app #homeView .home-quick-product {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--hf-radius);
  background: #171b1b;
}
body.customer-app #homeView .home-quick-product > button {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  color: var(--hf-paper);
  background: transparent;
  text-align: left;
}
body.customer-app #homeView .home-quick-product-media { display: grid; place-items: center; aspect-ratio: 1 / 1.08; overflow: hidden; background: #e8eae3; }
body.customer-app #homeView .home-quick-product-media img { width: 100%; height: 100%; padding: 8%; object-fit: contain; transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1); }
body.customer-app #homeView .home-quick-product:hover img { transform: scale(1.045); }
body.customer-app #homeView .home-quick-product-copy { display: grid; gap: 6px; padding: 16px; }
body.customer-app #homeView .home-quick-product-copy small { color: var(--hf-acid); font-size: 10px; font-weight: 800; }
body.customer-app #homeView .home-quick-product-copy strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
body.customer-app #homeView .home-quick-product-copy span { color: rgba(242, 243, 236, 0.56); font-size: 11px; }
body.customer-app #homeView .home-quick-product-copy .product-sold-count { color: rgba(242, 243, 236, 0.78); font-variant-numeric: tabular-nums; }
body.customer-app #homeView .home-service-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; padding: 0; border: 0; border-top: 1px solid var(--hf-line); background: transparent; }
body.customer-app #homeView .home-service-rail > div { min-height: 96px; padding: 24px 24px 0 0; border: 0; }
body.customer-app #homeView .home-service-rail strong { color: var(--hf-paper); font-size: 14px; }
body.customer-app #homeView .home-service-rail span { color: rgba(242, 243, 236, 0.54); font-size: 12px; }

body.customer-app #homeView .home-ranking-section { background: var(--hf-black); }
body.customer-app #homeView .home-ranking-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
body.customer-app #homeView .home-ranking-column { min-width: 0; padding: 18px; border: 0; border-radius: var(--hf-radius); background: var(--hf-black-soft); }
body.customer-app #homeView .home-ranking-column-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; margin-bottom: 12px; }
body.customer-app #homeView .home-ranking-column-head h3 { margin: 0; color: var(--hf-paper); font-size: 18px; }
body.customer-app #homeView .home-ranking-column-head p { margin: 2px 0 0; color: rgba(242, 243, 236, 0.46); font-size: 11px; }
body.customer-app #homeView .home-ranking-column-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; min-width: 0; }
body.customer-app #homeView .home-ranking-tabs { display: inline-grid; grid-template-columns: repeat(2, minmax(52px, 1fr)); padding: 3px; border-radius: 999px; background: #202525; }
body.customer-app #homeView .home-ranking-tabs button { min-width: 0; min-height: 38px; padding: 0 12px; border: 0; border-radius: 999px; color: rgba(242, 243, 236, 0.58); background: transparent; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
body.customer-app #homeView .home-ranking-tabs button:hover { color: var(--hf-paper); }
body.customer-app #homeView .home-ranking-tabs button.active { color: var(--hf-black); background: var(--hf-acid); }
body.customer-app #homeView .home-ranking-tabs button:focus-visible { outline: 2px solid var(--hf-cyan); outline-offset: 2px; }
body.customer-app #homeView .ranking-text-link,
body.customer-app #homeView .ranking-refresh { min-height: 44px; border-radius: 10px; color: var(--hf-acid); }
body.customer-app #homeView .home-ranking-list { display: grid; gap: 8px; }
body.customer-app #homeView .ranking-item.is-compact {
  display: grid;
  grid-template-columns: 42px 86px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  color: var(--hf-paper);
  background: #181d1d;
  box-shadow: none;
}
body.customer-app #homeView .ranking-item.is-compact.is-curated { background: #151a1a; }
body.customer-app #homeView .ranking-item.is-compact.is-latest:first-child { background: #162020; }
body.customer-app #homeView .ranking-item.is-compact .ranking-position { display: grid; place-items: center; min-width: 0; color: rgba(242, 243, 236, 0.48); }
body.customer-app #homeView .ranking-item.is-compact .ranking-position small { font-size: 9px; }
body.customer-app #homeView .ranking-item.is-compact .ranking-position strong { color: var(--hf-acid); font-size: 16px; }
body.customer-app #homeView .ranking-item.is-compact.is-curated .ranking-position strong { color: var(--hf-cyan); font-size: 11px; }
body.customer-app #homeView .ranking-item.is-compact .ranking-media { width: 86px; height: 96px; min-height: 44px; overflow: hidden; border: 0; border-radius: 9px; background: #242929; }
body.customer-app #homeView .ranking-item.is-compact .ranking-media img { width: 100%; height: 100%; object-fit: cover; }
body.customer-app #homeView .ranking-item.is-compact .ranking-copy { min-width: 0; }
body.customer-app #homeView .ranking-item.is-compact .ranking-author { min-height: 30px; color: rgba(242, 243, 236, 0.62); }
body.customer-app #homeView .ranking-item.is-compact .ranking-avatar { width: 26px; height: 26px; }
body.customer-app #homeView .ranking-item.is-compact .ranking-author small { display: none; }
body.customer-app #homeView .ranking-item.is-compact .ranking-author strong { max-width: 16ch; overflow: hidden; color: rgba(242, 243, 236, 0.68); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
body.customer-app #homeView .ranking-item.is-compact .ranking-title { display: block; width: 100%; min-height: 32px; padding: 0; overflow: hidden; border: 0; color: var(--hf-paper); background: transparent; font: inherit; font-size: 14px; font-weight: 800; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
body.customer-app #homeView .ranking-item.is-compact .ranking-stats { gap: 10px; color: rgba(242, 243, 236, 0.5); font-size: 10px; }
body.customer-app #homeView .ranking-item.is-compact .ranking-score { min-width: 82px; text-align: right; }
body.customer-app #homeView .ranking-item.is-compact .ranking-score small { color: rgba(242, 243, 236, 0.42); font-size: 9px; }
body.customer-app #homeView .ranking-item.is-compact .ranking-score strong { color: var(--hf-acid); font-size: 12px; }
body.customer-app #homeView .ranking-item.is-compact .ranking-score button { min-height: 36px; color: var(--hf-paper); }

body.customer-app #homeView .home-product-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(72px, 8vw, 124px) clamp(20px, 5vw, 80px);
  color: #101313;
  background: var(--hf-paper);
}
body.customer-app #homeView .home-product-heading p { color: #505854; }
body.customer-app #homeView .home-product-heading .button { min-height: 44px; border-radius: 10px; border-color: #9ba39e; color: #101313; }
body.customer-app #homeView .home-product-showcase { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr); gap: 12px; min-width: 0; }
body.customer-app #homeView .home-product-showcase:has(.home-runway-list:empty) { grid-template-columns: minmax(0, 1fr); }
body.customer-app #homeView .home-runway-list:empty { display: none; }
body.customer-app #homeView .home-runway-feature,
body.customer-app #homeView .home-runway-item { overflow: hidden; border-radius: var(--hf-radius); background: #e5e7df; }
body.customer-app #homeView .home-runway-feature > button { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); width: 100%; min-height: 520px; padding: 0; border: 0; color: #101313; background: transparent; text-align: left; }
body.customer-app #homeView .home-runway-media { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; overflow: hidden; background: #dfe2da; }
body.customer-app #homeView .home-runway-media img { width: 100%; height: 100%; min-width: 0; padding: 5%; object-fit: contain; }
body.customer-app #homeView .home-runway-media img + img { border-left: 1px solid rgba(16, 19, 19, 0.1); }
body.customer-app #homeView .home-runway-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(24px, 3vw, 44px); }
body.customer-app #homeView .home-runway-copy small { color: #58605b; font-size: 11px; font-weight: 800; }
body.customer-app #homeView .home-runway-copy h3 { margin: 10px 0 0; font-size: clamp(28px, 3vw, 48px); line-height: 1.05; letter-spacing: -0.035em; }
body.customer-app #homeView .home-runway-copy > strong { margin-top: 20px; font-size: 22px; }
body.customer-app #homeView .home-runway-copy > .product-sold-count { margin-top: 12px; color: #69716d; font-size: 12px; font-variant-numeric: tabular-nums; }
body.customer-app #homeView .home-runway-colors { display: flex; gap: 7px; margin-top: 20px; }
body.customer-app #homeView .home-runway-colors i { display: block; width: 18px; height: 18px; border: 1px solid rgba(16, 19, 19, 0.24); border-radius: 50%; }
body.customer-app #homeView .home-runway-positions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; color: #4c5550; font-size: 11px; }
body.customer-app #homeView .home-runway-positions span { padding: 6px 9px; border-radius: 8px; background: rgba(16, 19, 19, 0.07); }
body.customer-app #homeView .home-runway-list { display: grid; gap: 10px; }
body.customer-app #homeView .home-runway-item > button { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; width: 100%; min-height: 120px; padding: 0; border: 0; color: #101313; background: transparent; text-align: left; }
body.customer-app #homeView .home-runway-item img { width: 112px; height: 120px; padding: 8px; object-fit: contain; background: #dfe2da; }
body.customer-app #homeView .home-runway-item div { min-width: 0; padding: 16px; }
body.customer-app #homeView .home-runway-item small { color: #626a66; font-size: 10px; }
body.customer-app #homeView .home-runway-item strong { display: block; margin-top: 5px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
body.customer-app #homeView .home-runway-item span { display: block; margin-top: 7px; font-size: 12px; font-weight: 800; }
body.customer-app #homeView .home-runway-item .product-sold-count { color: #69716d; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }

body.customer-app #homeView .home-library-section { background: #0d1010; }
body.customer-app #homeView .home-artwork-controls { gap: 8px; }
body.customer-app #homeView .home-artwork-controls .button { min-height: 44px; border-radius: 10px; }
body.customer-app #homeView .home-artwork-filters { display: flex; gap: 8px; width: 100%; margin-bottom: 22px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
body.customer-app #homeView .home-artwork-filters::-webkit-scrollbar { display: none; }
body.customer-app #homeView .home-artwork-filter { flex: 0 0 auto; min-height: 44px; border-radius: 10px; scroll-snap-align: start; }
body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 210px; max-height: 440px; gap: 8px; overflow: hidden; }
body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-tile { height: 210px; min-height: 0; border-radius: 12px; }
body.customer-app #homeView .home-art-tile > button { min-height: 44px; }
body.customer-app #homeView .home-art-social .social-icon-button { min-width: 44px; min-height: 44px; }

body.customer-app #homeView .home-creation-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(20px, 5vw, 80px);
  color: var(--hf-paper);
  background: var(--hf-black);
}
body.customer-app #homeView .home-creation-path > div { min-height: 190px; padding: 46px 26px 44px 0; border: 0; border-top: 1px solid var(--hf-line); }
body.customer-app #homeView .home-creation-path > div + div { padding-left: 26px; }
body.customer-app #homeView .home-creation-path span { display: block; margin-bottom: 22px; color: var(--hf-acid); font-size: 11px; font-weight: 820; letter-spacing: 0.12em; }
body.customer-app #homeView .home-creation-path strong { color: var(--hf-paper); font-size: 19px; }
body.customer-app #homeView .home-creation-path p { max-width: 25ch; margin: 9px 0 0; color: rgba(242, 243, 236, 0.54); font-size: 12px; line-height: 1.6; }

body.customer-app #homeView .home-closing-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
  max-width: none;
  min-height: 430px;
  margin: 0;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 80px);
  border-radius: 0;
  color: #0d1010;
  background: var(--hf-acid);
}
body.customer-app #homeView .home-closing-section h2 { max-width: 15ch; }
body.customer-app #homeView .home-closing-section p { max-width: 42ch; margin: 18px 0 0; color: #354621; }
body.customer-app #homeView .home-closing-section .button.primary { min-width: 144px; min-height: 50px; border: 0; border-radius: 10px; color: var(--hf-paper); background: #0d1010; box-shadow: none; }

body.customer-app #homeView .home-faq-section { background: #0a0c0c; }
body.customer-app #homeView .home-faq-list { max-width: 980px; }
body.customer-app #homeView .home-faq-item { border: 0; border-top: 1px solid var(--hf-line); }
body.customer-app #homeView .home-faq-item:last-child { border-bottom: 1px solid var(--hf-line); }
body.customer-app #homeView .home-faq-item summary { min-height: 68px; color: var(--hf-paper); }
body.customer-app #homeView .home-faq-item summary::after { color: var(--hf-acid); }
body.customer-app #homeView .home-faq-answer { color: rgba(242, 243, 236, 0.64); }
body.customer-app #homeView .home-faq-pagination button { min-width: 44px; min-height: 44px; }
body.customer-app #homeView .home-mobile-dock { display: none; }
body.customer-app:has(#homeView:not([hidden])) .support-chat-launcher-logo,
body.customer-app:has(#homeView:not([hidden])) .support-chat-launcher-logo img { pointer-events: none; user-select: none; -webkit-user-drag: none; }

@media (max-width: 1100px) {
  body.customer-app #homeView .home-topbar { grid-template-columns: 1fr auto; }
  body.customer-app #homeView .home-nav { display: none; }
  body.customer-app #homeView .home-actions {
    grid-column: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: auto;
  }
  body.customer-app #homeView .home-actions .button,
  body.customer-app #homeView .home-actions .user-chip { flex: 0 0 auto; }
  body.customer-app #homeView .home-hero { --home-hero-copy-width: 44%; grid-template-columns: minmax(340px, var(--home-hero-copy-width)) minmax(0, 1fr); }
  body.customer-app #homeView .home-quick-product-rail { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.customer-app #homeView .home-quick-product:nth-child(n + 5) { display: none; }
  body.customer-app #homeView .ranking-item.is-compact { grid-template-columns: 34px 72px minmax(0, 1fr); }
  body.customer-app #homeView .ranking-item.is-compact .ranking-media { width: 72px; height: 84px; }
  body.customer-app #homeView .ranking-item.is-compact .ranking-score { display: none; }
  body.customer-app #homeView .home-product-showcase { grid-template-columns: 1fr; }
  body.customer-app #homeView .home-runway-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body.customer-app { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  body.customer-app #homeView { overflow-x: clip; }
  body.customer-app #homeView .home-topbar {
    position: relative;
    grid-template-columns: minmax(142px, 1fr) auto;
    min-height: 64px;
    padding: 8px 14px;
  }
  body.customer-app #homeView .home-topbar .brand {
    width: auto;
    min-height: 48px;
  }
  body.customer-app #homeView .brand-mark { width: 42px; height: 42px; min-width: 42px; }
  body.customer-app #homeView .brand span { display: none; }
  body.customer-app #homeView #homeStartBtn,
  body.customer-app #homeView #authEntryBtn,
  body.customer-app #homeView .home-actions > .user-chip:not(#homeUserBtn) { display: none !important; }
  body.customer-app #homeView .home-actions {
    grid-column: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: auto;
    gap: 6px;
    padding-bottom: 0;
  }
  body.customer-app #homeView .home-actions .button,
  body.customer-app #homeView .home-actions .user-chip { flex: 0 0 auto; }
  body.customer-app #homeView .home-actions .cart-button { min-width: 46px; width: 46px; padding: 0; }
  body.customer-app #homeView .home-actions .cart-button > span { display: none; }
  body.customer-app #homeView #homeUserBtn { max-width: 112px; min-height: 44px; }
  body.customer-app #homeView #homeUserBtn strong { max-width: 62px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  body.customer-app #homeView .home-hero,
  body.customer-app #homeView .home-hero.hero-banner-only {
    --home-hero-media-height: clamp(236px, 68vw, 292px);
    display: block;
    min-height: calc(100dvh - 64px);
    padding: var(--home-hero-media-height) 0 0;
    background: var(--hf-black);
  }
  body.customer-app #homeView .home-hero::before { inset: 0; height: var(--home-hero-media-height); background: linear-gradient(0deg, rgba(9, 11, 11, 0.24), transparent 48%), var(--home-hero-bg-color, #101515); }
  body.customer-app #homeView .home-hero::after { inset: 12px 12px auto; height: calc(var(--home-hero-media-height) - 24px); border-radius: 12px; clip-path: none; }
  body.customer-app #homeView .home-hero-background,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-background { inset: 0; width: 100%; height: var(--home-hero-media-height); object-fit: var(--home-hero-bg-fit, cover); object-position: var(--home-hero-bg-position, center); }
  body.customer-app #homeView .home-hero-copy,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-copy {
    min-height: calc(100dvh - 64px - var(--home-hero-media-height));
    padding: 28px 18px 70px;
    background: var(--hf-black);
  }
  body.customer-app #homeView #homeHeroTitle,
  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroTitle { width: 100%; max-width: 100%; font-size: clamp(34px, 9.5vw, 44px); line-height: 1.04; }
  body.customer-app #homeView .home-hero.has-long-hero-title #homeHeroTitle,
  body.customer-app #homeView .home-hero.hero-banner-only.has-long-hero-title #homeHeroTitle { font-size: clamp(32px, 8.8vw, 40px); }
  body.customer-app #homeView #homeHeroDescription,
  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroDescription { max-width: 36ch; margin-top: 15px; font-size: 14px; line-height: 1.55; }
  body.customer-app #homeView .home-hero-actions,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-actions { display: grid; grid-template-columns: 1.18fr 0.82fr; width: 100%; margin-top: 20px; }
  body.customer-app #homeView .home-hero-actions .button { width: 100%; min-width: 0; min-height: 48px; }
  body.customer-app #homeView .home-hero-copy::after { display: none; }
  body.customer-app #homeView .home-hero-bg-controls,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-bg-controls { top: calc(var(--home-hero-media-height) - 58px); right: auto; bottom: auto; left: 18px; width: auto; max-width: calc(100% - 36px); height: auto; min-height: 46px; justify-content: flex-start; transform: none; }
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-dot-nav { flex-direction: row; justify-content: flex-start; width: auto; height: auto; padding: 0; }
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-dot { display: block; width: 44px; min-width: 44px; height: 44px; }

  body.customer-app #homeView .home-quick-products,
  body.customer-app #homeView .home-ranking-section,
  body.customer-app #homeView .home-library-section,
  body.customer-app #homeView .home-faq-section,
  body.customer-app #homeView .home-product-section { padding: 50px 18px; }
  body.customer-app #homeView .home-quick-products-head,
  body.customer-app #homeView .home-section-head,
  body.customer-app #homeView .home-product-heading { display: grid; gap: 12px; margin-bottom: 26px; }
  body.customer-app #homeView .home-quick-products h2,
  body.customer-app #homeView .home-section-head h2,
  body.customer-app #homeView .home-product-heading h2,
  body.customer-app #homeView .home-closing-section h2 { font-size: clamp(34px, 10vw, 44px); }
  body.customer-app #homeView .home-quick-products-head p,
  body.customer-app #homeView .home-section-head p,
  body.customer-app #homeView .home-product-heading p { max-width: 35ch; font-size: 13px; }
  body.customer-app #homeView .home-quick-products-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; width: 100%; }
  body.customer-app #homeView .home-product-tabs { width: 100%; }
  body.customer-app #homeView .home-product-tabs button { min-height: 44px; padding-inline: 8px; }
  body.customer-app #homeView .home-quick-product-rail {
    display: flex;
    gap: 10px;
    width: calc(100% + 18px);
    padding-right: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  body.customer-app #homeView .home-quick-product-rail::-webkit-scrollbar { display: none; }
  body.customer-app #homeView .home-quick-product { display: block !important; flex: 0 0 min(56vw, 214px); scroll-snap-align: start; }
  body.customer-app #homeView .home-quick-product-media { aspect-ratio: 1.08; }
  body.customer-app #homeView .home-quick-product-rail::after { content: ""; flex: 0 0 8px; }
  body.customer-app #homeView .home-service-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
  body.customer-app #homeView .home-service-rail > div { display: block; min-height: 88px; padding: 14px 8px 0 0; border-bottom: 0; }
  body.customer-app #homeView .home-service-rail strong,
  body.customer-app #homeView .home-service-rail span { display: block; }
  body.customer-app #homeView .home-service-rail span { margin-top: 6px; font-size: 10px; line-height: 1.45; }
  body.customer-app #homeView .home-ranking-layout { grid-template-columns: 1fr; }
  body.customer-app #homeView .home-ranking-column { padding: 12px; }
  body.customer-app #homeView .home-ranking-column-head { align-items: stretch; flex-direction: column; gap: 10px; min-height: 0; padding-block: 12px; }
  body.customer-app #homeView .home-ranking-column-actions { justify-content: space-between; width: 100%; }
  body.customer-app #homeView .home-ranking-tabs button { min-height: 44px; }
  body.customer-app #homeView .ranking-item.is-compact { grid-template-columns: 30px 70px minmax(0, 1fr); gap: 9px; min-height: 98px; padding: 8px; }
  body.customer-app #homeView .ranking-item.is-compact .ranking-media { width: 70px; height: 82px; }
  body.customer-app #homeView .ranking-item.is-compact .ranking-stats { gap: 7px; }
  body.customer-app #homeView .home-runway-feature > button { grid-template-columns: 1fr; min-height: 0; }
  body.customer-app #homeView .home-runway-media { min-height: 250px; }
  body.customer-app #homeView .home-runway-copy { padding: 20px; }
  body.customer-app #homeView .home-runway-copy h3 { font-size: 30px; }
  body.customer-app #homeView .home-runway-list { grid-template-columns: 1fr; }
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall { display: flex; grid-auto-rows: unset; gap: 10px; width: calc(100% + 18px); max-height: none; padding-right: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-tile { flex: 0 0 min(64vw, 244px); height: 278px; scroll-snap-align: start; }
  body.customer-app #homeView .home-artwork-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  body.customer-app #homeView .home-artwork-controls .button { width: 100%; }
  body.customer-app #homeView .home-artwork-filters { width: calc(100% + 18px); padding-right: 18px; }
  body.customer-app #homeView .home-creation-path { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 18px; }
  body.customer-app #homeView .home-creation-path > div { min-height: 142px; padding: 30px 16px 28px 0; }
  body.customer-app #homeView .home-creation-path > div + div { padding-left: 16px; }
  body.customer-app #homeView .home-creation-path > div:nth-child(odd) { padding-left: 0; }
  body.customer-app #homeView .home-creation-path > div:nth-child(even) { padding-right: 0; }
  body.customer-app #homeView .home-closing-section { align-items: flex-start; flex-direction: column; min-height: 320px; padding: 58px 18px; }
  body.customer-app #homeView .home-closing-section .button.primary { width: 100%; min-height: 50px; }

  body.customer-app #homeView .home-mobile-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr 1.26fr 1fr 1fr;
    align-items: end;
    min-height: 66px;
    padding: 6px;
    border: 1px solid rgba(242, 243, 236, 0.14);
    border-radius: 16px;
    background: rgba(14, 17, 17, 0.96);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
  }
  body.customer-app #homeView .home-mobile-dock > button { min-width: 0; min-height: 50px; padding: 0 4px; border: 0; border-radius: 10px; color: rgba(242, 243, 236, 0.64); background: transparent; font: inherit; font-size: 10px; font-weight: 760; }
  body.customer-app #homeView .home-mobile-dock > button:active { transform: translateY(1px) scale(0.98); }
  body.customer-app #homeView .home-mobile-dock .home-mobile-dock-primary { min-height: 56px; margin-top: -18px; color: var(--hf-black); background: var(--hf-acid); }
  body.customer-app #homeView .home-mobile-dock-primary strong { display: block; font-size: 11px; line-height: 1.15; }
  body.customer-app:has(#homeView:not([hidden])) .support-chat { bottom: calc(84px + env(safe-area-inset-bottom)); max-height: calc(100dvh - 106px - env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  body.customer-app #homeView .home-hero-bg-controls { left: 18px; right: auto; }
  body.customer-app #homeView .home-hero-dot { width: 44px; min-width: 44px; }
  body.customer-app #homeView .home-hero-counter { min-width: 42px; }
  body.customer-app #homeView .home-hero-actions { gap: 8px; }
}

@media (max-width: 370px) {
  body.customer-app #homeView #homeUserBtn strong { display: none; }
  body.customer-app #homeView #homeUserBtn { width: 44px; padding: 0; }
  body.customer-app #homeView .home-runway-media { min-height: 274px; }
  body.customer-app #homeView .home-mobile-dock > button { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  body.customer-app #homeView *,
  body.customer-app #homeView *::before,
  body.customer-app #homeView *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  body.customer-app #homeView .home-hero-progress { display: none; }
}

/*
 * Responsive finish pass
 *
 * The homepage is a discovery surface, not a viewport-sized poster. The
 * mobile rules below let the hero end when its content ends, preserve the
 * sticky dock's safe area, and keep real Chinese copy readable at every width.
 */
body.customer-app #homeView {
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

body.customer-app #homeView #homeHeroEyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 0 10px;
  border: 1px solid rgba(40, 215, 229, 0.42);
  border-radius: 999px;
  color: var(--hf-cyan);
  background: rgba(40, 215, 229, 0.08);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

body.customer-app #homeView #homeHeroTitle {
  letter-spacing: -0.02em;
  line-height: 1.04;
}

body.customer-app #homeView .home-hero-background {
  filter: saturate(1.02) contrast(1.06);
}

body.customer-app #homeView .home-quick-product-copy strong,
body.customer-app #homeView .home-runway-item strong,
body.customer-app #homeView .ranking-item.is-compact .ranking-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.customer-app #homeView .home-quick-product-copy strong { min-height: 2.6em; }
body.customer-app #homeView .home-runway-item strong { min-height: 2.6em; line-height: 1.3; }
body.customer-app #homeView .ranking-item.is-compact .ranking-title { min-height: 2.6em; line-height: 1.3; }

@media (max-width: 820px) {
  body.customer-app {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
    scroll-padding-bottom: calc(124px + env(safe-area-inset-bottom));
  }

  body.customer-app #homeView {
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }

  body.customer-app #homeView .home-hero,
  body.customer-app #homeView .home-hero.hero-banner-only {
    --home-hero-media-height: clamp(228px, 58vw, 288px);
    min-height: 0;
    height: auto;
    margin-bottom: 28px;
    padding-top: var(--home-hero-media-height);
  }

  /* Do not reserve a poster-sized hole when a slide has no usable image. */
  body.customer-app #homeView .home-hero:not(.has-loaded-hero-image):not(.is-hero-loading) {
    padding-top: 22px;
  }

  body.customer-app #homeView .home-hero:not(.has-loaded-hero-image):not(.is-hero-loading)::before,
  body.customer-app #homeView .home-hero:not(.has-loaded-hero-image):not(.is-hero-loading)::after {
    display: none;
  }

  body.customer-app #homeView .home-hero-copy,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-copy {
    min-height: 0;
    justify-content: flex-start;
    padding: 26px 18px 32px;
  }

  body.customer-app #homeView #homeHeroEyebrow {
    min-height: 26px;
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  body.customer-app #homeView #homeHeroTitle,
  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroTitle {
    max-width: 15ch;
    font-size: clamp(36px, 10.8vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-wrap: balance;
  }

  body.customer-app #homeView #homeHeroDescription,
  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroDescription {
    max-width: 30ch;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.58;
  }

  body.customer-app #homeView .home-hero-actions,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  body.customer-app #homeView .home-hero-actions .button {
    min-width: 0;
    min-height: 50px;
    padding-inline: 12px;
    white-space: nowrap;
  }

  body.customer-app #homeView .home-hero-copy::after { display: block; margin-top: 24px; }

  /* A visible, quiet scroll cue keeps horizontal discovery from reading as clipping. */
  body.customer-app #homeView .home-quick-product-rail,
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall,
  body.customer-app #homeView .home-artwork-filters {
    scrollbar-width: thin;
    scrollbar-color: rgba(184, 255, 61, 0.66) transparent;
    scroll-padding-inline: 18px;
  }

  body.customer-app #homeView .home-quick-product-rail::-webkit-scrollbar,
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall::-webkit-scrollbar,
  body.customer-app #homeView .home-artwork-filters::-webkit-scrollbar {
    display: block;
    height: 3px;
  }

  body.customer-app #homeView .home-quick-product-rail::-webkit-scrollbar-thumb,
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall::-webkit-scrollbar-thumb,
  body.customer-app #homeView .home-artwork-filters::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(184, 255, 61, 0.66);
  }

  body.customer-app #homeView .home-quick-product { flex-basis: min(76vw, 300px); scroll-snap-stop: always; }
  body.customer-app #homeView .home-quick-product-copy strong { min-height: 2.8em; }
  body.customer-app #homeView .home-runway-item strong { min-height: 2.8em; }
  body.customer-app #homeView .ranking-item.is-compact .ranking-title { min-height: 2.8em; }

  body.customer-app #homeView .home-mobile-dock {
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 64px;
    padding: 5px;
    border-color: rgba(242, 243, 236, 0.2);
    background: rgba(12, 15, 15, 0.98);
  }

  body.customer-app #homeView .home-mobile-dock > button { min-height: 50px; }
  body.customer-app #homeView .home-mobile-dock .home-mobile-dock-primary { min-height: 54px; }
  body.customer-app:has(#homeView:not([hidden])) .support-chat { bottom: calc(98px + env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
  body.customer-app #homeView #homeHeroTitle,
  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroTitle {
    font-size: clamp(34px, 10.6vw, 44px);
  }

  body.customer-app #homeView .home-hero-actions .button { padding-inline: 8px; font-size: 13px; }
}
