:root {
  --green-950: #006a40;
  --green-900: #008f55;
  --green-800: #00a865;
  --green-700: #00b86b;
  --green-600: #00c777;
  --green-100: #dff9ec;
  --green-50: #e9fff3;
  --ink: #111111;
  --ink-2: #555555;
  --muted: #858f8a;
  --line: #e2ebe6;
  --line-strong: #c9d9d1;
  --bg: #f7faf8;
  --surface: #ffffff;
  --danger: #d84a43;
  --danger-bg: #fff1ef;
  --warning: #9a6110;
  --warning-bg: #fff7e7;
  --shadow: 0 12px 34px rgba(0, 143, 85, 0.07);
  --floating-shadow: 0 20px 56px rgba(0, 143, 85, 0.14);
  --radius: 20px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
  color: var(--ink);
  font-family: "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select { font: inherit; }

button { cursor: pointer; touch-action: manipulation; }

button,
input,
select { -webkit-tap-highlight-color: transparent; }

/* 仅寄件地址允许选择；表单字段仍可正常定位光标和粘贴。 */
#app, #modal-root { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
#app input, #app textarea, #modal-root input, #modal-root textarea,
#app .warehouse .address-row b { -webkit-user-select: text; user-select: text; -webkit-touch-callout: default; }
#app img { -webkit-user-drag: none; -webkit-touch-callout: none; }

button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(11, 107, 79, 0.22);
  outline-offset: 2px;
}

em {
  color: var(--green-700);
  font-style: normal;
}

.desktop-shell {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-shell {
  position: relative;
  width: min(430px, 100vw);
  height: 100dvh;
  overflow: hidden;
  background: var(--bg);
}

.screen {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: max(18px, env(safe-area-inset-top)) 20px calc(96px + var(--safe-bottom));
  scrollbar-width: none;
}

.screen::-webkit-scrollbar { display: none; }
.screen.no-tab { padding-bottom: calc(104px + var(--safe-bottom)); }

.screen-head {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 52px;
  margin: -6px 0 16px;
}

.screen-head h1 {
  margin: 0;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.2px;
}

.back,
.head-action {
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.back { font-size: 22px; line-height: 1; }
.back .ph { display: block; }

.head-action {
  justify-self: end;
  width: auto;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.home-screen { padding-top: max(14px, env(safe-area-inset-top)); }

.home-brand {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-height: 44px;
  padding: 5px 2px 12px;
}

.home-brand b {
  color: var(--green-900);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -1px;
}

.home-brand span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  min-height: 388px;
  overflow: hidden;
  margin: 0 0 18px;
  padding: 25px 21px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(148deg, #ffffff 0%, #f8fbf9 58%, #e8f3ed 100%);
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 50px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(11, 107, 79, 0.06);
  border-radius: 50%;
}

.hero-copy { position: relative; z-index: 3; max-width: 100%; }

.eyebrow {
  margin: 0 0 9px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(30px, 8.2vw, 36px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -1.4px;
  text-wrap: balance;
}

.hero-sub {
  max-width: 58%;
  margin: 13px 0 17px;
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.65;
}

.hero-cta {
  width: 132px;
  height: 44px;
}

.hero-product {
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: 48px;
  width: 164px;
  height: 190px;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 16px 18px rgba(17, 54, 42, 0.16));
  pointer-events: none;
}

.search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--surface);
  color: var(--muted);
}

.hero-search {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 14px;
  left: 16px;
  width: auto;
  box-shadow: 0 7px 24px rgba(20, 55, 43, 0.08);
}

.search-icon {
  flex: 0 0 auto;
  color: var(--green-700);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}

.search input::placeholder { color: #89958f; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-700);
  font-size: 15px;
}

.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item b { display: block; color: var(--ink); font-size: 12px; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 26px 2px 13px;
}

.section-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.3px;
}

.catalog-count {
  margin-left: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.section-head button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 44px;
  padding: 0 2px 0 16px;
  border: 0;
  background: transparent;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 650;
}

.promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid var(--green-700);
  border-radius: 14px;
  background: var(--green-900);
  color: #fff;
  text-align: left;
}

.promo b { display: block; font-size: 15px; }
.promo small { display: block; margin-top: 5px; color: rgba(255,255,255,.72); font-size: 10px; }
.promo strong { font-size: 12px; font-weight: 750; }
.promo strong { display: inline-flex; align-items: center; gap: 5px; }

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.brand-item {
  min-width: 0;
  min-height: 82px;
  padding: 10px 4px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  color: var(--ink);
  text-align: center;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.brand-item:active { border-color: var(--green-700); background: var(--green-50); transform: scale(.98); }
.brand-logo { display: grid; place-items: center; width: 34px; height: 34px; margin: 0 auto 7px; border-radius: 8px; font-size: 10px; font-weight: 900; }
.brand-item span:last-child { font-size: 11px; font-weight: 650; }

.card,
.list-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.card {
  margin-bottom: 13px;
  padding: 17px;
}


.list-card { overflow: hidden; }

.list-row {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 84px;
  padding: 13px 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  transition: background 150ms ease, transform 150ms ease;
}

.list-row:last-child { border-bottom: 0; }
.list-row:active { background: var(--green-50); transform: scale(.995); }
.list-main { min-width: 0; flex: 1; }
.list-title { display: block; overflow: hidden; font-size: 14px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.list-sub { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.chevron { color: #99a49f; font-size: 18px; }

.mini-phone,
.device-placeholder {
  width: 50px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 9px;
}

.device-image { padding: 1px; object-fit: contain; background: #f8faf9; }

.device-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #f7fbf9, var(--green-50));
  color: var(--green-800);
  font-size: 22px;
  overflow: hidden;
}

.device-placeholder small {
  position: absolute;
  right: 4px;
  bottom: 3px;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: var(--green-700);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.tag,
.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
}

.tag.red { background: var(--danger-bg); color: var(--danger); }
.tag.orange { background: var(--warning-bg); color: var(--warning); }
.price { color: var(--green-700); font-size: 17px; font-weight: 850; white-space: nowrap; }
.price small { color: var(--muted); font-size: 9px; font-weight: 500; }

.device-title { display: flex; align-items: center; gap: 14px; }
.device-title h2 { margin: 0 0 5px; font-size: 17px; }
.device-title p { margin: 0; color: var(--muted); font-size: 11px; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.choice {
  position: relative;
  min-height: 108px;
  padding: 15px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.choice:active { transform: scale(.985); }

.choice.selected { border: 2px solid var(--green-700); background: var(--green-50); padding: 14px 12px; }
.choice-icon { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--green-700); font-size: 17px; }
.choice b { display: block; font-size: 14px; }
.choice small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.choice.selected::after { content: "已选"; position: absolute; top: 10px; right: 10px; color: var(--green-700); font-size: 9px; font-weight: 750; }

.checkline { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-2); font-size: 12px; line-height: 1.6; }
.checkline input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--green-700); }

.quote-result { padding: 24px 18px 21px; text-align: left; }
.quote-result .label { color: var(--muted); font-size: 11px; }
.quote-amount { margin: 8px 0 7px; color: var(--green-700); font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -2px; }
.quote-meta { color: var(--muted); font-size: 10px; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 10px; }
.benefits span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 1px 0; background: var(--green-700); }

.tabbar {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: calc(66px + var(--safe-bottom));
  padding: 8px 12px calc(8px + var(--safe-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(16px);
}

.tabbar button {
  position: relative;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: #83908a;
  font-size: 10px;
}

.tabbar button.active { color: var(--green-700); font-weight: 750; }
.tabbar button > .ph { display: block; margin: 0 auto 5px; font-size: 21px; }
.tabbar button > span:not(.tab-badge) { display: block; }
.tab-badge { position: absolute; top: 2px; left: 56%; min-width: 17px; height: 17px; padding: 0 4px; border: 2px solid #fff; border-radius: 9px; background: var(--danger); color: #fff; font-size: 8px; line-height: 13px; }

.bottom-action {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
  padding: 12px 18px calc(12px + var(--safe-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(16px);
}

.bottom-action.with-tabs { bottom: calc(66px + var(--safe-bottom)); padding-bottom: 12px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  transition: transform 150ms ease, opacity 150ms ease, background 150ms ease;
}

.btn .ph { font-size: 17px; }
.btn { gap: 8px; }

.btn:active { transform: scale(.98); }
.btn:disabled { cursor: not-allowed; opacity: .48; filter: saturate(.45); }
.btn-primary { flex: 1; background: var(--green-700); color: #fff; }
.btn-primary:active { background: var(--green-900); }
.btn-secondary { background: var(--green-100); color: var(--green-900); }
.btn-outline { flex: 1; border: 1px solid var(--line-strong); background: #fff; color: var(--ink); }
.btn-danger { background: var(--danger-bg); color: var(--danger); }

.between { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.list-summary { margin-bottom: 14px; font-size: 13px; }
.list-summary b { display: inline-flex; align-items: center; gap: 6px; }
.list-summary b i { color: var(--green-700); font-size: 17px; font-weight: 400; }
.cart-row { display: flex; align-items: center; gap: 11px; padding: 13px; }
.cart-seq { width: 23px; flex: 0 0 auto; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.cart-info { min-width: 0; flex: 1; }
.cart-info b { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.cart-info .tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.text-btn { min-width: 42px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; }
.text-btn .ph { font-size: 17px; }

.summary { margin-top: 14px; }
.summary-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin: 10px 0; color: var(--ink-2); font-size: 12px; }
.summary-row b { max-width: 62%; color: var(--ink); text-align: right; overflow-wrap: anywhere; }
.summary-row.total { align-items: flex-end; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 750; }
.summary-row.total strong { color: var(--green-700); font-size: 26px; line-height: 1; letter-spacing: -1px; }

.field { margin-bottom: 17px; }
.field label { display: block; margin: 0 0 8px 1px; font-size: 12px; font-weight: 750; }
.field input,
.field select { width: 100%; height: 49px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 12px; outline: 0; background: #fff; color: var(--ink); font-size: 14px; }
.field input:focus,
.field select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(11,107,79,.1); }
.field input::placeholder { color: #8a9690; }
.field-help { margin: 7px 1px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.error-text { margin: 7px 1px 0; color: var(--danger); font-size: 10px; }

.notice {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  padding: 13px;
  border-left: 3px solid #c78a28;
  border-radius: 8px;
  background: var(--warning-bg);
  color: #66512f;
  font-size: 11px;
  line-height: 1.6;
}

.notice.green { border-color: var(--green-700); background: var(--green-50); color: var(--green-900); }
.notice.red { border-color: var(--danger); background: var(--danger-bg); color: #7e3434; }
.notice-icon { flex: 0 0 auto; color: inherit; font-size: 17px; font-weight: 800; letter-spacing: .04em; }

.warehouse { line-height: 1.8; }
.copy-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) 38px; align-items: start; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.copy-row:last-child { border-bottom: 0; }
.copy-row span:first-child { color: var(--muted); font-size: 10px; }
.copy-row b { text-align: right; font-size: 12px; overflow-wrap: anywhere; }
.copy { min-height: 32px; padding: 0; border: 0; background: transparent; color: var(--green-700); font-size: 10px; }

.steps { display: flex; margin: 8px 0 24px; }
.step { position: relative; flex: 1; color: #98a49f; font-size: 9px; text-align: center; }
.step::before { content: ""; position: relative; z-index: 2; display: block; width: 8px; height: 8px; margin: 0 auto 8px; border: 2px solid var(--bg); border-radius: 50%; background: #cbd5d0; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 3px; left: 50%; width: 100%; height: 1px; background: var(--line-strong); }
.step.done,
.step.active { color: var(--green-700); font-weight: 750; }
.step.done::before,
.step.active::before { background: var(--green-700); }
.step.done::after { background: var(--green-700); }
.step.active::before { box-shadow: 0 0 0 4px var(--green-100); }

.order-card { display: block; width: 100%; padding: 16px; color: var(--ink); text-align: left; transition: border-color 150ms ease, background 150ms ease, transform 150ms ease; }
.order-card:active { border-color: var(--green-700); background: var(--green-50); transform: scale(.992); }
.order-card .order-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }
.order-no { color: var(--muted); font-size: 10px; }
.order-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; }
.order-footer strong { color: var(--green-700); font-size: 17px; }
.order-message { margin: 10px 0 3px; font-size: 19px; line-height: 1.35; }
.order-state-icon { display: grid; place-items: center; min-width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: var(--green-50); color: var(--green-800); font-size: 22px; font-weight: 800; }
.full-button { width: 100%; margin-bottom: 13px; }

.timeline { margin: 4px 0 0 8px; }
.timeline-item { position: relative; padding: 0 0 22px 23px; border-left: 1px solid var(--line-strong); }
.timeline-item:last-child { border-left-color: transparent; }
.timeline-item::before { content: ""; position: absolute; top: 2px; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: #c3ceca; }
.timeline-item.active::before { background: var(--green-700); box-shadow: 0 0 0 4px var(--green-100); }
.timeline-item b { display: block; font-size: 12px; }
.timeline-item p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }

.verify-row { display: flex; align-items: center; gap: 10px; }
.verify-info { min-width: 0; flex: 1; }
.verify-info b { font-size: 12px; }
.verify-info p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.price-change { text-align: right; }
.price-change del { display: block; color: var(--muted); font-size: 10px; }
.price-change strong { color: var(--danger); font-size: 16px; }
.decision { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.decision button { min-height: 42px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; color: var(--ink-2); font-size: 11px; }
.decision button.selected.accept { border-color: var(--green-700); background: var(--green-50); color: var(--green-700); font-weight: 750; }
.decision button.selected.return { border-color: #d98d86; background: var(--danger-bg); color: var(--danger); font-weight: 750; }

.center-state { padding: 44px 15px; text-align: center; }
.shipping-state { padding: 14px 10px 24px; }
.parcel-mark,
.empty-icon,
.success-icon { display: grid; place-items: center; margin: 0 auto 18px; border: 1px solid var(--line-strong); background: var(--green-50); color: var(--green-800); font-weight: 850; }
.parcel-mark { width: 66px; height: 66px; border-radius: 14px; font-size: 29px; }
.shipping-state .parcel-mark { border-color: transparent; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; box-shadow: 0 10px 24px rgba(0,143,85,.18); }
.success-icon { width: 74px; height: 74px; border-radius: 50%; background: var(--green-700); color: #fff; font-size: 30px; }
.center-state h1 { margin: 0; font-size: 23px; }
.center-state p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.big-amount { margin: 23px 0; color: var(--green-700); font-size: 38px; font-weight: 900; }

.empty { padding: 74px 20px; text-align: center; color: var(--muted); }
.empty-icon { width: 58px; height: 58px; border-radius: 14px; font-size: 25px; letter-spacing: .08em; }
.empty h2 { margin: 0 0 8px; color: var(--ink); font-size: 18px; }
.empty p { margin: 0 0 22px; font-size: 12px; line-height: 1.65; }
.empty .btn { width: fit-content; margin: auto; }

.profile-head { display: flex; align-items: center; gap: 14px; padding: 20px; border: 0; background: var(--green-900); color: #fff; }
.profile-button { width: 100%; text-align: left; }
.profile-button > div:nth-child(2) { flex: 1; }
.profile-button > strong { font-size: 10px; }
.avatar { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; background: rgba(255,255,255,.11); font-size: 16px; font-weight: 850; }
.profile-head b { display: block; font-size: 17px; }
.profile-head span { display: block; margin-top: 6px; color: rgba(255,255,255,.7); font-size: 10px; }
.menu-row { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.cart-summary-label { display: inline-flex; align-items: center; gap: 7px; }
.cart-summary-label .ph { color: inherit; font-size: 16px; line-height: 1; }
.menu-row:last-child { border-bottom: 0; }
.menu-icon { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 8px; color: var(--green-700); font-size: 16px; }
.menu-row b { flex: 1; font-size: 13px; }
.menu-row > span:last-child { color: #9aa59f; }
.menu-button { width: 100%; border: 0; background: transparent; color: var(--ink); text-align: left; transition: color 150ms ease, transform 150ms ease; }
.menu-button:active { color: var(--green-700); transform: translateX(2px); }
.logout-link { display: block; min-height: 44px; margin: 2px auto 16px; padding: 8px 16px; border: 0; background: transparent; color: var(--muted); font-size: 11px; }

.login-screen { background: linear-gradient(180deg, #edf5f1 0, var(--bg) 34%); }
.login-form { padding: 20px; }
.code-field { display: flex; gap: 8px; }
.code-field input { min-width: 0; flex: 1; }
.code-field button { width: 112px; border: 0; border-radius: 12px; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; font-size: 11px; font-weight: 750; }
.code-field button:disabled { opacity: .72; }
.login-agreement { margin: 4px 0 18px; }
.login-agreement input { accent-color: var(--green-700); }
.login-submit { width: 100%; }
.login-tip { margin: 15px 4px 0; color: var(--muted); font-size: 9px; line-height: 1.65; text-align: center; }
.legal-article { padding: 28px 24px; }
.legal-article h2 { margin: 0 0 24px; color: var(--ink); font-size: 22px; }
.legal-body { color: var(--ink-2); font-size: 14px; line-height: 1.9; white-space: pre-wrap; overflow-wrap: anywhere; }
.legal-muted,.legal-updated { color: var(--muted); font-size: 12px; line-height: 1.7; }
.legal-updated { margin-top: 28px; }

.payout-methods { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; margin-bottom: 13px; }
.payout-option { position: relative; min-width: 0; min-height: 128px; padding: 11px; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--surface); }
.payout-option.selected { padding: 10px; border: 2px solid var(--green-700); background: var(--green-50); }
.payout-option.selected::after { content: '已选'; position: absolute; top: 10px; right: 10px; color: var(--green-700); font-size: 9px; font-weight: 750; }
.payout-option-main { display: block; width: 100%; min-height: 61px; padding: 2px 0 8px; border: 0; background: transparent; color: var(--ink); text-align: left; }
.payout-option-main b, .payout-wechat-option b { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; white-space: nowrap; }
.payment-logo { display: inline-flex; flex: 0 0 20px; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 5px; color: #fff; line-height: 1; }
.payment-logo-alipay { background: #1677ff; font-size: 14px; font-weight: 750; }
.payment-logo-wechat { background: #07b75a; font-size: 17px; }
.payout-option-main small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.payout-alipay-switch { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.payout-alipay-switch button { min-width: 0; min-height: 36px; padding: 0 2px; border: 0; border-radius: 8px; background: transparent; color: var(--ink-2); font-size: 11px; }
.payout-alipay-switch button.active { background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; font-weight: 700; box-shadow: 0 6px 14px rgba(0,199,119,.18); }
.payout-wechat-option { min-height: 128px; }
.checkout-icon-head h2 { display: inline-flex; align-items: center; gap: 7px; }
.checkout-icon-head h2 > .ph { color: var(--green-900); font-size: 20px; line-height: 1; }
.order-detail-icon-head h2 { display: inline-flex; align-items: center; gap: 7px; }
.order-detail-icon-head h2 > .ph { color: var(--green-900); font-size: 20px; line-height: 1; }
.payout-card { margin-top: 0; }
.upload-box { display: flex !important; align-items: center; justify-content: center; min-height: 52px; margin: 0 !important; border: 1px dashed #82aa9a; border-radius: 12px; background: var(--green-50); color: var(--green-800); font-size: 11px !important; cursor: pointer; }
.upload-box input { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; }
.qr-preview { display: block; width: 156px; height: 156px; margin: 14px auto 0; border: 1px solid var(--line); border-radius: 12px; object-fit: contain; background: #fff; }
.qr-preview.large { width: 210px; height: 210px; }
.payout-qr { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }
.selectable { user-select: all; }

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 34px;
  max-width: min(320px, calc(100vw - 32px));
  padding: 11px 16px;
  transform: translate(-50%, 16px);
  border-radius: 10px;
  background: rgba(23,33,29,.94);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.toast.show { transform: translate(-50%, 0); opacity: 1; }

.modal-backdrop { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(9,22,17,.46); backdrop-filter: blur(4px); }
.modal { width: min(360px, 100%); padding: 24px; border-radius: 16px; background: #fff; box-shadow: var(--floating-shadow); }
.modal-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 15px; border-radius: 12px; background: var(--warning-bg); color: var(--warning); font-size: 20px; font-weight: 800; }
.modal h3 { margin: 0; font-size: 19px; text-align: center; }
.modal p { margin: 13px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.modal-actions { display: flex; gap: 9px; }
.modal-actions .btn { flex: 1; }
.logout-modal { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(155deg,#fff 55%,var(--green-50)); }
.logout-modal .modal-icon { border-radius: 16px; background: var(--green-50); color: var(--green-900); }
.logout-modal p { text-align: center; }
.checkout-alert .modal-icon { background: var(--green-50); color: var(--green-900); }
.checkout-alert p { margin-bottom: 10px; }
.checkout-alert ul { max-height: 42vh; overflow-y: auto; margin: 0 0 20px; padding-left: 20px; color: var(--ink-2); font-size: 13px; line-height: 1.8; }
.ai-modal { max-height: min(86vh,680px); overflow-y: auto; padding: 20px; border-radius: 22px; }
.ai-modal-head { display: flex; align-items: flex-start; gap: 12px; }
.ai-modal-head > span { display: grid; flex: 0 0 auto; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(145deg,#19bd75,#07985d); color: #fff; font-size: 22px; }
.ai-modal h3 { margin: 1px 0 0; text-align: left; }
.ai-modal p { margin: 5px 0 14px; }
.ai-photo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; max-height: 272px; margin-bottom: 16px; overflow-y: auto; }
.ai-photo-grid figure { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 11px; background: var(--green-50); }
.ai-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.ai-photo-grid figcaption { position: absolute; right: 5px; bottom: 5px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: rgba(0,0,0,.62); color: #fff; font-size: 8px; }
.ai-progress { display: flex; align-items: center; gap: 11px; margin: 0 0 14px; padding: 12px; border-radius: 14px; background: var(--green-50); }
.ai-progress[hidden] { display: none; }
.ai-progress b,.ai-progress small { display: block; }
.ai-progress b { font-size: 11px; }
.ai-progress small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.ai-cart-notice { margin-top: 10px; }
.tag.ai-tag { background: #e4f3ff; color: #0872aa; }
.cart-actions { display: flex; flex-direction: column; flex: 0 0 36px; }
.cart-actions .text-btn { min-width: 36px; min-height: 32px; }
.cart-edit { color: var(--green-900); }

.loading { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 34px; color: var(--muted); font-size: 12px; }
.spinner { width: 19px; height: 19px; border: 2px solid #dbe7e1; border-top-color: var(--green-700); border-radius: 50%; animation: spin 700ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Eco-tech premium v2: confirmed mobile H5 direction */
body {
  font-family: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
}

.screen { padding-right: 20px; padding-left: 20px; }

.home-brand {
  align-items: center;
  min-height: 58px;
  padding: 4px 0 12px;
}

.brand-lockup {
  display: block;
  width: 116px;
  height: 39px;
  object-fit: contain;
  object-position: left center;
}

.round-action {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.84);
  color: var(--green-900);
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(0,143,85,.06);
}

.round-action:active { transform: scale(.95); background: var(--green-50); }

.hero {
  display: flex;
  align-items: center;
  min-height: 220px;
  margin-bottom: 12px;
  padding: 25px 22px 20px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(145deg, #e9fff3 0%, #f7fffb 58%, #fff 100%);
  box-shadow: 0 16px 40px rgba(0,143,85,.09);
}

.hero::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -54px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32,229,154,.2), rgba(32,229,154,0) 67%);
}

.hero::after {
  right: -94px;
  bottom: 22px;
  width: 252px;
  height: 252px;
  border: 46px solid rgba(0,199,119,.055);
}

.hero-copy { display: flex; flex-direction: column; align-items: flex-start; max-width: 61%; text-align: left; }
.hero h1 { font-size: clamp(30px,8.3vw,34px); line-height: 1.12; letter-spacing: -1.2px; }
.hero h1 em { background: linear-gradient(100deg, var(--green-900), var(--green-600)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-sub { align-self: flex-start; width: 164px; max-width: 100%; margin: 13px 0 17px; color: var(--ink-2); font-size: clamp(9px,2.8vw,12px); line-height: 1.7; text-align: center; white-space: nowrap; }
.hero-cta { width: 126px; height: 46px; border-radius: 23px; box-shadow: 0 10px 24px rgba(0,199,119,.22); }
.hero-product { right: -10px; bottom: -4px; width: 168px; height: 198px; filter: drop-shadow(0 18px 22px rgba(0,102,61,.17)); animation: hero-float 5.5s ease-in-out infinite; }
.hero-product { right: 1%; bottom: 0; width: 42%; height: 96%; object-position: center bottom; filter: drop-shadow(0 14px 18px rgba(0,54,39,.12)); animation: none; }
.home-search-wrap { position: relative; z-index: 15; margin-bottom: 16px; }
.home-search {
  min-height: 52px;
  margin: 0;
  border: 1px solid rgba(0,143,85,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 28px rgba(0,143,85,.08);
}
.home-search-trigger { padding-right: 120px; text-align: left; }
.home-search-placeholder { overflow: hidden; color: #89958f; font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }

.ai-recognition-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0 0 10px; }
.ai-recognition-button { display: flex; align-items: center; gap: 9px; min-width: 0; min-height: 55px; padding: 8px 11px; border: 0; border-radius: 20px; background: linear-gradient(145deg,#19bd75,#07985d); color: #fff; text-align: left; box-shadow: 0 11px 24px rgba(0,143,85,.2); }
.ai-recognition-button > span:first-child { display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px; color: #fff; font-size: 23px; }
.ai-recognition-button > span:last-child { min-width: 0; }
.ai-recognition-button b,.ai-recognition-button small { display: block; }
.ai-recognition-button b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ai-recognition-button small { margin-top: 4px; color: rgba(255,255,255,.8); font-size: 8px; line-height: 1.35; }
.ai-recognition-button:active { transform: scale(.98); filter: brightness(.94); }
.ai-recognition-picker { position: absolute; z-index: 24; top: 6px; right: 6px; margin: 0; }
.ai-picker-trigger { display: grid; grid-template-columns: 21px auto; align-items: center; gap: 6px; width: auto; min-height: 40px; padding: 6px 12px; border: 0; border-radius: 14px; background: linear-gradient(145deg,#19bd75,#07985d); color: #fff; text-align: left; box-shadow: 0 7px 16px rgba(0,143,85,.18); }
.ai-picker-trigger > span { display: grid; place-items: center; font-size: 19px; }
.ai-picker-trigger > b { font-size: 11px; white-space: nowrap; }
.ai-picker-trigger > .ph-caret-down { justify-self: end; font-size: 12px; transition: transform 180ms ease; }
.ai-recognition-picker.open .ai-picker-trigger > .ph-caret-down { transform: rotate(180deg); }
.ai-picker-trigger:active { transform: scale(.99); filter: brightness(.95); }
.ai-picker-menu { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; display: grid; width: 216px; gap: 7px; padding: 8px; transform: translateY(-5px); border: 1px solid rgba(0,143,85,.14); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 20px 42px rgba(0,70,43,.18); opacity: 0; visibility: hidden; pointer-events: none; transition: transform 180ms ease,opacity 180ms ease,visibility 180ms ease; }
.ai-recognition-picker.open .ai-picker-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.ai-picker-menu button { display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 10px; width: 100%; min-height: 48px; padding: 8px 14px; border: 0; border-radius: 15px; background: linear-gradient(145deg,#19bd75,#07985d); color: #fff; text-align: left; box-shadow: 0 7px 16px rgba(0,143,85,.12); }
.ai-picker-menu button > span { display: grid; place-items: center; font-size: 21px; }
.ai-picker-menu button > b { font-size: 13px; }
.ai-picker-menu button:active { transform: scale(.99); filter: brightness(.94); }
.visually-hidden { position: fixed !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; opacity: 0 !important; pointer-events: none !important; }

.home-section-head { margin-top: 0; }
.section-head > span { color: var(--muted); font-size: 11px; }

.quick-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 9px;
  margin-bottom: 16px;
}

.quick-category {
  min-width: 0;
  min-height: 92px;
  padding: 11px 3px 9px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(0,143,85,.045);
}

.quick-category > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 7px;
  border-radius: 14px;
  background: var(--green-50);
  color: var(--green-900);
  font-size: 20px;
}

.quick-category b { display: block; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.quick-category small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.quick-category:active { transform: scale(.97); border-color: rgba(0,199,119,.5); }
.quick-category:disabled { opacity: .45; }

.process-card {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 0 16px;
  padding: 18px 14px 17px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.process-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.process-head b { font-size: 15px; }
.process-head span { color: var(--muted); font-size: 10px; }
.process-section-head { min-height:44px; margin:10px 2px 8px; }
.process-section-head h2 { display:inline-flex; align-items:center; gap:7px; }
.process-section-head h2 > .ph { color:var(--green-900); font-size:20px; }
.process-section-head > span { font-size:10px; }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px 4px; width: 100%; isolation: isolate; }
.process-route { position:absolute; z-index:-2; inset:0; width:100%; height:100%; overflow:visible; pointer-events:none; }
.process-route path { fill:none; stroke:#cdeadd; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke; }
.process-middle-arrow { position:absolute; z-index:3; top:76px; left:50%; display:grid; place-items:center; width:18px; height:18px; transform:translate(-50%,-50%); color:#72ba97; font-size:11px; pointer-events:none; }
.process-steps > div { position: relative; z-index:1; min-width: 0; text-align: center; }
.process-steps > div > span { position: relative; z-index:1; display: grid; place-items: center; width:42px; height:42px; margin:0 auto 8px; border:1px solid #caeadb; border-radius:50%; background:#f3fff9; color:var(--green-900); font-size:19px; box-shadow:0 6px 15px rgba(0,143,85,.08); }
.process-steps small { display:block; min-height:14px; padding:0 1px; color:var(--ink-2); font-size:9px; font-weight:600; line-height:1.35; text-wrap:balance; }
.process-steps > div > .ph-caret-right,
.process-steps > div > .ph-caret-left,
.process-steps > div > .ph-caret-down { z-index:2; display:grid; place-items:center; width:18px; height:18px; border-radius:50%; background:transparent; color:#72ba97; font-size:11px; }
.process-steps > div > .ph-caret-right { position:absolute; top:12px; right:-7px; }
.process-steps > div > .ph-caret-left { position:absolute; top:12px; left:-7px; }
.process-step:nth-of-type(n+5) { grid-row: 2; }

.advantage-panel {
  display: grid;
  grid-template-columns: 1.35fr .82fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-bottom: 6px;
}

.advantage-main,
.advantage-mini { border: 1px solid rgba(0,199,119,.13); border-radius: 20px; background: linear-gradient(145deg,#e8fff2,#f8fffb); }
.advantage-main { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: space-between; min-height: 132px; padding: 18px; }
.advantage-main > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: var(--green-600); color: #fff; font-size: 21px; }
.advantage-main b { display: block; margin-bottom: 5px; font-size: 15px; }
.advantage-main small { color: var(--muted); font-size: 9px; line-height: 1.55; }
.advantage-mini { display: flex; align-items: center; gap: 9px; padding: 12px; }
.advantage-mini span { color: var(--green-900); font-size: 19px; }
.advantage-mini b { font-size: 10px; line-height: 1.4; }

.hot-scroller { display: flex; gap: 12px; margin: 0 -20px 3px; padding: 0 20px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.hot-scroller::-webkit-scrollbar { display: none; }
.hot-device { display: flex; align-items: center; gap: 11px; min-width: 228px; min-height: 108px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: #fff; color: var(--ink); text-align: left; scroll-snap-align: start; box-shadow: 0 10px 28px rgba(0,143,85,.05); }
.hot-device .mini-phone { width: 55px; height: 74px; }
.hot-device > span:last-child { min-width: 0; }
.hot-device b { display: block; max-width: 128px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.hot-device small { display: block; margin: 5px 0 7px; color: var(--muted); font-size: 9px; }
.hot-device strong { color: var(--green-900); font-size: 15px; }

.home-brands-head { margin: 10px 2px 8px; }
.home-brands-head h2 { display: inline-flex; align-items: center; gap: 7px; }
.home-brands-head h2 > .ph { display: inline-block; width: auto; height: auto; background: transparent; color: var(--green-900); font-size: 20px; }
.home-brands-head button { color: #98a39e; }
.home-brand-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 8px 5px;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.brand-tile {
  display: grid;
  min-width: 0;
  place-items: center;
  aspect-ratio: 1;
  padding: 8% 5% 7%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink-2);
  text-align: center;
  box-shadow: 0 7px 18px rgba(0,143,85,.045);
}
.home-brand-grid .brand-tile .brand-logo.brand-identity { width:55%; height:auto; aspect-ratio:1; margin:0 auto 5px; border-radius:28%; }
.home-brand-grid .brand-logo .brand-identity-image { inset:12.5%; width:75%; height:75%; background:transparent; }
.home-brand-grid .brand-logo .brand-identity-fallback { max-width:75%; font-size:8px; }
.home-brand-tile { min-height: 0; }
.home-brand-tile > span:last-child { display: block; width: 100%; overflow: hidden; font-size: 8.5px; font-weight: 650; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.brand-tile:active { background: var(--green-50); transform: scale(.96); }

.brand-chip.all-brands-chip { padding-right: 16px; padding-left: 16px; }

.card,
.list-card { border-color: var(--line); border-radius: 20px; }
.card { padding: 18px; }

.screen-head { min-height: 56px; margin-bottom: 18px; }
.screen-head h1 { font-size: 18px; }
.back,
.head-action { border-radius: 22px; }
.back:active,
.head-action:active { background: var(--green-50); }

.search { min-height: 50px; border-color: var(--line); border-radius: 16px; box-shadow: 0 8px 22px rgba(0,143,85,.04); }
.catalog-screen { scroll-padding-top: 68px; }
.catalog-screen .screen-head { position: sticky; z-index: 9; top: 0; margin-top: 0; margin-bottom: 12px; background: var(--bg); }
.catalog-search-wrap { position:sticky; z-index:7; top:68px; }
.catalog-search-wrap .catalog-search { position:relative; z-index:1; margin:0; background:#fff; }
.catalog-search-wrap .catalog-search input { padding-right:108px; font-size:16px; scroll-margin-top:68px; }
.brand-chips { display: flex; gap: 8px; margin: 14px -20px 2px; padding: 0 20px 8px; overflow-x: auto; scrollbar-width: none; }
.brand-chips::-webkit-scrollbar { display: none; }
.brand-chip { min-width: max-content; min-height: 36px; padding: 0 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink-2); font-size: 11px; }
.brand-chip.active { border-color: transparent; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; box-shadow: 0 7px 18px rgba(0,199,119,.18); }
.catalog-heading { margin-top: 15px; }
.catalog-heading h2 { display:inline-flex; align-items:center; gap:7px; font-size:17px; }
.catalog-heading h2 > .ph { color:var(--green-900); font-size:20px; }
.catalog-heading .catalog-count { margin-left:0; }
.catalog-screen .list-card { box-shadow: 0 12px 32px rgba(0,143,85,.055); }
.list-row { min-height: 92px; padding: 12px 14px; }
.mini-phone,
.device-placeholder { width: 54px; height: 68px; border-radius: 13px; }
.device-image { background: linear-gradient(145deg,#fff,#f3faf6); }
.list-title { font-size: 14px; }
.list-sub { margin-top: 6px; font-size: 10px; }
.price { color: var(--green-900); }

.quote-screen .device-title { position: relative; min-height: 94px; padding: 14px 16px; box-shadow: var(--shadow); }
.quote-screen .device-title .mini-phone,
.quote-screen .device-title .device-placeholder { width: 58px; height: 76px; }
.model-change { margin-left: auto; min-width: 48px; min-height: 36px; border: 0; border-radius: 18px; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; box-shadow: 0 8px 18px rgba(0,199,119,.2); font-size: 10px; font-weight: 700; }
.quote-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 4px 2px 20px; }
.quote-progress span { height: 4px; border-radius: 2px; background: var(--line); }
.quote-progress span.active { background: linear-gradient(90deg,var(--green-600),var(--green-900)); }
.quote-section-head h2 { display: inline-flex; align-items: center; gap: 7px; }
.quote-section-head h2 > .ph { display: inline-block; width: auto; height: auto; background: transparent; color: var(--green-900); font-size: 20px; line-height: 1; }
.choice { min-height: 112px; border-radius: 18px; }
.choice.selected { border-color: var(--green-600); background: linear-gradient(145deg,var(--green-50),#fff); box-shadow: 0 10px 24px rgba(0,199,119,.08); }
.choice-icon { border: 0; border-radius: 12px; background: var(--green-50); color: var(--green-900); }
.choice.selected .choice-icon { background: var(--green-600); color: #fff; }
.board-confirm { margin-top: 16px; }
.quote-result { position: relative; overflow: hidden; padding: 25px 20px 21px; border-color: rgba(0,199,119,.2); background: linear-gradient(150deg,#fff 0%,#effff7 100%); box-shadow: 0 16px 36px rgba(0,143,85,.09); }
.quote-result::after { content: ""; position: absolute; right: -58px; bottom: -74px; width: 180px; height: 180px; border: 34px solid rgba(0,199,119,.06); border-radius: 50%; }
.quote-label { color: var(--green-900); font-size: 11px; font-weight: 700; }
.quote-amount { position: relative; z-index: 1; margin: 9px 0; color: var(--green-900); font-size: 52px; }
.quote-trust { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(0,143,85,.12); }
.quote-trust span { display: flex; align-items: center; justify-content: center; gap: 4px; color: var(--ink-2); font-size: 9px; white-space: nowrap; }
.quote-trust .ph { color: var(--green-900); font-size: 14px; }

.btn { height: 52px; border-radius: 26px; }
.btn-primary { background: linear-gradient(135deg,var(--green-600),var(--green-900)); box-shadow: 0 10px 24px rgba(0,199,119,.2); }
.btn-primary:active { background: linear-gradient(135deg,var(--green-700),var(--green-950)); }
.btn-outline { border-color: var(--line-strong); border-radius: 26px; }
.bottom-action { padding: 12px 18px calc(12px + var(--safe-bottom)); }

.tabbar { min-height: calc(70px + var(--safe-bottom)); padding-top: 7px; }
.tabbar button { min-height: 52px; }
.tabbar button > .ph { display: grid; place-items: center; width: 32px; height: 27px; margin: 0 auto 3px; border-radius: 14px; }
.tabbar button.active > .ph { background: var(--green-50); color: var(--green-900); }

.profile-hero { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 118px; padding: 22px; border: 0; border-radius: 24px; background: linear-gradient(135deg,#007f4d 0%,#00c777 72%,#20e59a 100%); color: #fff; text-align: left; box-shadow: 0 18px 38px rgba(0,143,85,.2); }
.profile-hero .avatar { width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.34); border-radius: 19px; background: rgba(255,255,255,.16); font-size: 25px; }
.profile-hero .avatar { overflow: hidden; }
.avatar-image { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.profile-hero > div:nth-child(2) { min-width: 0; flex: 1; }
.profile-hero b { display: block; font-size: 18px; }
.profile-hero.guest b { font-size: 22px; }
.profile-hero span { display: block; margin-top: 7px; color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.5; }
.profile-hero > strong { font-size: 21px; }
.profile-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: -12px 12px 0; padding: 18px 4px 15px; border: 1px solid var(--line); border-radius: 0 0 20px 20px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.profile-stats div { min-width: 0; padding: 0 5px; text-align: center; }
.profile-stats div + div { border-left: 1px solid var(--line); }
.profile-stats strong { display: block; overflow: hidden; color: var(--green-900); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.profile-stats span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.mine-screen .menu-card { margin-top: 24px; box-shadow: var(--shadow); }
.mine-screen .menu-row:not(:last-child) { border-bottom: 1px solid #d4e5dd; }
.menu-icon { border: 0; border-radius: 12px; background: transparent; color: var(--green-900); }
.quote-consent-text { line-height: 1.8; }
.quote-consent-heading { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; }
.quote-consent-details { margin: 10px 0 0; color: var(--muted); white-space: pre-line; font-size: 10px; }
.account-delete-card { padding: 28px 24px; }
.account-delete-card h2 { margin: 0 0 10px; font-size: 20px; }
.account-delete-card > p { margin: 0 0 24px; color: var(--ink-2); font-size: .95em; line-height: 1.8; }
.account-delete-warning { margin-bottom: 18px; padding: 12px 15px; border-radius: 12px; background: #fff4e8; color: #9b5015; font-size: 13px; }
.account-delete-card .field { display: block; margin-bottom: 19px; }
.account-delete-card .field b { display: block; margin-bottom: 9px; }
.account-delete-card .field > input,.account-delete-code-row input { width: 100%; min-width: 0; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.account-delete-code-row { display: flex; gap: 10px; }
.account-delete-code-row button { flex: 0 0 auto; padding: 0 14px; }
.account-delete-submit { width: 100%; margin-top: 24px; }

@keyframes v2-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (min-width: 431px) {
  .app-shell {
    height: 100dvh;
  }
}

@media (max-width: 600px), (hover: none) and (pointer: coarse) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
  textarea,
  select { font-size: 16px !important; }
}

@media (max-width: 430px) {
  body { background: var(--bg); }
  .desktop-shell { display: block; }
  .toast { bottom: 92px; }
}

@media (max-width: 370px) {
  .screen { padding-right: 16px; padding-left: 16px; }
  .hero { min-height: 342px; padding-right: 17px; padding-left: 17px; }
  .hero h1 { font-size: 29px; }
  .hero-sub { width: 145px; }
  .hero-product { right: 0; width: 43%; }
  .brand-grid { gap: 6px; }
  .choice { padding-right: 10px; padding-left: 10px; }
  .cart-row { gap: 8px; }
  .mini-phone, .device-placeholder { width: 44px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 上线完善：状态问答、内容页和订单闭环 */
.eyebrow { color: var(--green-900); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-progress { position: relative; padding-bottom: 18px; }
.quote-progress small { position: absolute; right: 0; bottom: 0; color: var(--muted); font-size: 9px; }
.condition-card { padding: 6px 16px; }
.condition-group { padding: 16px 0; border-bottom: 1px solid var(--line); }
.condition-group:last-child { border-bottom: 0; }
.condition-group h3 { margin: 0; font-size: 14px; }
.condition-group p { margin: 4px 0 11px; color: var(--muted); font-size: 10px; }
.condition-options { display: flex; flex-wrap: wrap; gap: 8px; }
.condition-option { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink-2); font-size: 11px; }
.condition-option.selected { border-color: var(--green-600); background: var(--green-50); color: var(--green-900); font-weight: 800; box-shadow: inset 0 0 0 1px rgba(0,199,119,.08); }
.choice.compact { min-height: 76px; }
textarea { box-sizing: border-box; width: 100%; min-height: 92px; padding: 13px 14px; resize: vertical; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); font: inherit; }
.source-card { padding: 16px; }
.source-card .choice-grid { margin-bottom: 14px; }
.source-card .field { margin-bottom: 0; }
.skeleton { overflow: hidden; border-radius: 20px; background: linear-gradient(100deg,#eef4f0 25%,#f9fcfa 40%,#eef4f0 55%); background-size: 300% 100%; animation: skeleton-shine 1.2s infinite linear; }
.quote-skeleton { height: 176px; margin-top: 18px; }
.detail-skeleton { height: 190px; margin: 18px 0; }
.detail-skeleton.short { height: 100px; }
@keyframes skeleton-shine { to { background-position: -150% 0; } }
.status-hero { display: flex; align-items: center; gap: 15px; min-width: 0; margin: 4px 0 14px; padding: 20px; border: 1px solid #ccebdd; border-radius: 22px; background: linear-gradient(135deg,#eafff4,#fff); box-shadow: var(--shadow); }
.status-hero > span { display: grid; flex: 0 0 52px; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; font-size: 24px; }
.status-hero > div { min-width: 0; }
.status-hero small { display: block; color: var(--green-900); font-size: 10px; font-weight: 700; }
.status-hero h1 { margin: 3px 0 4px; color: var(--ink); font-size: 23px; line-height: 1.25; }
.status-hero p { margin: 0; color: var(--ink-2); font-size: 11px; line-height: 1.55; }
.status-hero.warning { background: linear-gradient(135deg,#fff6e7,#fff); color: #9b5d00; }
.status-hero.warning > span { background: linear-gradient(135deg,#e5a734,#b57511); }
.status-hero + .timeline { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; margin: 0 0 20px; padding: 17px 8px 15px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.status-hero + .timeline > div { position: relative; display: grid; justify-items: center; align-content: start; gap: 7px; min-width: 0; text-align: center; }
.status-hero + .timeline > div:not(:last-child)::after { content: ''; position: absolute; top: 12px; left: calc(50% + 17px); width: calc(100% - 34px); height: 2px; background: var(--line); }
.status-hero + .timeline > div.done:not(:last-child)::after { background: var(--green-600); }
.status-hero + .timeline > div > span { z-index: 1; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line-strong); border-radius: 50%; background: #fff; color: var(--muted); font-size: 11px; font-weight: 800; }
.status-hero + .timeline > div.done > span { border-color: var(--green-600); background: var(--green-50); color: var(--green-900); }
.status-hero + .timeline small { color: var(--muted); font-size: 9px; line-height: 1.3; white-space: nowrap; }
.status-hero + .timeline .done small { color: var(--green-900); font-weight: 700; }
.shipment-card { display: flex; align-items: center; gap: 13px; padding: 15px; }
.shipment-card > div { min-width: 0; }
.shipment-card b,.shipment-card p,.shipment-card small { display: block; margin: 0; }
.shipment-card p { margin: 5px 0; color: var(--ink-2); font-size: 12px; }
.shipment-card small { color: var(--muted); font-size: 10px; }
.order-actions { display: grid; gap: 10px; margin: 22px 0 10px; }
.order-actions [data-action="go-shipping"] { background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; box-shadow: 0 10px 24px rgba(0,199,119,.2); }
.danger-link { min-height: 42px; border: 0; background: none; color: #cf4141; font-weight: 700; }
.inline-link,.text-link { color: var(--green-900); font-weight: 700; text-decoration: none; }
.text-link { display: inline; padding: 0; border: 0; background: none; font: inherit; }
.inspection-hero,.help-hero,.info-hero { margin-bottom: 22px; padding: 26px 22px; border-radius: 24px; background: linear-gradient(145deg,#eafff4,#fff); text-align: center; }
.inspection-hero > span,.help-hero > span,.info-hero > span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 18px; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; font-size: 26px; box-shadow: 0 12px 24px rgba(0,143,85,.18); }
.inspection-hero h1,.help-hero h1,.info-hero h1 { margin: 0 0 8px; font-size: 24px; }
.inspection-hero p,.help-hero p,.info-hero p { margin: 0; color: var(--ink-2); font-size: 12px; line-height: 1.7; }
.help-hero .btn { margin-top: 18px; }
.inspection-device { padding: 16px; }
.inspection-device header { display: flex; align-items: center; gap: 12px; }
.inspection-device header div { flex: 1; }
.inspection-device h2 { margin: 3px 0 0; font-size: 15px; }
.inspection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 15px 0; }
.inspection-grid div { padding: 12px; border-radius: 13px; background: var(--green-50); }
.inspection-grid span,.inspection-grid b { display: block; }
.inspection-grid span { color: var(--muted); font-size: 9px; }
.inspection-grid b { margin-top: 5px; color: var(--green-900); font-size: 12px; }
.inspection-device > p { margin: 0; color: var(--ink-2); font-size: 11px; line-height: 1.6; }
.completion-screen { text-align: center; }
.success-orbit { display: grid; place-items: center; width: 88px; height: 88px; margin: 54px auto 20px; border: 12px solid #dffff0; border-radius: 50%; background: var(--green-600); color: #fff; font-size: 42px; box-shadow: 0 18px 45px rgba(0,199,119,.22); }
.completion-screen > h1 { margin: 8px 0; font-size: 30px; }
.completion-amount { color: var(--green-900); font-size: 48px; font-weight: 900; letter-spacing: -.04em; }
.completion-screen > p { color: var(--muted); font-size: 11px; }
.eco-result { display: flex; flex-direction: column; gap: 7px; margin: 28px 0 18px; padding: 20px; background: linear-gradient(145deg,var(--green-50),#fff); text-align: left; }
.eco-result span { color: var(--ink-2); font-size: 11px; line-height: 1.7; }
.completion-actions { display: flex; gap: 12px; margin-top: 10px; }
.completion-actions .btn { flex: 1 1 0; min-width: 0; padding-inline: 8px; }
.payment-voucher { display: grid; justify-items: start; gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--line); text-align: left; }
.payment-voucher > span { color: var(--ink-2); font-size: 12px; }
.payment-voucher-thumb { display: block; width: 112px; height: 112px; padding: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--green-50); }
.payment-voucher-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.payment-image-overlay { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(13, 29, 22, .82); }
.payment-image-dialog { position: relative; max-width: min(92vw, 760px); max-height: 90dvh; }
.payment-image-dialog img { display: block; max-width: 100%; max-height: 86dvh; border-radius: 12px; object-fit: contain; }
.payment-image-close { position: absolute; top: -16px; right: -16px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 28px; }
.prose-card { padding: 4px 18px; }
.prose-card section { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.prose-card section:last-child { border-bottom: 0; }
.prose-card b { color: var(--green-600); font-size: 12px; }
.prose-card p { margin: 0; color: var(--ink-2); font-size: 12px; line-height: 1.8; }
.faq-list { display: grid; gap: 10px; }
.faq { padding: 0 16px; }
.faq summary { display: flex; align-items: center; justify-content: space-between; min-height: 58px; font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq[open] summary .ph { transform: rotate(45deg); }
.faq p { margin: 0 0 16px; color: var(--ink-2); font-size: 11px; line-height: 1.7; }
.message-summary { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 18px; border-radius: 20px; background: linear-gradient(135deg,#008f55,#00c777); color: #fff; }
.message-summary > span { font-size: 27px; }
.message-summary b,.message-summary p { display: block; margin: 0; }
.message-summary p { margin-top: 5px; color: rgba(255,255,255,.78); font-size: 10px; }
.warehouse h3 { margin-top: 0; }
.warehouse-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.warehouse-head h3 { margin: 0; }
.warehouse-copy.btn { flex: 0 0 auto; height: 36px; padding: 0 14px; border-radius: 10px; background: linear-gradient(135deg,var(--green-600),var(--green-900)); color: #fff; font-size: 11px; box-shadow: 0 6px 16px rgba(0,143,85,.14); }
.shipping-scan-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; margin: 4px auto 0; position: relative; cursor: pointer; }
.shipping-scan-btn input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.shipping-recognition-status { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.carrier-options { max-height: 260px; overflow-y: auto; margin-top: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(17, 75, 55, .08); }
.carrier-options[hidden] { display: none; }
.carrier-options-meta,.carrier-options-empty { padding: 8px 10px; color: var(--muted); font-size: 11px; }
.carrier-options button { display: block; width: 100%; min-height: 42px; padding: 9px 10px; border: 0; border-radius: 8px; background: transparent; color: var(--ink); text-align: left; font: inherit; cursor: pointer; }
.carrier-options button:hover,.carrier-options button:focus-visible { background: var(--green-50); color: var(--green-900); }
.carrier-options .carrier-options-more { color: var(--green-900); font-weight: 700; }
.shipping-other-carrier { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; min-height: 38px; margin-top: 6px; padding: 0; border: 0; background: none; color: var(--muted); font: inherit; font-size: .9em; font-weight: 500; text-align: center; cursor: pointer; }
.shipping-other-carrier .ph { color: inherit; font-size: 1em; }
.warehouse .copy-row { grid-template-columns: 58px minmax(0,1fr); }
.warehouse + .card .field:first-child > label { margin: 0 0 18px; font-size: 18px; font-weight: 800; line-height: 1.35; }

/* Brand identity and required order photos */
.brand-identity { position: relative; display: inline-grid; place-items: center; flex: 0 0 auto; width: 26px; height: 26px; overflow: hidden; border: 1px solid #dfe9e4; border-radius: 8px; background: #fff; color: var(--brand-color); vertical-align: middle; }
.brand-identity-fallback { max-width: 100%; padding: 0 2px; overflow: hidden; font-size: 7px; font-weight: 900; letter-spacing: -.03em; line-height: 1; white-space: nowrap; }
.brand-identity-image { position: absolute; inset: 5px; width: calc(100% - 10px); height: calc(100% - 10px); object-fit: contain; background: #fff; }
.brand-chip { display: inline-flex; align-items: center; gap: 7px; padding: 4px 13px 4px 5px; }
.brand-chip .brand-identity,.brand-chip .all-brand-mark { width: 27px; height: 27px; border-radius: 9px; }
.all-brand-mark { display: inline-grid; place-items: center; background: var(--green-50); color: var(--green-800); font-size: 10px; font-weight: 900; }
.brand-chip.active .brand-identity,.brand-chip.active .all-brand-mark { border-color: rgba(255,255,255,.28); background: #fff; color: var(--green-800); }
.brand-logo.brand-identity { width: 36px; height: 36px; margin: 0 auto 7px; border-radius: 11px; }
.brand-inline.brand-identity { width: 17px; height: 17px; margin-right: 5px; border-radius: 5px; }
.brand-inline .brand-identity-image { inset: 3px; width: calc(100% - 6px); height: calc(100% - 6px); }
.list-sub { display: flex; align-items: center; }
.compact-condition-card .condition-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
.order-photo-card { padding: 16px; }
.order-photo-card > p { margin: 0 0 14px; color: var(--ink-2); font-size: 11px; line-height: 1.65; }
.order-photo-uploads,.order-photo-viewer { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.order-photo-upload { position: relative; display: flex; min-height: 154px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; overflow: hidden; border: 1.5px dashed #b8d9cc; border-radius: 17px; background: linear-gradient(145deg,#f7fffb,#eefaf4); color: var(--green-800); text-align: center; cursor: pointer; }
.order-photo-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.order-photo-upload b,.order-photo-upload small,.order-photo-upload .photo-upload-icon { position: relative; z-index: 2; }
.order-photo-upload b { font-size: 12px; }
.order-photo-upload small { max-width: 120px; color: var(--muted); font-size: 9px; }
.photo-upload-icon { font-size: 25px; }
.order-photo-upload.ready { min-height: 180px; justify-content: flex-end; padding-bottom: 12px; border-style: solid; color: #fff; }
.order-photo-upload.ready::after { content: ''; position: absolute; z-index: 1; inset: 45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.7)); }
.order-photo-upload img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.order-photo-upload.ready small { color: rgba(255,255,255,.78); }
.order-photo-viewer { padding: 12px; }
.order-photo-viewer figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 14px; background: #eff5f2; }
.order-photo-viewer img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.order-photo-viewer figcaption { position: absolute; right: 8px; bottom: 8px; padding: 4px 8px; border-radius: 999px; background: rgba(10,39,29,.78); color: #fff; font-size: 9px; }
.catalog-more { display: grid; justify-items: center; gap: 8px; padding: 22px 12px; }
.catalog-more .btn { min-width: 180px; }
.catalog-more small { color: var(--muted); font-size: 9px; }
