:root {
  --bg: #eef3ff;
  --card: rgba(255, 255, 255, 0.84);
  --ink: #0f172a;
  --muted: #667085;
  --line: rgba(148, 163, 184, .22);
  --brand: #3662ff;
  --brand2: #00b8a9;
  --brand3: #8b5cf6;
  --danger: #dc2626;
  --warn: #f59e0b;
  --ok: #16a34a;
  --shadow: 0 24px 80px rgba(15, 23, 42, .12);
  --soft-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

/* 20260812：供货端“我的客服群”与管理端二维码配置 */
.support-group-admin-form {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.support-group-admin-preview {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}
.support-group-admin-preview img {
  width: min(260px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}
.support-group-toggle {
  display: flex !important;
  align-items: center;
  gap: 9px;
}
.support-group-toggle input {
  width: auto;
}
.support-group-page {
  min-height: min(680px, calc(100vh - 160px));
  display: grid;
  place-items: start center;
}
.support-group-card {
  width: min(520px, 100%);
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(65, 171, 106, .18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(44, 91, 65, .08);
  text-align: center;
}
.support-group-name {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #24372b;
  text-align: left;
}
.support-group-name > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #22b65f;
}
.support-group-name svg {
  width: 19px;
  height: 19px;
}
.support-group-qr {
  width: min(360px, 82vw);
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  -webkit-touch-callout: default;
  user-select: auto;
}
.support-group-card p,
.support-group-card small {
  margin: 0;
}
.support-group-card p {
  color: #6f7873;
}
.support-group-card small {
  color: #a0aaa4;
}
.support-group-unavailable {
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: #718078;
}
.support-group-unavailable svg {
  width: 110px;
}
.support-group-unavailable b,
.support-group-unavailable span {
  display: block;
}
.support-group-mobile-header {
  width: 100%;
  min-height: 48px;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  border-bottom: 1px solid #eef0f2;
  background: #fff;
}
.support-group-mobile-header button {
  min-height: 42px;
  padding: 0;
  border: 0;
  color: #31373d;
  background: transparent;
  box-shadow: none;
  font-size: 30px;
  font-weight: 300;
}
.support-group-mobile-header h2 {
  margin: 0;
  text-align: center;
  font-size: 16px;
}

/* 20260812：客户视频 cc3e264a 新手教学中心 */
.tutorial-admin-card {
  max-width: 1040px;
}
.tutorial-admin-form,
.tutorial-admin-list {
  display: grid;
  gap: 16px;
}
.tutorial-admin-list {
  margin: 18px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tutorial-faq-admin-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fbfa;
}
.tutorial-faq-admin-item header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tutorial-faq-admin-item header > span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #2bc1a5, #5d9df6);
  font-weight: 900;
}
.tutorial-faq-admin-item header b,
.tutorial-faq-admin-item header small {
  display: block;
}
.tutorial-faq-admin-item header small {
  margin-top: 3px;
  color: var(--muted);
}
.tutorial-center-page {
  width: min(760px, 100%);
  margin: 0 auto;
}
.tutorial-center-head {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 26px;
  border: 1px solid #dceee9;
  border-radius: 26px;
  color: #173d39;
  background:
    radial-gradient(circle at 90% 10%, rgba(105, 166, 255, .18), transparent 32%),
    linear-gradient(145deg, #effbf7, #f7fbff);
  box-shadow: 0 18px 50px rgba(48, 103, 95, .08);
}
.tutorial-center-head > span {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #35c7a7, #5a9cf5);
  box-shadow: 0 14px 30px rgba(54, 157, 147, .20);
}
.tutorial-center-head svg {
  width: 30px;
  height: 30px;
}
.tutorial-center-head small,
.tutorial-center-head h2,
.tutorial-center-head p {
  margin: 0;
}
.tutorial-center-head small {
  color: #269485;
  font-weight: 850;
}
.tutorial-center-head h2 {
  margin-top: 4px;
  font-size: 28px;
}
.tutorial-center-head p {
  margin-top: 7px;
  color: #6d807d;
}
.tutorial-faq-list {
  display: grid;
  gap: 10px;
}
.tutorial-faq-item {
  overflow: hidden;
  border: 1px solid #e5ecea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(40, 78, 72, .045);
}
.tutorial-faq-question {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border: 0;
  border-radius: 0;
  color: #263d39;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
.tutorial-faq-question:hover {
  box-shadow: none;
  transform: none;
}
.tutorial-faq-question > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tutorial-faq-question em {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #258e80;
  background: #eaf8f4;
  font-style: normal;
  font-weight: 900;
}
.tutorial-faq-question b {
  line-height: 1.55;
}
.tutorial-faq-question > i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-right: 2px solid #8b9996;
  border-bottom: 2px solid #8b9996;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.tutorial-faq-item.expanded .tutorial-faq-question > i {
  transform: rotate(225deg);
}
.tutorial-faq-answer {
  display: none;
  padding: 0 60px 18px;
  border-top: 1px solid transparent;
}
.tutorial-faq-item.expanded .tutorial-faq-answer {
  display: block;
  border-top-color: #edf2f0;
}
.tutorial-faq-answer p {
  margin: 14px 0 0;
  color: #657773;
  line-height: 1.85;
}
.tutorial-article-link {
  margin-top: 10px;
  padding: 0;
  border: 0;
  color: #ef5f56;
  background: transparent;
  box-shadow: none;
  font-weight: 850;
}
.tutorial-article-link:hover {
  box-shadow: none;
  transform: none;
}
.tutorial-center-note {
  margin: 16px 0 0;
  color: #8b9996;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 700px) {
  .support-group-admin-form {
    grid-template-columns: 1fr;
  }
  .support-group-page {
    min-height: calc(100dvh - 60px);
    display: block;
    margin: -12px -10px 0;
    background: #fff;
  }
  .support-group-mobile-header {
    display: grid !important;
  }
  .support-group-card {
    width: 100%;
    gap: 14px;
    padding: 28px 30px 44px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .support-group-name {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .support-group-name > span {
    width: 28px;
    height: 28px;
  }
  .support-group-name svg {
    width: 16px;
    height: 16px;
  }
  .support-group-qr {
    width: min(310px, 88vw);
  }
  .support-group-card p {
    font-size: 12px;
  }
  .support-group-card small {
    font-size: 10px;
  }
  .tutorial-admin-list {
    grid-template-columns: 1fr;
  }
  .tutorial-center-page {
    width: auto;
    margin: -12px -10px 0;
    padding: 14px 12px 84px;
    background: #f7faf9;
  }
  .tutorial-center-head {
    gap: 13px;
    margin-bottom: 12px;
    padding: 18px 16px;
    border-radius: 20px;
    box-shadow: none;
  }
  .tutorial-center-head > span {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 16px;
  }
  .tutorial-center-head svg {
    width: 24px;
    height: 24px;
  }
  .tutorial-center-head h2 {
    font-size: 20px;
  }
  .tutorial-center-head p {
    font-size: 12px;
    line-height: 1.6;
  }
  .tutorial-faq-list {
    gap: 8px;
  }
  .tutorial-faq-item {
    border-radius: 14px;
    box-shadow: none;
  }
  .tutorial-faq-question {
    min-height: 57px;
    padding: 12px 14px;
    font-size: 13px;
  }
  .tutorial-faq-question em {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    border-radius: 9px;
    font-size: 12px;
  }
  .tutorial-faq-answer {
    padding: 0 14px 15px 52px;
  }
  .tutorial-faq-answer p {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.75;
  }
  .tutorial-article-link {
    font-size: 12px;
  }
}

/* 2026-08-12 手机卖家市场：商品小类别与三档多价格 */
@media (max-width: 700px) {
  .mobile-product-view-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 4px;
    border: 1px solid #e7eef5;
    border-radius: 14px;
    background: #f5f9fc;
  }
  .mobile-product-view-tabs button {
    min-height: 38px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #718096;
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-product-view-tabs button.active {
    background: #fff;
    color: #1585a8;
    box-shadow: 0 5px 15px rgba(44, 115, 145, .12);
  }
  .mobile-seller-market .mobile-product-toolbar {
    gap: 10px;
  }
  .mobile-market-body {
    display: grid;
    gap: 10px;
  }
  .mobile-market-categories {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 14px 2px;
    scrollbar-width: none;
  }
  .mobile-market-categories::-webkit-scrollbar {
    display: none;
  }
  .mobile-market-categories button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #e4edf3;
    border-radius: 999px;
    background: #fff;
    color: #657386;
    font-size: 13px;
  }
  .mobile-market-categories button.active {
    border-color: #8dd5e7;
    background: #eaf9fc;
    color: #137e9d;
    font-weight: 700;
  }
  .mobile-market-grid {
    display: grid;
    gap: 10px;
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }
  .mobile-market-card {
    overflow: hidden;
    border: 1px solid #e4edf3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(39, 91, 114, .07);
  }
  .mobile-market-card > header {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 13px 13px 10px;
  }
  .mobile-market-logo {
    width: 46px;
    height: 46px;
    border: 1px solid #edf2f6;
    border-radius: 13px;
    background: #fff;
  }
  .mobile-market-card header div {
    min-width: 0;
  }
  .mobile-market-card header small {
    color: #93a1af;
    font-size: 11px;
  }
  .mobile-market-card header h3 {
    overflow: hidden;
    margin: 2px 0 0;
    color: #233647;
    font-size: 15px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-market-card header p {
    overflow: hidden;
    margin: 3px 0 0;
    color: #6e7f8f;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-market-card header em {
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef9f3;
    color: #2b9a65;
    font-size: 11px;
    font-style: normal;
    white-space: nowrap;
  }
  .mobile-market-card.is-added header em {
    background: #eef4f7;
    color: #6e7f8f;
  }
  .mobile-market-prices {
    display: grid;
    gap: 6px;
    margin: 0 12px;
    padding: 9px 10px;
    border-radius: 12px;
    background: #f7fafc;
  }
  .mobile-market-prices span {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }
  .mobile-market-prices small {
    color: #758799;
    font-size: 11px;
  }
  .mobile-market-prices b {
    overflow-wrap: anywhere;
    color: #f07d35;
    font-size: 13px;
    line-height: 1.45;
  }
  .mobile-market-card > footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px 12px;
  }
  .mobile-market-card footer span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    color: #7c8d9b;
    font-size: 11px;
  }
  .mobile-market-card footer svg {
    width: 14px;
    height: 14px;
  }
  .mobile-market-card footer button {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 10px;
    font-size: 12px;
  }
}
* { box-sizing: border-box; }
.ui-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.ui-icon,
.nav-icon,
.btn-icon,
.category-icon,
.mobile-tab-icon,
.mobile-menu-icon,
.mobile-stat-icon,
.mobile-search-icon,
.mobile-rail-generic-icon,
.mobile-profile-id-icon,
.inline-ui-icon,
.float-tool-icon {
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font: 14px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 6% 8%, rgba(54, 98, 255, .22), transparent 28%),
    radial-gradient(circle at 92% 0%, rgba(0, 184, 169, .20), transparent 30%),
    radial-gradient(circle at 65% 52%, rgba(139, 92, 246, .10), transparent 26%),
    var(--bg);
  background-attachment: fixed;
}
a { color: inherit; }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.auth-card { width: min(960px, 100%); display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid rgba(255,255,255,.65); border-radius: 30px; background: var(--card); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.auth-hero { padding: 44px; color: white; background: linear-gradient(135deg, #1937a5, #0f766e); }
.auth-hero h1 { margin: 0 0 16px; font-size: 34px; line-height: 1.15; }
.auth-hero p { margin: 0 0 18px; color: rgba(255,255,255,.82); }
.auth-form { padding: 36px; display: grid; gap: 12px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab-btn, button { border: 0; cursor: pointer; border-radius: 14px; padding: 10px 15px; background: #eef2ff; color: #1e3a8a; font-weight: 800; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease; }
.tab-btn:hover, button:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(37, 87, 246, .12); }
.tab-btn.active, button.primary { background: linear-gradient(135deg, var(--brand), var(--brand2)); color: white; box-shadow: 0 14px 30px rgba(54, 98, 255, .24); }
button.ghost { background: rgba(255,255,255,.74); color: #334155; border: 1px solid var(--line); }
button.danger { background: #fff1f2; color: var(--danger); }
button.warn { background: #fffbeb; color: #92400e; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 11px 13px; background: rgba(255,255,255,.92); color: var(--ink); outline: none; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
input:focus, select:focus, textarea:focus { border-color: rgba(54, 98, 255, .62); box-shadow: 0 0 0 4px rgba(54, 98, 255, .10); background: white; }
textarea { min-height: 88px; resize: vertical; }
label { display: grid; gap: 6px; color: #334155; font-weight: 650; }
.tax-box { border: 1px dashed #f97316; border-radius: 14px; padding: 12px; color: #9a3412; background: #fff7ed; font-size: 13px; }
.app { min-height: 100vh; display: grid; grid-template-columns: 282px 1fr; }
.side { position: sticky; top: 0; height: 100vh; padding: 22px; overflow: auto; color: white; background: linear-gradient(180deg, rgba(9, 18, 46, .96), rgba(18, 28, 59, .94) 56%, rgba(14, 57, 66, .94)); box-shadow: 18px 0 50px rgba(15, 23, 42, .16); }
.side::-webkit-scrollbar { width: 8px; }
.side::-webkit-scrollbar-thumb { background: rgba(255,255,255,.18); border-radius: 999px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 950; margin-bottom: 6px; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 14px 28px rgba(0, 184, 169, .24); font-size: 13px; }
.sub { color: rgba(255,255,255,.62); margin-bottom: 18px; }
.nav { display: grid; gap: 8px; margin-top: 16px; }
.nav-group { display: grid; gap: 6px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); }
.nav-group p { margin: 0 0 2px; color: rgba(255,255,255,.42); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.nav button { width: 100%; display: flex; align-items: center; gap: 10px; text-align: left; color: rgba(255,255,255,.74); background: transparent; border: 1px solid transparent; box-shadow: none; }
.nav button:hover { color: white; background: rgba(255,255,255,.08); box-shadow: none; }
.nav button.active { color: white; background: linear-gradient(135deg, rgba(54,98,255,.35), rgba(0,184,169,.22)); border-color: rgba(255,255,255,.20); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }
.nav-icon { width: 28px; height: 28px; flex: 0 0 28px; padding: 6px; border-radius: 11px; background: rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.nav button.active .nav-icon, .nav button:hover .nav-icon { background: rgba(255,255,255,.18); }
.main { padding: 30px; min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 8; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -30px -30px 22px; padding: 24px 30px 18px; background: linear-gradient(180deg, rgba(238,243,255,.92), rgba(238,243,255,.72)); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.60); }
.topbar h1 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.topbar-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-left: auto; }
.topbar-meta span { padding: 8px 11px; border-radius: 999px; color: #334155; background: rgba(255,255,255,.72); border: 1px solid rgba(148,163,184,.18); font-weight: 800; font-size: 12px; }
.card { background: var(--card); border: 1px solid rgba(255, 255, 255, .72); border-radius: 26px; padding: 20px; box-shadow: var(--soft-shadow); backdrop-filter: blur(16px); }
.card h2 { margin: 0 0 14px; letter-spacing: -.02em; }
.card:hover { border-color: rgba(255,255,255,.92); }
.metric { display: grid; gap: 8px; }
.metric b { font-size: 30px; letter-spacing: -.04em; }
.muted { color: var(--muted); }
.hero-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: white; background: linear-gradient(135deg, #2448f0, #0f766e 58%, #111827); border-color: rgba(255,255,255,.18); box-shadow: 0 28px 90px rgba(36, 72, 240, .24); }
.hero-card h2 { margin: 12px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.hero-card p { margin: 0; color: rgba(255,255,255,.76); max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-actions .ghost { color: white; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.20); }
.module-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.module-strip span { padding: 7px 10px; border-radius: 999px; background: rgba(54,98,255,.08); color: #1e3a8a; font-weight: 800; font-size: 12px; }
.brand-page { display: grid; gap: 18px; }
.brand-page.xz-style { gap: 16px; }
.brand-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand-top h2 { margin: 10px 0 4px; font-size: 28px; }
.brand-layout { display: grid; grid-template-columns: 340px 1fr; gap: 18px; align-items: start; }
.brand-picker { position: sticky; top: 102px; max-height: calc(100vh - 124px); overflow: auto; }
.brand-picker::-webkit-scrollbar { width: 8px; }
.brand-picker::-webkit-scrollbar-thumb { background: rgba(54, 98, 255, .18); border-radius: 999px; }
.brand-main { display: grid; gap: 18px; min-width: 0; }
.brand-section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #0f172a; }
.brand-section-title span { width: 8px; height: 24px; border-radius: 99px; background: linear-gradient(180deg, var(--brand), var(--brand2)); }
.brand-section-title b { font-size: 18px; letter-spacing: -.02em; }
.brand-search { margin-bottom: 12px; }
.category-strip { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
.category-card { min-height: 86px; display: grid; justify-items: center; gap: 5px; padding: 14px 10px; color: #475569; background: linear-gradient(180deg, rgba(248,250,252,.94), rgba(241,245,249,.88)); border: 1px solid rgba(148,163,184,.20); box-shadow: none; }
.category-card i,
.category-icon { width: 34px; height: 34px; padding: 8px; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--brand), var(--brand2)); }
.category-card b { font-size: 13px; }
.category-card small { color: var(--muted); font-weight: 800; }
.category-card.active { color: #1e3a8a; background: linear-gradient(180deg, #eef4ff, #ffffff); border-color: rgba(54,98,255,.45); box-shadow: 0 16px 34px rgba(54,98,255,.14); }
.brand-tile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.brand-tile-grid.wide { grid-template-columns: repeat(6, minmax(118px, 1fr)); }
.brand-tile { position: relative; display: grid; place-items: center; gap: 8px; min-height: 138px; padding: 16px 12px; color: #1f2937; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.88)); border: 1px solid rgba(148,163,184,.20); box-shadow: none; text-align: center; }
.brand-tile:hover { transform: translateY(-2px); border-color: rgba(54,98,255,.32); box-shadow: 0 18px 38px rgba(54,98,255,.12); }
.brand-tile.active { color: #1e3a8a; border-color: rgba(54,98,255,.52); background: linear-gradient(180deg, #eef4ff, #ffffff); box-shadow: 0 18px 44px rgba(54,98,255,.18); }
.brand-tile b { font-size: 15px; }
.brand-tile small { min-height: 34px; color: var(--muted); font-weight: 700; }
.brand-logo { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 18px; color: white; font-weight: 950; font-size: 22px; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 14px 26px rgba(54,98,255,.20); overflow: hidden; }
.product-logo { background: white; padding: 4px; color: var(--brand); }
.product-logo img { width: 100%; height: 100%; border-radius: inherit; object-fit: contain; display: block; }
.product-logo em { display: none; }
.selected-product-logo { width: 92px; height: 72px; flex: 0 0 auto; border-radius: 22px; box-shadow: 0 18px 42px rgba(15,23,42,.14); }
.order-product-logo { width: 58px; height: 46px; flex: 0 0 auto; border-radius: 16px; box-shadow: 0 12px 28px rgba(15,23,42,.12); }
.selected-good-title { display: flex; align-items: center; gap: 18px; min-width: 0; }
.product-form-preview { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(248,250,252,.78); }
.product-form-logo { width: 86px; height: 62px; flex: 0 0 auto; border-radius: 18px; }
.admin-product-cell { display: flex; align-items: center; gap: 10px; min-width: 190px; }
.admin-product-cell b { display: block; color: var(--ink); }
.admin-product-cell small { display: block; color: var(--muted); margin-top: 3px; }
.admin-product-thumb { width: 54px; height: 40px; flex: 0 0 auto; overflow: hidden; border-radius: 14px; background: #f8fafc; box-shadow: 0 10px 24px rgba(15,23,42,.10); }
.admin-product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.corner-badge, .bond-badge { position: absolute; top: 10px; padding: 3px 7px; border-radius: 999px; font-size: 11px; font-weight: 900; }
.corner-badge { left: 10px; color: #7c2d12; background: #ffedd5; }
.bond-badge { right: 10px; min-width: 22px; color: #166534; background: #dcfce7; }
.bond-badge:empty { display: none; }
.deliver-row { display: flex; flex-wrap: wrap; gap: 10px; }
.deliver-chip { display: inline-flex; align-items: center; gap: 8px; color: #334155; background: rgba(255,255,255,.78); border: 1px solid var(--line); box-shadow: none; }
.deliver-chip small { min-width: 20px; padding: 2px 6px; border-radius: 999px; color: #64748b; background: #f1f5f9; font-size: 11px; }
.deliver-chip.active { color: white; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 14px 28px rgba(54,98,255,.20); }
.deliver-chip.active small { color: #1e3a8a; background: rgba(255,255,255,.82); }
.selected-good { overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,253,250,.76)); }
.selected-good-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.selected-good h2 { margin: 12px 0 6px; font-size: 28px; }
.selected-good h2 em { color: var(--brand); font-style: normal; font-size: 18px; }
.selected-good p { margin: 0; color: var(--muted); }
.selected-price { min-width: 150px; padding: 14px 16px; border-radius: 20px; background: #0f172a; color: white; text-align: right; }
.selected-price span { color: rgba(255,255,255,.62); }
.selected-price b { display: block; margin-top: 4px; font-size: 28px; letter-spacing: -.04em; }
.market-board { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.market-board div { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.78); border: 1px solid rgba(148,163,184,.18); }
.market-board span, .market-board small { display: block; color: var(--muted); font-weight: 700; }
.market-board b { display: block; margin: 4px 0; font-size: 24px; letter-spacing: -.04em; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.spec-card { padding: 18px; border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.86)); border: 1px solid rgba(148,163,184,.20); box-shadow: var(--soft-shadow); }
.spec-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.spec-title b { font-size: 18px; }
.spec-title span { color: #075985; background: #e0f2fe; border-radius: 999px; padding: 5px 9px; font-weight: 900; font-size: 12px; }
.spec-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; }
.spec-meta p { margin: 0; padding: 10px; border-radius: 14px; background: #f8fafc; color: #475569; font-weight: 800; }
.spec-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.brand-empty { min-height: 260px; display: grid; place-items: center; text-align: center; }
.bond-upgrade { display: grid; gap: 14px; }
.float-tools { position: fixed; right: 18px; top: 34%; z-index: 10; display: grid; gap: 10px; }
.float-tools button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 14px 28px rgba(54,98,255,.22); }
.float-tool-icon { width: 20px; height: 20px; }
.profile-card { display: grid; place-items: start; gap: 10px; }
.avatar { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 24px; color: white; font-size: 28px; font-weight: 900; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 16px 32px rgba(37,87,246,.22); }
.score { display: inline-grid; grid-template-columns: auto auto; align-items: end; gap: 8px; padding: 10px 14px; border-radius: 16px; background: #eef2ff; color: #1e3a8a; }
.score b { font-size: 30px; line-height: 1; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: #e0f2fe; color: #075985; font-size: 12px; font-weight: 900; white-space: nowrap; }
.pill-icon, .btn-icon, .tab-icon { display: inline-grid; place-items: center; line-height: 1; }
.btn-icon { width: 15px; height: 15px; margin-right: 5px; }
.inline-ui-icon { width: 15px; height: 15px; margin-right: 5px; }
.toolbar button { display: inline-flex; align-items: center; justify-content: center; }
.tab-icon { margin-right: 6px; }
.pill.ok { background: #dcfce7; color: #166534; }
.pill.warn { background: #fef3c7; color: #92400e; }
.pill.bad { background: #fee2e2; color: #991b1b; }
.section { display: grid; gap: 18px; transition: opacity .18s ease, filter .18s ease; }
.section.is-loading { opacity: .56; filter: saturate(.8); pointer-events: none; }
.panel-enter { animation: panel-in .22s ease both; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: end; }
.action-col { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid .full { grid-column: 1 / -1; }
.form-grid .divider { height: 1px; background: var(--line); margin: 6px 0; }
.table-wrap { width: 100%; overflow: auto; border-radius: 18px; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.88); overflow: hidden; }
th, td { padding: 12px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { position: sticky; top: 0; z-index: 1; background: #f8fafc; color: #475569; font-size: 12px; }
tbody tr:hover { background: rgba(54,98,255,.04); }
td.actions { white-space: nowrap; }
.order-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.order-card { display: grid; gap: 14px; position: relative; overflow: hidden; }
.order-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(180deg, var(--brand), var(--brand2)); opacity: .85; }
.order-card.status-ok::before { background: linear-gradient(180deg, #22c55e, #0f766e); }
.order-card.status-warn::before { background: linear-gradient(180deg, #f59e0b, #f97316); }
.order-card.status-bad::before { background: linear-gradient(180deg, #ef4444, #be123c); }
.order-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.order-head p { margin: 4px 0 0; }
.order-title, .order-no-cell { display: flex; align-items: center; gap: 12px; min-width: 0; }
.order-title b, .order-no-cell b { display: block; }
.order-no-cell small { display: block; color: var(--muted); margin-top: 2px; }
.order-kind-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 20px; color: #1e3a8a; background: linear-gradient(135deg, #dbeafe, #eef2ff); box-shadow: 0 14px 28px rgba(37, 87, 246, .12); font-size: 24px; }
.order-kind-icon.movie { color: #7c2d12; background: linear-gradient(135deg, #ffedd5, #fef3c7); }
.order-kind-icon.card, .order-kind-icon.qr { color: #166534; background: linear-gradient(135deg, #dcfce7, #ecfdf5); }
.mini-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 13px; background: #eef2ff; }
.order-kind-badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 999px; color: #1e3a8a; background: #eef2ff; font-size: 12px; font-weight: 900; }
.order-kind-badge.movie { color: #9a3412; background: #ffedd5; }
.order-kind-badge.card, .order-kind-badge.qr { color: #166534; background: #dcfce7; }
.order-ext { margin-left: 8px; }
.kv { display: grid; grid-template-columns: 92px 1fr; gap: 8px 12px; padding: 14px; border-radius: 18px; background: rgba(248,250,252,.82); border: 1px solid rgba(226,232,240,.70); }
.kv span { color: var(--muted); }
.kv b { word-break: break-word; }
.icon-kv span { display: inline-flex; align-items: center; gap: 6px; }
.icon-actions button { display: inline-flex; align-items: center; justify-content: center; }
.notice-list { display: grid; gap: 8px; padding: 12px; border-radius: 16px; background: #f8fafc; }
.notice-list p, .rules p { margin: 0 0 8px; }
details { border: 1px solid var(--line); border-radius: 14px; padding: 10px; background: white; }
summary { cursor: pointer; font-weight: 800; color: #334155; }
.empty { padding: 34px; color: var(--muted); text-align: center; border: 1px dashed rgba(102,112,133,.32); border-radius: 20px; background: rgba(255,255,255,.52); }
.toast { position: fixed; right: 20px; bottom: 20px; max-width: 420px; padding: 14px 16px; border-radius: 16px; background: #0f172a; color: white; box-shadow: var(--shadow); z-index: 20; }
.modal { position: fixed; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(15,23,42,.45); z-index: 30; }
.modal .card { max-width: 560px; }
.admin-detail-modal { align-items: start; overflow: auto; padding: 32px; background: rgba(8, 15, 36, .62); backdrop-filter: blur(8px); }
.admin-detail-modal .admin-detail-card { width: min(1180px, 100%); max-width: none; margin: auto; padding: 24px; }
.detail-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.detail-head h2, .detail-section h3 { margin: 0; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 14px 0; }
.detail-section { min-width: 0; margin-top: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(248, 250, 252, .76); }
.detail-section h3 { margin-bottom: 12px; font-size: 16px; }
.detail-section p { margin: 7px 0; }
.wechat-bind { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; margin-bottom: 14px; border: 1px solid rgba(54,98,255,.18); border-radius: 24px; background: linear-gradient(135deg, rgba(54,98,255,.09), rgba(0,184,169,.08)); box-shadow: var(--soft-shadow); }
.wechat-bind.ok { border-color: rgba(22,163,74,.24); background: linear-gradient(135deg, rgba(22,163,74,.10), rgba(0,184,169,.08)); }
.wechat-bind h2, .wechat-bind p { margin: 0 0 6px; }
.wechat-qr { display: grid; justify-items: center; gap: 12px; text-align: center; }
.wechat-qr img { width: min(320px, 76vw); aspect-ratio: 1; object-fit: contain; padding: 10px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.wechat-bind-status { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 9px; width: min(360px, 100%); padding: 9px 13px; border-radius: 12px; color: #56717e; background: #f1f8fb; }
.wechat-bind-status i { width: 15px; height: 15px; border: 2px solid #b8dbe8; border-top-color: #2f9dbc; border-radius: 50%; animation: wechatBindSpin .8s linear infinite; }
.wechat-bind-status.success { color: #1c7b55; background: #edf9f2; }
.wechat-bind-status.error { color: #b5473a; background: #fff1ef; }
.wechat-qr-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.wechat-config-checklist { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0; }
.wechat-config-checklist span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 10px; color: #6b7e88; background: #f3f6f8; font-size: 12px; }
.wechat-config-checklist span i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; font-style: normal; font-weight: 800; }
.wechat-config-checklist span.ready { color: #257457; background: #effaf4; }
.wechat-config-checklist span.ready i { color: #fff; background: #38a976; }
.wechat-config-checklist span.missing { color: #a35b2a; background: #fff7eb; }
.wechat-config-checklist span.missing i { color: #fff; background: #ee9b3c; }
@keyframes wechatBindSpin { to { transform: rotate(360deg); } }
.realname-card { overflow: hidden; }
.realname-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin: 18px 0; padding: 18px; border-radius: 20px; background: linear-gradient(135deg,#fff7ed,#fffbeb); border: 1px solid #fed7aa; }
.realname-flow span { display: inline-flex; align-items: center; gap: 8px; color: #9a3412; font-weight: 800; white-space: nowrap; }
.realname-flow b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: white; background: linear-gradient(135deg,#f97316,#fb923c); }
.realname-flow i { height: 2px; background: linear-gradient(90deg,#fdba74,#fed7aa); }
.face-consent { display: grid; gap: 8px; padding: 14px 16px; border-radius: 18px; background: #fff7ed; border: 1px solid #fed7aa; }
.face-consent label { display: flex; align-items: flex-start; gap: 10px; color: #7c2d12; }
.face-consent input { width: auto; margin-top: 3px; }
.face-consent small { color: #9a3412; line-height: 1.7; }
.team-tree { display: grid; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
.team-tree .team-tree { margin: 10px 0 0 22px; padding-left: 18px; border-left: 2px solid rgba(37, 99, 235, .16); }
.team-node { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, rgba(37,99,235,.06), rgba(255,255,255,.92)); }
.team-node > div { display: grid; gap: 4px; }
.team-node > div:last-child { text-align: right; }
.team-node small { color: var(--muted); }
.hidden { display: none !important; }
.xz-public { min-height: 100vh; background: #fff; color: #1f2937; overflow: hidden; }
.xz-public button { box-shadow: none; }
.xz-nav { position: sticky; top: 0; z-index: 12; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.94); border-bottom: 1px solid #eef2f7; backdrop-filter: blur(14px); }
.xz-nav nav { display: flex; align-items: center; gap: 10px; }
.xz-nav nav button { color: #475569; background: transparent; padding: 9px 12px; border-radius: 999px; }
.xz-nav nav button:hover, .xz-nav nav button.register { color: #fff; background: linear-gradient(135deg, #ff6a3d, #ff9f1c); }
.xz-logo { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 950; color: #111827; }
.xz-logo span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(135deg, #ff6136, #ffb02e); box-shadow: 0 14px 28px rgba(255, 97, 54, .22); font-size: 13px; }
.xz-logo span img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: inherit; }
.xz-logo.big { color: white; }
.xz-logo.big span { background: rgba(255,255,255,.20); box-shadow: inset 0 1px 0 rgba(255,255,255,.28); }
.xz-hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, .75fr); gap: 42px; align-items: center; min-height: 560px; padding: 88px max(24px, calc((100vw - 1240px) / 2)); color: white; background: radial-gradient(circle at 75% 24%, rgba(255,255,255,.26), transparent 18%), linear-gradient(135deg, #ff512f, #ff7b2d 46%, #ffb12f); }
.xz-hero::before { content: ""; position: absolute; left: 48%; top: 14%; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.16); filter: blur(2px); animation: xz-orb-drift 7s ease-in-out infinite; }
.xz-hero::after { content: ""; position: absolute; right: -160px; top: 58px; width: 460px; height: 460px; border-radius: 50%; background: rgba(255,255,255,.14); animation: xz-orb-breathe 5.8s ease-in-out infinite; }
.xz-motion-layer { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.xz-fly { position: absolute; display: inline-flex; align-items: center; gap: 6px; padding: 10px 15px; border-radius: 999px; color: rgba(255,255,255,.94); background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 18px 42px rgba(139,45,13,.14); backdrop-filter: blur(12px); font-size: 13px; font-weight: 950; opacity: 0; }
.xz-fly::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 5px rgba(52,211,153,.12); }
.xz-fly-left { left: max(18px, calc((100vw - 1240px) / 2)); animation: xz-fly-from-left 5.8s cubic-bezier(.22,1,.36,1) infinite; }
.xz-fly-right { right: max(18px, calc((100vw - 1240px) / 2)); animation: xz-fly-from-right 6.2s cubic-bezier(.22,1,.36,1) infinite; }
.xz-fly.one { top: 17%; }
.xz-fly.two { top: 52%; animation-delay: .75s; }
.xz-fly.three { top: 72%; animation-delay: 1.45s; }
.xz-fly-right.one { top: 10%; animation-delay: .35s; }
.xz-fly-right.two { top: 42%; animation-delay: 1.1s; }
.xz-fly-right.three { top: 80%; animation-delay: 1.8s; }
.xz-hero-copy, .xz-hero-card { position: relative; z-index: 1; }
.xz-hero-copy { animation: xz-rise-in .72s ease both; }
.xz-kicker { display: inline-flex; width: fit-content; padding: 7px 12px; border-radius: 999px; color: rgba(255,255,255,.94); background: rgba(255,255,255,.16); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.xz-hero h1 { margin: 20px 0 6px; font-size: clamp(54px, 8vw, 96px); line-height: .95; letter-spacing: -.08em; }
.xz-hero h2 { margin: 0 0 18px; font-size: clamp(26px, 3.2vw, 46px); line-height: 1.1; }
.xz-hero p { max-width: 620px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; }
.xz-hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.xz-hero-actions button { min-width: 144px; min-height: 46px; }
button.light { color: white; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); }
.xz-hero-card { min-width: 0; min-height: 380px; display: grid; gap: 24px; align-content: center; overflow: hidden; padding: 40px 46px; border-radius: 34px; color: #fff; background: linear-gradient(145deg, rgba(17,24,39,.24), rgba(255,255,255,.12)); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 30px 95px rgba(115, 31, 14, .22), inset 0 1px 0 rgba(255,255,255,.20); backdrop-filter: blur(18px); animation: xz-card-float 5.2s ease-in-out infinite; }
.xz-hero-card::before { content: ""; position: absolute; inset: -35% -55% auto auto; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.34), transparent 66%); animation: xz-shimmer 4.8s ease-in-out infinite; }
.xz-stat-block { min-width: 0; display: grid; gap: 8px; }
.xz-hero-card span { color: rgba(255,255,255,.76); font-weight: 900; }
.xz-hero-card b { max-width: 100%; white-space: nowrap; font-size: clamp(42px, 4.2vw, 62px); line-height: .96; letter-spacing: -.055em; font-variant-numeric: tabular-nums; text-shadow: 0 12px 32px rgba(130,39,10,.20); }
.xz-hero-card small { margin-bottom: 12px; color: rgba(255,255,255,.72); }
.xz-stat-pulse { display: inline-flex; width: fit-content; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.14); }
.xz-stat-pulse i { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,.54); animation: xz-live-pulse 1.4s ease-out infinite; }
.xz-stat-pulse span { color: rgba(255,255,255,.92); font-size: 12px; }
.xz-section { padding: 72px max(24px, calc((100vw - 1180px) / 2)); background: #fff; }
.xz-section:nth-of-type(odd) { background: #f8fafc; }
.xz-title { text-align: center; margin-bottom: 34px; }
.xz-title span { display: block; width: 42px; height: 5px; margin: 0 auto 14px; border-radius: 999px; background: linear-gradient(135deg, #ff6a3d, #ffb02e); }
.xz-title h2, .xz-live h2, .xz-steps h2 { margin: 0; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.04em; }
.xz-title p, .xz-live p { margin: 10px auto 0; max-width: 620px; color: #64748b; }
.xz-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.xz-feature-card { display: grid; justify-items: center; gap: 12px; min-height: 210px; padding: 30px; color: #334155; background: white; border: 1px solid #edf1f7; border-radius: 28px; box-shadow: 0 18px 55px rgba(15,23,42,.07); }
.xz-feature-card i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 22px; color: white; background: linear-gradient(135deg, #ff6a3d, #ffb02e); font-style: normal; font-weight: 950; font-size: 22px; }
.xz-feature-card b { color: #111827; font-size: 20px; }
.xz-feature-card span { color: #64748b; font-weight: 600; }
.xz-live { display: grid; grid-template-columns: 340px 1fr; gap: 34px; align-items: start; padding: 72px max(24px, calc((100vw - 1180px) / 2)); color: white; background: linear-gradient(135deg, #1778ff, #36a3ff); }
.xz-live .xz-kicker { background: rgba(255,255,255,.18); }
.xz-live p { margin-left: 0; color: rgba(255,255,255,.78); }
.xz-live-table { max-height: 430px; overflow: hidden; border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 24px 80px rgba(15, 61, 117, .20); }
.xz-live-table table { background: white; color: #1f2937; }
.xz-live-table th { background: #f8fbff; color: #64748b; }
.money-mask { color: #ef4444; font-weight: 950; }
.deal-badge { display: inline-flex; padding: 4px 9px; border-radius: 999px; color: #16a34a; background: #dcfce7; font-size: 12px; font-weight: 950; }
.xz-stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.xz-stories button { display: grid; gap: 8px; text-align: left; min-height: 170px; padding: 26px; color: #334155; background: #fff; border: 1px solid #edf1f7; border-radius: 26px; }
.xz-stories strong { color: #111827; font-size: 22px; }
.xz-stories small { color: #64748b; }
.xz-stories p { margin: 8px 0 0; color: #475569; }
.xz-steps { padding: 72px max(24px, calc((100vw - 1180px) / 2)); text-align: center; background: linear-gradient(180deg, #fff7ed, #fff); }
.xz-steps > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.xz-steps button { display: grid; justify-items: center; gap: 10px; padding: 24px; color: #334155; background: white; border: 1px solid #ffead5; border-radius: 26px; }
.xz-steps em { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, #ff6a3d, #ffb02e); font-style: normal; font-weight: 950; }
.xz-steps span { font-weight: 950; }
.xz-partners { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.xz-partners button { min-height: 74px; color: #334155; background: #fff; border: 1px solid #edf1f7; border-radius: 20px; }
.xz-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px max(24px, calc((100vw - 1180px) / 2)); color: #cbd5e1; background: #111827; }
.xz-footer p { margin: 6px 0 0; color: #94a3b8; }
.xz-footer button { color: #111827; background: white; }
.xz-float { position: fixed; right: 22px; top: 42%; z-index: 14; display: grid; gap: 10px; }
.xz-float button { width: 46px; height: 46px; padding: 0; display: grid; place-items: center; color: white; background: linear-gradient(135deg, #ff6a3d, #ffb02e); border-radius: 14px; box-shadow: 0 16px 30px rgba(255, 106, 61, .22); }
@keyframes xz-rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes xz-card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes xz-fly-from-left { 0% { opacity: 0; transform: translateX(-280px) scale(.92); } 18%, 68% { opacity: 1; transform: translateX(0) scale(1); } 100% { opacity: 0; transform: translateX(70px) scale(.96); } }
@keyframes xz-fly-from-right { 0% { opacity: 0; transform: translateX(280px) scale(.92); } 18%, 68% { opacity: 1; transform: translateX(0) scale(1); } 100% { opacity: 0; transform: translateX(-70px) scale(.96); } }
@keyframes xz-orb-drift { 0%, 100% { transform: translate(0, 0) scale(1); opacity: .58; } 50% { transform: translate(24px, -18px) scale(1.08); opacity: .88; } }
@keyframes xz-orb-breathe { 0%, 100% { transform: scale(1); opacity: .70; } 50% { transform: scale(1.08); opacity: .96; } }
@keyframes xz-shimmer { 0%, 100% { transform: translate(0, 0); opacity: .56; } 50% { transform: translate(-42px, 48px); opacity: .88; } }
@keyframes xz-live-pulse { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.58); } 80%, 100% { box-shadow: 0 0 0 12px rgba(52,211,153,0); } }
.auth-xz { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 18% 18%, rgba(255,106,61,.20), transparent 28%), radial-gradient(circle at 86% 8%, rgba(54,163,255,.18), transparent 32%), #f6f8fb; }
.auth-xz-card { width: min(1030px, 100%); display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border-radius: 32px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.80); box-shadow: 0 30px 90px rgba(15,23,42,.13); }
.auth-xz-side { display: grid; align-content: center; gap: 18px; min-height: 640px; padding: 44px; color: white; background: linear-gradient(145deg, #ff5b32, #ff9f1c 62%, #2563eb); }
.auth-xz-side h1 { margin: 18px 0 0; font-size: 42px; line-height: 1.1; letter-spacing: -.06em; }
.auth-xz-side p { margin: 0; color: rgba(255,255,255,.84); font-size: 16px; }
.auth-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.auth-badges span { padding: 8px 11px; border-radius: 999px; color: white; background: rgba(255,255,255,.16); font-weight: 900; font-size: 12px; }
.auth-xz-form { padding: 38px; max-height: 92vh; overflow: auto; }
.auth-switch { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 5px; margin-bottom: 22px; border-radius: 18px; background: #f1f5f9; }
.auth-switch button { background: transparent; color: #64748b; }
.auth-switch button.active { color: white; background: linear-gradient(135deg, #ff6a3d, #ffb02e); box-shadow: 0 14px 28px rgba(255,106,61,.22); }
.xz-form { display: grid; gap: 13px; }
.xz-form h2 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.xz-form p { margin: 0; }
.xz-form .wide { width: 100%; min-height: 46px; }
.register-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.register-form h2, .register-form p, .register-form .slide-captcha, .register-form .xz-check, .register-form .wide, .register-form .auth-link { grid-column: 1 / -1; }
.inline-input { display: grid; grid-template-columns: 1fr 112px; gap: 8px; }
.captcha-btn { border-radius: 14px; color: #ff6a3d; background: #fff4ed; padding: 0 8px; }
button:disabled { cursor: not-allowed; opacity: .62; transform: none !important; }
.xz-check { display: flex; align-items: center; gap: 10px; min-height: 30px; padding: 3px 4px; color: #475569; font-size: 13px; }
.xz-check input { width: 16px; height: 16px; flex: 0 0 16px; accent-color: #ff6a3d; cursor: pointer; }
.xz-check label { display: block; flex: 1; cursor: pointer; font-weight: 800; }
.auth-link { display: flex; justify-content: center; align-items: center; gap: 2px; color: #64748b; }
.auth-link button { padding: 0; color: #ff6a3d; background: transparent; }
.slide-captcha { display: grid; gap: 10px; padding: 10px; border-radius: 18px; background: #fff; border: 1px solid #dfe7f2; user-select: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.slide-visual { position: relative; height: 88px; overflow: hidden; border-radius: 15px; background: linear-gradient(180deg, #bfe7ff 0%, #e6f7ff 48%, #f8fbff 49%, #fff6e9 100%); box-shadow: inset 0 -24px 46px rgba(255, 122, 40, .14); }
.slide-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 18% 24%, rgba(255,255,255,.98) 0 9px, transparent 10px), radial-gradient(circle at 35% 17%, rgba(255,255,255,.78) 0 5px, transparent 6px), radial-gradient(circle at 75% 20%, rgba(255,255,255,.84) 0 8px, transparent 9px), linear-gradient(90deg, rgba(255,255,255,.30) 0 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.20) 0 1px, transparent 1px); background-size: auto, auto, auto, 34px 34px, 34px 34px; }
.slide-sky, .slide-mountain, .slide-road { position: absolute; pointer-events: none; }
.slide-sky { inset: 0; background: linear-gradient(115deg, transparent 48%, rgba(255,255,255,.34) 49%, transparent 50%); }
.slide-mountain { bottom: 22px; width: 150px; height: 58px; transform: rotate(45deg); border-radius: 18px; background: linear-gradient(135deg, #81c784, #4caf50); opacity: .72; }
.slide-mountain.one { left: -28px; }
.slide-mountain.two { right: 36px; bottom: 16px; width: 130px; height: 50px; background: linear-gradient(135deg, #64b5f6, #1e88e5); opacity: .55; }
.slide-road { left: 0; right: 0; bottom: 0; height: 28px; background: linear-gradient(90deg, rgba(255,122,40,.18), rgba(37,99,235,.16)); }
.slide-hole, .slide-piece { position: absolute; top: 28px; width: 42px; height: 42px; border-radius: 12px; }
.slide-hole::before, .slide-piece::before { content: ""; position: absolute; left: 13px; top: -7px; width: 16px; height: 16px; border-radius: 50%; background: inherit; }
.slide-hole::after, .slide-piece::after { content: ""; position: absolute; right: -7px; top: 13px; width: 16px; height: 16px; border-radius: 50%; background: inherit; }
.slide-hole { background: rgba(15,23,42,.20); box-shadow: inset 0 0 0 2px rgba(255,255,255,.55), inset 0 6px 14px rgba(15,23,42,.22); filter: drop-shadow(0 2px 4px rgba(15,23,42,.18)); }
.slide-piece { display: grid; place-items: center; background: linear-gradient(135deg, #ff7a2d, #ffb02e); border: 2px solid rgba(255,255,255,.92); box-shadow: 0 12px 26px rgba(255,106,61,.34); }
.slide-piece i { width: 13px; height: 13px; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 13px 9px 0 rgba(255,255,255,.55); }
.slide-tip { position: absolute; right: 10px; top: 10px; padding: 5px 8px; border-radius: 999px; color: #475569; background: rgba(255,255,255,.72); font-size: 12px; font-weight: 900; backdrop-filter: blur(8px); }
.slide-track { position: relative; height: 44px; overflow: hidden; border-radius: 999px; background: #eef2f7; box-shadow: inset 0 1px 3px rgba(15,23,42,.08); }
.slide-fill { position: absolute; inset: 0 auto 0 0; width: 0; background: linear-gradient(135deg, rgba(255,106,61,.28), rgba(255,176,46,.34)); }
.slide-handle { position: absolute; left: 0; top: 3px; z-index: 2; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #ff6a3d, #ffb02e); font-size: 18px; touch-action: none; box-shadow: 0 10px 22px rgba(255,106,61,.26); }
.slide-text { position: absolute; inset: 0; display: grid; place-items: center; color: #64748b; font-weight: 900; pointer-events: none; }
.slide-captcha.passed { border-color: rgba(22,163,74,.38); background: #f0fdf4; }
.slide-captcha.passed .slide-fill, .slide-captcha.passed .slide-handle, .slide-captcha.passed .slide-piece { background: linear-gradient(135deg, #22c55e, #16a34a); }
.slide-captcha.passed .slide-text { color: #15803d; }
.slide-captcha.passed .slide-tip { color: #15803d; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > .divider,
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="api_base_url"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="auth_type"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="auth_config"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="pull_path"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="query_path"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="status_path"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="pull_method"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="pull_interval_seconds"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="sync_enabled"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="field_mapping"]),
.form-grid:has(select[name="access_mode"] option[value="push"]:checked) > label:has([name="status_mapping"]) {
  display: none;
}
.form-grid:has(select[name="access_mode"] option[value="pull"]:checked) > label:has([name="ip_whitelist"]),
.form-grid:has(select[name="access_mode"] option[value="pull"]:checked) > label:has([name="callback_url"]),
.form-grid:has(select[name="access_mode"] option[value="pull"]:checked) > label:has([name="rate_limit_per_min"]) {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (min-width: 1001px) and (max-width: 1240px) {
  .xz-nav { gap: 8px; padding-left: 14px; padding-right: 14px; }
  .xz-nav nav { gap: 0; }
  .xz-nav nav button { padding: 7px 6px; font-size: 12px; }
  .xz-logo { gap: 6px; font-size: 14px; }
  .xz-logo span { width: 36px; height: 36px; border-radius: 12px; }
}
@media (max-width: 1000px) {
  .app { grid-template-columns: 1fr; }
  .side { position: relative; height: auto; }
  .grid, .grid.two, .form-grid, .form-grid.two, .order-grid, .brand-layout, .market-board, .spec-grid, .category-strip, .brand-tile-grid.wide { grid-template-columns: 1fr; }
  .brand-picker { position: relative; top: 0; max-height: none; }
  .selected-good-head, .brand-top { display: grid; }
  .brand-tile-grid { grid-template-columns: 1fr; }
  .auth-card { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .admin-detail-modal { padding: 12px; }
  .wechat-bind { align-items: stretch; flex-direction: column; }
  .realname-flow { grid-template-columns: 1fr 1fr; }
  .realname-flow i { display: none; }
  .xz-nav { height: auto; position: relative; align-items: flex-start; padding: 16px; flex-direction: column; }
  .xz-nav nav { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .xz-hero, .xz-live, .auth-xz-card { grid-template-columns: 1fr; }
  .xz-hero { min-height: auto; padding: 58px 20px; }
  .xz-hero-card { width: min(100%, 520px); max-width: none; padding: 32px; }
  .xz-hero-card b { font-size: clamp(36px, 10vw, 56px); }
  .xz-motion-layer { display: none; }
  .xz-section, .xz-live, .xz-steps, .xz-footer { padding-left: 20px; padding-right: 20px; }
  .xz-feature-grid, .xz-stories, .xz-steps > div, .xz-partners, .register-form { grid-template-columns: 1fr; }
  .auth-xz { padding: 14px; }
  .auth-xz-side { min-height: auto; padding: 24px; }
  .auth-xz-side h1 { font-size: 32px; line-height: 1.12; word-break: keep-all; }
  .auth-xz-form { padding: 24px; max-height: none; }
  .xz-float { display: none; }
}

/* 券小满权益交付版橙金品牌覆盖 */
:root {
  --bg: #fff8f1;
  --card: rgba(255,255,255,.94);
  --brand: #f15a24;
  --brand2: #ff9f1c;
  --brand3: #ffcc66;
  --line: rgba(194,106,48,.18);
  --shadow: 0 24px 80px rgba(149,68,24,.16);
  --soft-shadow: 0 12px 34px rgba(149,68,24,.08);
}
body { background: radial-gradient(circle at 8% 4%, rgba(255,154,65,.22), transparent 28%), radial-gradient(circle at 94% 0%, rgba(255,205,102,.24), transparent 31%), #fff8f1; }
.side { background: linear-gradient(180deg, #5f2415 0%, #9b351c 46%, #d85a22 100%); box-shadow: 18px 0 54px rgba(111,43,18,.18); }
.brand-mark, .tab-btn.active, button.primary, .float-tools button, .avatar, .deliver-chip.active, .category-card i { background: linear-gradient(135deg, #f15a24, #ff9f1c); box-shadow: 0 14px 30px rgba(241,90,36,.24); }
.nav button.active { background: linear-gradient(135deg, rgba(255,185,102,.34), rgba(255,255,255,.16)); border-color: rgba(255,232,200,.38); }
.nav-group summary { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.58); background: transparent; border: 0; padding: 2px 4px 8px; font-size: 12px; letter-spacing: .08em; }
.nav details.nav-group { display: block; padding: 10px 0; border: 0; border-top: 1px solid rgba(255,255,255,.08); border-radius: 0; background: transparent; }
.nav details.nav-group button { margin-top: 6px; }
.nav-group summary span { font-size: 10px; color: rgba(255,255,255,.36); letter-spacing: 0; }
.nav-group[open] summary span { visibility: hidden; }
.topbar { background: linear-gradient(180deg, rgba(255,248,241,.96), rgba(255,248,241,.78)); }
.hero-card { background: radial-gradient(circle at 92% 14%, rgba(255,255,255,.22), transparent 27%), linear-gradient(135deg, #d8451d, #f97316 54%, #ffb224); box-shadow: 0 28px 90px rgba(211,73,25,.24); }
.card { border-color: rgba(255,234,211,.90); }
.card:hover { border-color: rgba(241,90,36,.24); }
input:focus, select:focus, textarea:focus { border-color: rgba(241,90,36,.62); box-shadow: 0 0 0 4px rgba(241,90,36,.11); }
.module-strip span, .score, .mini-icon, .order-kind-badge { color: #9a3412; background: #fff0e3; }
.category-card.active, .brand-tile.active { color: #9a3412; border-color: rgba(241,90,36,.48); background: linear-gradient(180deg, #fff0e3, #fff); box-shadow: 0 16px 34px rgba(241,90,36,.14); }
.brand-section-title span, .order-card::before { background: linear-gradient(180deg, #f15a24, #ff9f1c); }
.brand-logo { background: linear-gradient(135deg, #f15a24, #ff9f1c); box-shadow: 0 14px 26px rgba(241,90,36,.20); }
.selected-good { background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,241,226,.84)); }
.selected-price { background: linear-gradient(145deg, #612314, #9f351b); }
.table-wrap { background: white; }
th { background: #fff7ed; color: #7c2d12; }
tbody tr:hover { background: rgba(249,115,22,.05); }
.section { position: relative; }
.section.is-loading::before { content: ""; position: absolute; inset: 0; z-index: 9; border-radius: 24px; background: linear-gradient(100deg, rgba(255,255,255,.18) 20%, rgba(255,255,255,.82) 42%, rgba(255,255,255,.18) 64%); background-size: 240% 100%; animation: loading-sweep 1.1s linear infinite; pointer-events: none; }
.empty::before { content: "LP"; display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 10px; border-radius: 15px; color: white; background: linear-gradient(135deg, #f15a24, #ff9f1c); font-size: 12px; font-weight: 950; }
.tencent-captcha { grid-column: 1 / -1; display: grid; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fffaf5; }
.captcha-launch { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #7c2d12; background: white; border: 1px solid #fed7aa; }
.tencent-captcha.passed .captcha-launch { color: #166534; border-color: #86efac; background: #f0fdf4; }
.shield-icon { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, #f15a24, #ff9f1c); border-radius: 10px; font-size: 12px; }
.tencent-captcha.passed .shield-icon { background: linear-gradient(135deg, #22c55e, #16a34a); }
.tencent-captcha small { color: var(--muted); text-align: center; }
.claim-warning { display: grid; gap: 8px; max-height: 66vh; overflow: auto; padding-right: 6px; }
.claim-rule { padding: 8px 12px; border-left: 3px solid #fdba74; background: #fffaf5; border-radius: 8px; }
.claim-rule h3, .claim-rule p { margin: 3px 0; }
.claim-rule p { color: #475569; font-size: 13px; }
.claim-rule.danger-rule { border-left-color: #ef4444; background: #fff1f2; }
.claim-rule.danger-rule h3, .claim-rule.danger-rule p { color: #dc2626; }
.claim-summary { display: flex; justify-content: space-between; gap: 10px; padding: 12px; border-radius: 14px; color: #9a3412; background: #ffedd5; }
.rule-ack { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 9px; padding: 12px; border-radius: 14px; color: #7c2d12; background: #fff7ed; }
.rule-ack input { width: 17px; height: 17px; flex: 0 0 17px; accent-color: #f15a24; }
.modal .card:has(.claim-warning) { width: min(800px, 96vw); max-width: 800px; }
.trend-bars { min-height: 190px; display: flex; align-items: end; justify-content: space-around; gap: 10px; padding: 18px 8px 0; }
.trend-bars > div { flex: 1; min-width: 36px; display: grid; justify-items: center; align-items: end; gap: 6px; color: var(--muted); }
.trend-bars i { width: min(34px, 80%); min-height: 8px; border-radius: 10px 10px 4px 4px; background: linear-gradient(180deg, #ffb224, #f15a24); box-shadow: 0 10px 22px rgba(241,90,36,.18); }
.trend-bars b { color: #7c2d12; }
.service-status { display: flex; flex-wrap: wrap; gap: 8px; }
@keyframes loading-sweep { from { background-position: 100% 0; } to { background-position: -120% 0; } }
@media (max-width: 600px) {
  .side { position: sticky; top: 0; z-index: 18; padding: 14px 16px; height: auto; max-height: none; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .side .sub { margin-bottom: 8px; }
  .nav { display: flex; gap: 8px; overflow-x: auto; margin-top: 8px; padding-bottom: 4px; }
  .nav { scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav > .nav-group { display: flex; flex: 0 0 auto; gap: 6px; padding: 0; border: 0; }
  .nav > .nav-group p { display: none; }
  .nav button { width: auto; min-width: max-content; padding: 8px 10px; }
  .nav-icon { width: 25px; height: 25px; flex-basis: 25px; }
  .nav details.nav-group { display: flex; flex: 0 0 auto; gap: 6px; padding: 0; border: 0; }
  .nav details.nav-group summary { min-width: max-content; height: 43px; padding: 0 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; }
  .nav details.nav-group summary span { display: none; }
  .main { padding: 18px 14px; }
  .topbar { position: relative; display: grid; margin: -18px -14px 16px; padding: 18px 14px; }
  .topbar-meta { margin-left: 0; }
  .topbar .toolbar { justify-content: start; }
  .metric b { font-size: 26px; }
  .claim-summary { display: grid; }
}

/* 券小满权益品牌首页与交易风控 */
.empty::before { content: "QX"; }
.qxm-public { color: #182033; background: #fffaf4; }
.qxm-nav { border-bottom: 1px solid rgba(135, 68, 31, .10); background: rgba(255, 255, 255, .90); backdrop-filter: blur(18px); }
.qxm-nav .xz-logo { padding: 0; color: #172033; background: transparent; border: 0; box-shadow: none; }
.qxm-nav .xz-logo span { background: linear-gradient(135deg, #ef5b2a, #ff9e2c 60%, #ffd16d); }
.qxm-nav nav button { color: #465066; }
.qxm-nav nav button:hover { color: #e85020; background: #fff1e6; }
.qxm-nav nav .register { color: white; background: linear-gradient(135deg, #ec5324, #ff9e28); box-shadow: 0 12px 28px rgba(232, 80, 29, .22); }
.qxm-hero { position: relative; isolation: isolate; min-height: 690px; padding: 88px clamp(28px, 7vw, 112px); overflow: hidden; color: white; background: radial-gradient(circle at 74% 24%, rgba(255, 194, 103, .28), transparent 24%), radial-gradient(circle at 9% 100%, rgba(255, 123, 45, .20), transparent 36%), linear-gradient(125deg, #171c2d 0%, #2c2230 42%, #a83b22 100%); }
.qxm-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.qxm-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); animation: qxm-breathe 7s ease-in-out infinite; }
.qxm-glow.one { width: 360px; height: 360px; right: 3%; top: -130px; background: rgba(255, 186, 83, .18); }
.qxm-glow.two { width: 210px; height: 210px; left: 41%; bottom: -120px; background: rgba(255, 104, 45, .20); animation-delay: -3s; }
.qxm-hero .xz-hero-copy { max-width: 700px; }
.qxm-hero .xz-kicker { color: #ffd99a; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255,255,255,.18); }
.qxm-hero h1 { max-width: 760px; margin: 22px 0 12px; font-size: clamp(46px, 5.8vw, 82px); line-height: 1.08; letter-spacing: -.055em; }
.qxm-hero h1.qxm-hero-title { max-width: none; font-size: clamp(44px, 4.5vw, 68px); }
.qxm-hero-title span { display: block; white-space: nowrap; }
.qxm-hero h1 em { display: inline-block; color: #ffbc5e; font-style: normal; text-shadow: 0 16px 42px rgba(255, 133, 52, .24); }
.qxm-hero h2 { margin: 0 0 18px; color: #fff4e7; font-size: clamp(24px, 2.2vw, 34px); }
.qxm-hero p { max-width: 650px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.9; }
.qxm-hero-actions { margin-top: 30px; }
.qxm-hero-actions button { min-width: 150px; min-height: 52px; }
.qxm-mini-slogans { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.qxm-mini-slogans span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); font-size: 13px; }
.qxm-card-stage { position: relative; width: min(460px, 38vw); height: 500px; justify-self: center; perspective: 1100px; }
.qxm-orbit { position: absolute; inset: 54px -12px 20px; border: 1px solid rgba(255,216,161,.18); border-radius: 50%; transform: rotate(-9deg); animation: qxm-orbit 16s linear infinite; }
.qxm-orbit::before, .qxm-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #ffc36a; box-shadow: 0 0 20px #ffad4d; }
.qxm-orbit::before { top: 16%; left: 7%; }.qxm-orbit::after { right: 4%; bottom: 22%; }
.qxm-card-stack { position: absolute; inset: 58px 18px 18px 24px; }
.qxm-value-card { position: absolute; inset: 0; display: grid; align-content: center; gap: 12px; padding: 42px; border-radius: 34px; border: 1px solid rgba(255,255,255,.30); box-shadow: 0 38px 90px rgba(18,16,29,.34); transform-origin: 50% 90%; }
.qxm-value-card.back { opacity: .35; background: linear-gradient(145deg, #91513c, #f2a34d); transform: translate(36px,-34px) rotate(9deg); }
.qxm-value-card.middle { opacity: .58; background: linear-gradient(145deg, #71402f, #d87533); transform: translate(18px,-17px) rotate(4deg); }
.qxm-value-card.front { background: radial-gradient(circle at 82% 14%, rgba(255,255,255,.20), transparent 23%), linear-gradient(145deg, #f26430, #f49d33 56%, #ffd374); animation: qxm-float 5s ease-in-out infinite; }
.qxm-value-card i { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; color: #e65724; background: white; font-size: 19px; font-style: normal; font-weight: 950; box-shadow: 0 12px 32px rgba(132,54,20,.18); }
.qxm-value-card span { font-size: 13px; letter-spacing: .16em; }.qxm-value-card b { font-size: 38px; line-height: 1.2; }.qxm-value-card small { color: rgba(74,32,17,.66); font-weight: 800; }
.qxm-demand-card { align-content: stretch; grid-template-rows: auto 1fr 1fr auto; gap: 16px; padding: 34px 32px 30px; }
.qxm-demand-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.qxm-demand-card .qxm-demand-head b { color: white; font-size: clamp(27px,2.5vw,38px); line-height: 1; white-space: nowrap; }
.qxm-demand-card .qxm-demand-head span { color: rgba(255,255,255,.86); font-size: 15px; font-weight: 850; letter-spacing: 0; white-space: nowrap; }
.qxm-demand-stat { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.20); }
.qxm-demand-stat span { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 850; letter-spacing: .08em; white-space: nowrap; }
.qxm-demand-stat strong { min-width: 0; color: white; font-size: clamp(32px,3.1vw,48px); line-height: 1; letter-spacing: -.055em; font-variant-numeric: tabular-nums; white-space: nowrap; text-shadow: 0 12px 30px rgba(125,42,15,.18); }
.qxm-demand-card > button { width: 100%; min-height: 48px; color: #e45522; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(120,45,18,.16); }
.qxm-float-note { position: absolute; padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; color: #fff4e7; background: rgba(24,27,42,.58); backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(16,18,29,.22); animation: qxm-note 4.5s ease-in-out infinite; }
.qxm-float-note.note-one { top: 52px; right: -16px; }.qxm-float-note.note-two { left: -10px; bottom: 44px; animation-delay: -2.2s; }
.qxm-trust { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) 1.4fr; align-items: center; gap: 22px; max-width: 1180px; margin: -48px auto 0; padding: 27px 34px; position: relative; z-index: 2; border: 1px solid rgba(239,91,42,.12); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 26px 70px rgba(92,47,28,.13); }
.qxm-trust div { display: grid; gap: 3px; padding-right: 18px; border-right: 1px solid #f0e2d7; }.qxm-trust b { color: #d94f20; font-size: 32px; }.qxm-trust span, .qxm-trust p { color: #72798a; }.qxm-trust p { margin: 0; font-weight: 750; text-align: center; }
.qxm-section { padding-top: 110px; padding-bottom: 110px; }
.qxm-advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1200px; margin: 42px auto 0; }
.qxm-advantage-grid article { position: relative; overflow: hidden; min-height: 245px; padding: 30px; border: 1px solid #f3e3d7; border-radius: 24px; background: white; box-shadow: 0 18px 50px rgba(104,55,30,.07); transition: transform .28s ease, box-shadow .28s ease; }
.qxm-advantage-grid article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -45px; bottom: -45px; border-radius: 50%; background: linear-gradient(135deg, rgba(241,90,36,.13), rgba(255,193,92,.08)); }
.qxm-advantage-grid article:hover { transform: translateY(-8px); box-shadow: 0 28px 64px rgba(104,55,30,.13); }
.qxm-advantage-grid i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: white; background: linear-gradient(135deg,#ef5b2a,#ffad38); font-style: normal; font-weight: 900; }
.qxm-advantage-grid b { display: block; margin: 25px 0 10px; font-size: 22px; }.qxm-advantage-grid p { margin: 0; color: #747b8d; line-height: 1.8; }
.qxm-live { background: radial-gradient(circle at 0 0, rgba(255,178,79,.16), transparent 30%), linear-gradient(135deg,#192033,#25314d); }
.qxm-live .xz-kicker { align-items: center; gap: 8px; color: #ffd08a; background: rgba(255,255,255,.08); }.qxm-live .xz-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #42d981; box-shadow: 0 0 0 0 rgba(66,217,129,.56); animation: xz-live-pulse 1.4s ease-out infinite; }.qxm-live p { color: rgba(255,255,255,.66); }
.qxm-order-board { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255,255,255,.97); box-shadow: 0 28px 86px rgba(4,10,25,.30); }
.qxm-order-head, .qxm-order-row { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(120px,.85fr) minmax(110px,.62fr); align-items: center; gap: 22px; padding: 0 22px; }
.qxm-order-head { min-height: 62px; color: #657089; background: #f6f8fc; border-bottom: 1px solid #eadfd8; font-size: 14px; font-weight: 900; }
.qxm-order-viewport { height: 414px; overflow: hidden; }
.qxm-order-track { will-change: auto; }
.qxm-order-board.can-scroll .qxm-order-track { will-change: transform; animation: qxm-order-scroll var(--scroll-duration, 28s) linear infinite; }
.qxm-order-board.can-scroll:hover .qxm-order-track { animation-play-state: paused; }
.qxm-order-row { min-height: 69px; color: #2a354d; background: white; border-bottom: 1px solid #f0e4dc; }
.qxm-order-row.latest { background: linear-gradient(90deg, rgba(255,244,235,.78), white 24%); }
.qxm-order-row > span { min-width: 0; }
.qxm-order-row > span:first-child { display: grid; gap: 4px; }
.qxm-order-row b { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.qxm-order-row small { color: #9aa2b2; font-size: 11px; font-weight: 650; }
.qxm-order-empty { height: 100%; display: grid; place-content: center; justify-items: center; gap: 9px; color: #7d879b; background: linear-gradient(135deg,#fff,#fafbfe); }.qxm-order-empty i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; color: #e7642a; background: #fff0e8; font-style: normal; font-weight: 900; }.qxm-order-empty b { color: #34405a; font-size: 18px; }.qxm-order-empty span { font-size: 12px; }
.qxm-order-status { display: inline-flex; width: fit-content; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-style: normal; font-weight: 900; white-space: nowrap; }
.qxm-order-status i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.qxm-order-status.pending { color: #d96a15; background: #fff1dc; }.qxm-order-status.processing { color: #2f6fda; background: #e9f1ff; }.qxm-order-status.done { color: #159455; background: #ddf8e9; }.qxm-order-status.failed { color: #c44949; background: #fde9e7; }
.qxm-story { padding: 120px clamp(24px, 7vw, 112px); color: #fff; background: #ef5a2a; }
.qxm-story-title { max-width: 1180px; margin: 0 auto 42px; }.qxm-story-title span { color: #ffe0b8; font-size: 12px; font-weight: 900; letter-spacing: .18em; }.qxm-story-title h2 { max-width: 820px; margin: 12px 0 0; font-size: clamp(36px, 4vw, 60px); line-height: 1.22; }
.qxm-story-grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 68px; max-width: 1180px; margin: auto; }
.qxm-story-copy p { color: rgba(255,255,255,.82); font-size: 16px; line-height: 2; }.qxm-story-copy h3 { margin: 34px 0 8px; font-size: 25px; }
.qxm-story-copy .qxm-story-lead { margin-bottom: 10px; color: white; font-size: 19px; font-weight: 850; }.qxm-story-scenes { display: grid; gap: 8px; margin: 0 0 24px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.20); border-radius: 20px; background: rgba(111,37,17,.16); }.qxm-story-scenes p { margin: 0; }
.qxm-promise { padding: 32px; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: rgba(99,35,20,.19); backdrop-filter: blur(10px); }.qxm-promise > span { color: #ffe0b8; font-weight: 850; }.qxm-promise div { display: grid; grid-template-columns: 42px 1fr; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }.qxm-promise em { grid-row: 1 / 3; color: #ffd79f; font-style: normal; }.qxm-promise b { font-size: 19px; }.qxm-promise p { margin: 5px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; }.qxm-promise strong { display: block; margin-top: 30px; color: #ffddaa; font-size: 20px; }
.qxm-partners { overflow: hidden; background: radial-gradient(circle at 50% 18%, rgba(255,176,72,.10), transparent 34%), #fffdfa; }
.qxm-partner-wall { max-width: 1220px; margin: 48px auto 4px; padding: 48px 34px 36px; }
.qxm-partner-row { display: flex; justify-content: center; gap: clamp(10px,2vw,28px); }
.qxm-partner-row + .qxm-partner-row { margin-top: -66px; }
.qxm-partner-tile { width: clamp(170px,17vw,222px); aspect-ratio: 1; display: grid; place-items: center; padding: 0; border: 0; color: #25304a; background: transparent; box-shadow: none; transition: transform .3s ease, filter .3s ease; }
.qxm-partner-tile:hover { filter: drop-shadow(0 24px 28px rgba(94,48,30,.14)); transform: translateY(-7px) scale(1.035); }
.qxm-partner-logo { width: 100%; height: 100%; object-fit: contain; }
.qxm-partner-tile.is-raw { position: relative; }.qxm-partner-tile.is-raw::before { content: ""; position: absolute; inset: 18.5%; border: 1px solid rgba(223,126,63,.11); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 18px 50px rgba(56,35,28,.09); transform: rotate(45deg); }.qxm-partner-raw { position: relative; z-index: 1; width: 60%; display: grid; justify-items: center; gap: 8px; }.qxm-partner-raw img { width: clamp(56px,6vw,76px); height: clamp(56px,6vw,76px); object-fit: contain; }.qxm-partner-raw b { color: #25304a; font-size: 14px; }
.qxm-partner-note { max-width: 820px; margin: 12px auto 0; color: #959cab; font-size: 12px; text-align: center; }
.qxm-onboarding { position: relative; overflow: hidden; padding: 104px max(24px,calc((100vw - 1180px) / 2)) 92px; color: white; text-align: center; background: radial-gradient(circle at 18% 30%, rgba(255,181,75,.17), transparent 28%), radial-gradient(circle at 82% 70%, rgba(239,91,42,.22), transparent 30%), linear-gradient(135deg,#172036,#222d49 58%,#342337); }
.qxm-onboarding::before { content: ""; position: absolute; inset: 0; opacity: .24; background: linear-gradient(135deg,transparent 22%,rgba(255,255,255,.09) 22.5%,transparent 23%), linear-gradient(20deg,transparent 68%,rgba(255,146,65,.10) 68.5%,transparent 69%); }
.qxm-onboarding-title, .qxm-onboarding-steps, .qxm-onboarding-action { position: relative; z-index: 1; }
.qxm-onboarding-title span { color: #ffbd6a; font-size: 12px; font-weight: 900; letter-spacing: .2em; }.qxm-onboarding-title h2 { margin: 12px 0 14px; font-size: clamp(34px,4vw,52px); }.qxm-onboarding-title i { position: relative; display: block; width: 168px; height: 2px; margin: auto; background: rgba(255,255,255,.72); }.qxm-onboarding-title i::after { content: ""; position: absolute; left: 50%; top: 0; width: 14px; height: 14px; background: #fff; transform: translate(-50%,-44%) rotate(45deg); }
.qxm-onboarding-steps { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; max-width: 1080px; margin: 64px auto 0; }
.qxm-onboarding-steps article { display: grid; justify-items: center; gap: 9px; }.qxm-onboarding-steps article > i { width: 86px; height: 86px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 30px; color: #fff; background: linear-gradient(145deg,rgba(255,255,255,.19),rgba(255,143,56,.30)); box-shadow: 0 22px 55px rgba(9,13,25,.26); font-size: 30px; font-style: normal; font-weight: 950; }.qxm-onboarding-steps article b { margin-top: 8px; font-size: 20px; }.qxm-onboarding-steps article small { color: rgba(255,255,255,.63); font-size: 12px; }
.qxm-step-arrow { width: clamp(40px,5vw,64px); display: block; border-top: 2px dashed rgba(255,255,255,.48); }.qxm-step-arrow i { position: relative; display: block; }.qxm-step-arrow i::after { content: ""; position: absolute; right: 1px; top: -7px; width: 10px; height: 10px; border-top: 2px solid rgba(255,255,255,.72); border-right: 2px solid rgba(255,255,255,.72); transform: rotate(45deg); }
.qxm-onboarding-action { min-width: 170px; min-height: 52px; margin-top: 46px; color: #e65523; background: white; box-shadow: 0 16px 38px rgba(7,10,20,.22); }
.qxm-footer { background: #101525; }.qxm-footer b { font-size: 17px; }.qxm-footer p { color: rgba(255,255,255,.58); }.qxm-footer a { width: fit-content; color: rgba(255,255,255,.58); font-size: 12px; }
.qxm-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }.qxm-reveal.visible { opacity: 1; transform: translateY(0); }
.announcement-card { min-width: 0; }.notice-board { display: grid; }.notice-row { width: 100%; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px; padding: 13px 5px; color: #293248; text-align: left; border: 0; border-bottom: 1px solid #f0e5dc; border-radius: 0; background: transparent; box-shadow: none; }.notice-row:hover { color: #d94f20; background: #fff8f2; }.notice-row > span { padding: 4px 7px; border-radius: 7px; color: #9a541d; background: #fff1d6; font-size: 11px; }.notice-row.critical > span { color: #b42318; background: #fee4e2; }.notice-row time { color: #8990a0; font-size: 12px; }.notice-row em { color: #ed5a29; font-style: normal; font-size: 12px; }
.announcement-detail { padding: 18px; border-radius: 16px; background: #fff8f2; }.announcement-detail.critical { border-left: 4px solid #e5483f; background: #fff1f0; }.announcement-detail p { line-height: 1.9; white-space: normal; }.announcement-detail small { color: #80889a; }
.review-proof { display: grid; grid-template-columns: 1fr 240px; gap: 20px; align-items: center; margin-bottom: 18px; }.review-proof img { width: 100%; max-height: 260px; object-fit: contain; border: 1px solid #eee0d5; border-radius: 16px; background: #fff; }.risk-alert { padding: 13px 15px; border: 1px solid #fda29b; border-radius: 13px; color: #b42318; background: #fff1f0; }.rule-ack.risk { color: #b42318; background: #fff1f0; }.risk-lock { display: block; margin-top: 6px; color: #b42318; line-height: 1.5; }
.withdraw-risk-list { display: grid; gap: 10px; max-height: 330px; margin: 16px 0 22px; overflow: auto; }.withdraw-risk-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px; border: 1px solid #e5e7eb; border-radius: 14px; background: white; }.withdraw-risk-row.ok { border-color: #a6e3bb; background: #f3fff7; }.withdraw-risk-row.bad { border-color: #fda29b; background: #fff4f2; }.withdraw-risk-row input { width: 18px; height: 18px; }.withdraw-risk-row span { display: grid; gap: 4px; }.withdraw-risk-row small { color: #788092; }
.contract-panel { display: grid; gap: 16px; color: #3f2b26; line-height: 1.8; }.contract-panel .risk-flag { width: fit-content; padding: 6px 12px; border: 1px solid #ffc8b8; border-radius: 999px; color: #a82c21; background: #fff0ea; font-weight: 800; }.contract-panel ul { margin: 0; padding: 16px 20px 16px 38px; border: 1px solid #f7ded0; border-radius: 16px; background: #fff8f3; }
.contract-page { display: grid; gap: 24px; }
.contract-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.contract-progress > div { position: relative; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 2px 12px; padding: 18px; border: 1px solid #eadfd8; border-radius: 18px; color: #8991a1; background: #fafbfc; }
.contract-progress > div::after { content: ""; position: absolute; right: -15px; top: 50%; width: 15px; border-top: 2px dashed #d8dce5; }
.contract-progress > div:last-child::after { display: none; }
.contract-progress span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #8a909e; background: #e9ebf0; font-weight: 900; }
.contract-progress b { color: #444d61; }.contract-progress small { font-size: 12px; }
.contract-progress > div.active { border-color: #ffb08c; color: #b65026; background: #fff6f0; box-shadow: 0 12px 30px rgba(231,92,40,.09); }.contract-progress > div.active span { color: white; background: linear-gradient(135deg,#ef5b2a,#ffad38); }
.contract-action { padding: 24px; border: 1px solid #f0dfd3; border-radius: 20px; background: #fffaf6; }.contract-action h3 { margin-top: 0; }.contract-action.success { border-color: #b7e6c7; background: #f4fff7; }.contract-action.blocked { border-color: #f2c797; background: #fff9ec; }
.contract-sign-grid { display: grid; grid-template-columns: minmax(240px, .55fr) 1fr; gap: 22px; align-items: stretch; }
.contract-qr { display: grid; justify-items: center; gap: 10px; padding: 22px; border: 1px solid #f0dfd3; border-radius: 22px; background: white; text-align: center; }.contract-qr img { width: min(240px, 100%); aspect-ratio: 1; object-fit: contain; border-radius: 14px; }.contract-qr small { color: #838b9c; }
.contract-wecom-grid { display: grid; grid-template-columns: minmax(280px, .7fr) 1fr; gap: 22px; align-items: stretch; }
.contract-wecom-qr { display: grid; justify-items: center; align-content: start; gap: 10px; padding: 22px; border: 1px solid #f0dfd3; border-radius: 22px; background: white; text-align: center; }
.contract-wecom-qr img { width: min(330px, 100%); aspect-ratio: 824 / 830; object-fit: contain; border-radius: 16px; box-shadow: 0 14px 36px rgba(35, 42, 60, .08); }
.contract-wecom-qr small { color: #838b9c; }
.contract-note-list { margin: 18px 0 22px; padding-left: 24px; color: #51596b; line-height: 1.9; }
.contract-admin-intro { display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: center; margin-top: 20px; padding: 18px; border: 1px solid #f0dfd3; border-radius: 18px; background: #fffaf6; }
.contract-admin-intro img { width: 150px; aspect-ratio: 824 / 830; object-fit: contain; border-radius: 12px; background: white; }
.contract-admin-intro p { margin-bottom: 0; color: #687084; line-height: 1.75; }
.contract-terms { padding: 16px 18px; border: 1px solid #ece3dc; border-radius: 16px; background: #fff; }.contract-terms summary { cursor: pointer; font-weight: 800; }.contract-terms p { line-height: 1.8; }
.button-link { display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 10px 16px; border-radius: 12px; text-decoration: none; }
@keyframes qxm-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes qxm-note { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes qxm-orbit { to { transform: rotate(351deg); } }
@keyframes qxm-breathe { 0%,100% { transform: scale(.92); opacity: .55; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes qxm-order-scroll { to { transform: translateY(-50%); } }
@media (max-width: 1180px) { .qxm-story-grid { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 1000px) {
  .qxm-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 78px; }.qxm-card-stage { width: min(500px, 78vw); margin-top: 24px; }.qxm-trust { width: calc(100% - 32px); grid-template-columns: repeat(3,1fr); }.qxm-trust p { grid-column: 1 / -1; }.qxm-advantage-grid { grid-template-columns: repeat(2,1fr); }.qxm-story-grid { grid-template-columns: 1fr; gap: 34px; }.qxm-partner-row { gap: 42px; }.qxm-partner-row + .qxm-partner-row { margin-top: -48px; }
  .qxm-partner-row { gap: 18px; }
}
@media (max-width: 650px) {
  .qxm-nav { padding: 12px 16px; }.qxm-nav nav button:not(.register):not(:nth-last-child(2)) { display: none; }.qxm-nav .xz-logo b { font-size: 17px; }.qxm-hero { padding: 58px 20px 92px; }.qxm-hero h1, .qxm-hero h1.qxm-hero-title { font-size: clamp(31px,8.8vw,38px); line-height: 1.18; }.qxm-hero-title span { white-space: nowrap; }.qxm-hero p { font-size: 16px; }.qxm-card-stage { width: 100%; height: 430px; }.qxm-card-stack { inset: 42px 22px 18px; }.qxm-value-card { padding: 30px; }.qxm-value-card b { font-size: 30px; }.qxm-demand-card { padding: 27px 22px 24px; gap: 11px; }.qxm-demand-card .qxm-demand-head { align-items: start; flex-direction: column; gap: 5px; }.qxm-demand-card .qxm-demand-head b { font-size: 28px; }.qxm-demand-stat { gap: 9px; }.qxm-demand-stat strong { font-size: clamp(27px,9vw,40px); }.qxm-float-note { font-size: 12px; }.qxm-trust { grid-template-columns: 1fr; margin-top: -58px; }.qxm-trust div { grid-template-columns: auto 1fr; align-items: center; border-right: 0; border-bottom: 1px solid #f0e2d7; padding: 0 0 12px; }.qxm-trust b { font-size: 27px; }.qxm-advantage-grid { grid-template-columns: 1fr; }.qxm-partner-wall { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 26px 0 18px; }.qxm-partner-row { display: contents; }.qxm-partner-row + .qxm-partner-row { margin-top: 0; }.qxm-partner-tile { width: 100%; min-height: 142px; aspect-ratio: auto; border-radius: 22px; transform: none; }.qxm-partner-tile:hover { transform: translateY(-4px); }.qxm-partner-content { width: 88%; transform: none; }.qxm-partner-content img { height: 84px; }.qxm-story { padding: 86px 22px; }.qxm-section { padding: 86px 20px; }.qxm-live { padding: 76px 20px; }.qxm-order-head, .qxm-order-row { grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 0 16px; }.qxm-order-head span:nth-child(2), .qxm-order-row > span:nth-child(2) { display: none; }.qxm-order-viewport { height: 384px; }.qxm-order-row { min-height: 64px; }.qxm-onboarding { padding: 82px 20px 76px; }.qxm-onboarding-steps { grid-template-columns: 1fr; gap: 22px; margin-top: 48px; }.qxm-step-arrow { width: 2px; height: 34px; border-top: 0; border-left: 2px dashed rgba(255,255,255,.42); }.qxm-step-arrow i::after { right: auto; left: -5px; top: 23px; transform: rotate(135deg); }.review-proof { grid-template-columns: 1fr; }.notice-row { grid-template-columns: auto 1fr auto; }.notice-row time { display: none; }
  .qxm-partner-tile { min-height: 0; aspect-ratio: 1; border-radius: 0; }
  .contract-progress, .contract-sign-grid, .contract-wecom-grid, .contract-admin-intro { grid-template-columns: 1fr; }.contract-progress > div::after { display: none; }
  .contract-admin-intro img { width: min(260px, 100%); justify-self: center; }
}
@media (prefers-reduced-motion: reduce) { .qxm-reveal { opacity: 1; transform: none; }.qxm-value-card.front, .qxm-float-note, .qxm-orbit, .qxm-glow, .qxm-order-track, .qxm-live .xz-kicker i { animation: none; } }

/* 供货商端：桌面保留完整能力，移动端采用轻量五入口信息架构 */
.mobile-only { display: none !important; }
.supplier-app {
  --supplier-blue: #2d76d6;
  --supplier-blue-soft: #eaf3ff;
  --supplier-cyan: #45b9c7;
  --supplier-orange: #f47a32;
  --supplier-surface: #ffffff;
  min-height: 100vh;
  background: #f3f7fc;
}
.supplier-app .side {
  background: linear-gradient(180deg, #174f8f 0%, #287fc0 54%, #39a9b8 100%);
  box-shadow: 14px 0 44px rgba(27, 79, 132, .15);
}
.supplier-app .topbar {
  background: linear-gradient(180deg, rgba(244,248,253,.97), rgba(244,248,253,.84));
}
.supplier-app .hero-card {
  color: #17324f;
  background: radial-gradient(circle at 88% 8%, rgba(244,122,50,.16), transparent 30%), linear-gradient(135deg, #e9f4ff, #f5fbff 56%, #fff6ed);
  border-color: rgba(87, 145, 203, .16);
  box-shadow: 0 22px 60px rgba(42, 104, 165, .13);
}
.supplier-app .hero-card p { color: #60748b; }
.supplier-app .hero-actions .ghost { color: #275d92; background: rgba(255,255,255,.84); border-color: rgba(45,118,214,.18); }
.supplier-app .card { border-color: rgba(153,180,208,.20); box-shadow: 0 10px 30px rgba(37,75,112,.07); }
.supplier-app .brand-mark,
.supplier-app .tab-btn.active,
.supplier-app button.primary,
.supplier-app .float-tools button,
.supplier-app .avatar,
.supplier-app .deliver-chip.active,
.supplier-app .category-card i,
.supplier-app .category-icon { background: linear-gradient(135deg, var(--supplier-blue), var(--supplier-cyan)); box-shadow: 0 12px 26px rgba(45,118,214,.20); }
.supplier-app .nav button.active { background: linear-gradient(135deg, rgba(255,255,255,.23), rgba(255,255,255,.11)); border-color: rgba(255,255,255,.30); }
.supplier-app .brand-section-title span,
.supplier-app .order-card::before { background: linear-gradient(180deg, var(--supplier-blue), var(--supplier-cyan)); }
.supplier-app .category-card.active,
.supplier-app .brand-tile.active { color: #235f9e; border-color: rgba(45,118,214,.38); background: linear-gradient(180deg, #eaf3ff, #fff); box-shadow: 0 14px 30px rgba(45,118,214,.12); }
.supplier-app th { color: #3a5775; background: #f2f7fc; }

@media (max-width: 700px) {
  body:has(.supplier-app) { background: #f3f7fc; }
  .supplier-app { display: block; min-height: 100dvh; color: #1f2f43; background: #f3f7fc; }
  .supplier-app .desktop-only,
  .supplier-app .side,
  .supplier-app .topbar,
  .supplier-app .float-tools { display: none !important; }
  .supplier-app .mobile-only { display: block !important; }
  .supplier-app .main { min-width: 0; padding: 0 12px calc(88px + env(safe-area-inset-bottom)); }
  .supplier-app .section { min-width: 0; max-width: 100%; gap: 12px; overflow: clip; }
  .supplier-app .card { min-width: 0; max-width: 100%; padding: 15px; border-radius: 18px; background: #fff; backdrop-filter: none; }
  .supplier-app .table-wrap { min-width: 0; max-width: 100%; overscroll-behavior-x: contain; }
  .supplier-app .card h2 { margin-bottom: 11px; font-size: 18px; }
  .supplier-app button { border-radius: 12px; }
  .supplier-app .empty { padding: 25px 14px; border-radius: 16px; }
  .supplier-app .empty::before { width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(135deg, var(--supplier-blue), var(--supplier-cyan)); }
  .supplier-app .form-grid,
  .supplier-app .form-grid.two,
  .supplier-app .grid,
  .supplier-app .grid.two,
  .supplier-app .order-grid,
  .supplier-app .market-board,
  .supplier-app .spec-grid { grid-template-columns: 1fr; gap: 12px; }
  .supplier-app input,
  .supplier-app select,
  .supplier-app textarea { min-height: 44px; border-radius: 12px; }

  .mobile-appbar {
    position: sticky;
    top: 0;
    z-index: 18;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    margin: 0 -12px 12px;
    padding: calc(8px + env(safe-area-inset-top)) 16px 8px;
    border-bottom: 1px solid rgba(139,169,199,.16);
    background: rgba(255,255,255,.94);
    box-shadow: 0 8px 24px rgba(38,77,116,.06);
    backdrop-filter: blur(16px);
  }
  .supplier-app .mobile-appbar.mobile-only { display: flex !important; }
  .mobile-brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
  .mobile-brand > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--supplier-blue), var(--supplier-cyan)); box-shadow: 0 9px 22px rgba(45,118,214,.22); font-size: 12px; font-weight: 950; }
  .mobile-brand div { display: grid; min-width: 0; }
  .mobile-brand b { overflow: hidden; font-size: 17px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-brand small { color: #8090a3; font-size: 11px; }
  .mobile-refresh { width: 38px; height: 38px; padding: 0; color: #2d6eb1; background: #edf5ff; box-shadow: none; }

  .supplier-app .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 30;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    min-height: 64px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(139,169,199,.19);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -10px 28px rgba(31,70,108,.08);
    backdrop-filter: blur(18px);
  }
  .supplier-app .mobile-bottom-nav.mobile-only { display: grid !important; }
  .mobile-bottom-nav button { position: relative; min-width: 0; display: grid; justify-items: center; gap: 2px; padding: 3px 2px; color: #8593a4; background: transparent; box-shadow: none; }
  .mobile-bottom-nav button:hover { transform: none; box-shadow: none; }
  .mobile-bottom-nav button i { width: 30px; height: 28px; display: grid; place-items: center; border-radius: 11px; font-style: normal; font-weight: 900; }
  .mobile-bottom-nav button span { font-size: 11px; font-weight: 800; }
  .mobile-bottom-nav button.active { color: var(--supplier-blue); background: transparent; }
  .mobile-bottom-nav button.active i { color: white; background: linear-gradient(135deg, var(--supplier-blue), var(--supplier-cyan)); box-shadow: 0 8px 18px rgba(45,118,214,.22); }
  .mobile-bottom-nav button em { position: absolute; top: 0; left: calc(50% + 8px); min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border: 2px solid white; border-radius: 999px; color: white; background: #ef5d50; font-size: 9px; font-style: normal; font-weight: 900; }

  .mobile-home { display: grid !important; gap: 12px; }
  .mobile-welcome { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 18px; overflow: hidden; border-radius: 22px; color: #17324f; background: radial-gradient(circle at 95% 5%, rgba(244,122,50,.17), transparent 34%), linear-gradient(135deg, #dff0ff, #f7fbff 70%); box-shadow: 0 12px 30px rgba(41,100,159,.09); }
  .mobile-welcome > div > span { color: #5980a7; font-size: 12px; font-weight: 850; }
  .mobile-welcome h2 { margin: 4px 0 8px; font-size: 21px; letter-spacing: -.03em; }
  .mobile-welcome p { display: flex; align-items: center; gap: 8px; margin: 0; }
  .mobile-welcome p small { color: #6c7f92; }
  .mobile-welcome > button { width: 72px; height: 72px; display: grid; place-content: center; gap: 0; color: white; background: linear-gradient(145deg, var(--supplier-orange), #ffab4b); box-shadow: 0 13px 27px rgba(244,122,50,.24); }
  .mobile-welcome > button b { font-size: 24px; line-height: 1.1; }
  .mobile-welcome > button span { font-size: 11px; }
  .mobile-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .mobile-stat-grid button { min-height: 108px; display: grid; align-content: center; justify-items: start; gap: 4px; padding: 14px; text-align: left; color: #1f344d; background: white; border: 1px solid rgba(139,169,199,.16); box-shadow: 0 8px 24px rgba(38,77,116,.06); }
  .mobile-stat-grid button span { color: #75869a; font-size: 12px; }
  .mobile-stat-grid button b { color: #235f9e; font-size: 25px; letter-spacing: -.04em; }
  .mobile-stat-grid button:nth-child(2n) b { color: #e36a28; }
  .mobile-stat-grid button small { color: #9aa6b3; }
  .mobile-quick,
  .mobile-section-card { padding: 15px; border: 1px solid rgba(139,169,199,.16); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(38,77,116,.05); }
  .mobile-quick h3,
  .mobile-section-head h3 { margin: 0; font-size: 16px; }
  .mobile-quick > div { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; margin-top: 13px; }
  .mobile-quick button { display: grid; justify-items: center; gap: 6px; padding: 5px 1px; color: #53677e; background: transparent; box-shadow: none; font-size: 11px; }
  .mobile-quick button i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; color: #2767aa; background: #eaf3ff; font-style: normal; font-size: 15px; font-weight: 900; }
  .mobile-quick button:nth-child(1) i,
  .mobile-quick button:nth-child(4) i { color: #d85e1c; background: #fff0e6; }
  .mobile-section-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
  .mobile-section-head button,
  .mobile-section-head span { padding: 3px 0; color: #6e8196; background: transparent; box-shadow: none; font-size: 11px; }
  .mobile-order-preview,
  .mobile-notice-list { display: grid; }
  .mobile-order-preview > button,
  .mobile-notice-list > button { width: 100%; display: grid; align-items: center; gap: 9px; min-width: 0; padding: 11px 0; border-radius: 0; color: #273b53; text-align: left; background: transparent; border-bottom: 1px solid #edf1f5; box-shadow: none; }
  .mobile-order-preview > button { grid-template-columns: auto 1fr auto; }
  .mobile-order-preview > button:last-child,
  .mobile-notice-list > button:last-child { border-bottom: 0; }
  .mobile-order-preview .order-product-logo { width: 42px; height: 42px; border-radius: 13px; }
  .mobile-order-preview div { min-width: 0; }
  .mobile-order-preview div b,
  .mobile-order-preview div small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-order-preview div small { margin-top: 2px; color: #8b98a8; font-size: 10px; }
  .mobile-notice-list > button { grid-template-columns: auto 1fr auto; }
  .mobile-notice-list > button span { padding: 3px 6px; border-radius: 7px; color: #d8601f; background: #fff0e6; font-size: 10px; }
  .mobile-notice-list > button b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-notice-list > button em { color: #a0aab5; font-size: 18px; font-style: normal; }
  .mobile-empty { min-height: 120px; display: grid; place-content: center; justify-items: center; gap: 5px; color: #8b98a8; text-align: center; }
  .mobile-empty i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; color: #3576b8; background: #eaf3ff; font-style: normal; font-weight: 900; }
  .mobile-empty b { color: #52657a; }
  .mobile-empty span { font-size: 11px; }

  .mobile-profile { display: grid !important; gap: 12px; }
  .mobile-profile-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 18px 15px; border-radius: 22px; background: linear-gradient(135deg, #e5f2ff, #fff 72%); box-shadow: 0 10px 28px rgba(38,77,116,.07); }
  .mobile-avatar { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; color: white; background: linear-gradient(135deg, var(--supplier-blue), var(--supplier-cyan)); font-size: 21px; font-weight: 900; box-shadow: 0 10px 24px rgba(45,118,214,.20); }
  .mobile-profile-head > div:nth-child(2) { min-width: 0; }
  .mobile-profile-head h2 { margin: 0 0 5px; font-size: 19px; }
  .mobile-profile-head p { display: flex; align-items: center; gap: 7px; margin: 0 0 3px; }
  .mobile-profile-head p > span { color: #64778d; font-size: 11px; }
  .mobile-profile-head small { display: block; overflow: hidden; color: #8b98a8; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-profile-head > button { padding: 7px 10px; color: #2e70b4; background: #eaf3ff; box-shadow: none; font-size: 11px; }
  .mobile-account-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding: 15px 6px; border: 1px solid rgba(139,169,199,.15); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(38,77,116,.05); }
  .mobile-account-grid button { min-width: 0; display: grid; gap: 3px; padding: 4px; color: #74869a; background: transparent; border-right: 1px solid #edf1f5; border-radius: 0; box-shadow: none; }
  .mobile-account-grid button:last-child { border-right: 0; }
  .mobile-account-grid b { overflow: hidden; color: #244d77; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-account-grid span { font-size: 10px; }
  .mobile-menu-card { overflow: hidden; border: 1px solid rgba(139,169,199,.15); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(38,77,116,.05); }
  .mobile-menu-card h3 { display: flex; align-items: center; gap: 8px; margin: 0; padding: 13px 15px 8px; color: #355471; font-size: 14px; }
  .mobile-menu-card h3 i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 9px; color: #2e70b4; background: #eaf3ff; font-size: 11px; font-style: normal; }
  .mobile-menu-card > button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 12px 15px; color: #2e4055; text-align: left; background: transparent; border-radius: 0; border-top: 1px solid #f0f3f6; box-shadow: none; }
  .mobile-menu-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: #d96321; background: #fff0e6; font-size: 12px; font-weight: 900; }
  .mobile-menu-card > button > span:nth-child(2) { min-width: 0; }
  .mobile-menu-card > button b,
  .mobile-menu-card > button small { display: block; }
  .mobile-menu-card > button b { font-size: 13px; }
  .mobile-menu-card > button small { margin-top: 2px; overflow: hidden; color: #98a3af; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-menu-card > button em { color: #a8b2bd; font-size: 20px; font-style: normal; font-weight: 400; }
  .mobile-logout,
  .mobile-cancel { width: 100%; min-height: 46px; color: #2e70b4; background: white; border: 1px solid rgba(139,169,199,.18); box-shadow: none; }
  .mobile-cancel { color: #b45454; background: transparent; border: 0; }

  .mobile-brand-page { margin: 0 -12px; }
  .mobile-product-toolbar { position: sticky; top: 62px; z-index: 12; padding: 0 12px 9px; background: rgba(243,247,252,.96); backdrop-filter: blur(12px); }
  .mobile-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; padding: 5px 5px 5px 11px; border: 1px solid rgba(139,169,199,.22); border-radius: 15px; background: white; box-shadow: 0 7px 20px rgba(38,77,116,.05); }
  .mobile-search > span { color: #5d7894; font-size: 11px; font-weight: 900; }
  .mobile-search input { min-height: 34px; padding: 6px 3px; border: 0; box-shadow: none; }
  .mobile-search button { padding: 8px 12px; color: white; background: var(--supplier-orange); box-shadow: none; }
  .mobile-rule-ticker { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; margin-top: 7px; padding: 8px 10px; border-radius: 12px; color: #885021; background: #fff4e8; font-size: 10px; }
  .mobile-rule-ticker b { padding: 2px 5px; border-radius: 6px; color: white; background: #ef7b35; }
  .mobile-rule-ticker span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-rule-ticker button { padding: 2px; color: #c55b18; background: transparent; box-shadow: none; font-size: 10px; }
  .mobile-product-body { display: grid; grid-template-columns: 76px 1fr; align-items: start; min-height: calc(100dvh - 190px); padding: 0 10px; }
  .mobile-category-rail { position: sticky; top: 168px; display: grid; gap: 5px; max-height: calc(100dvh - 250px); overflow-y: auto; padding: 2px 7px 30px 0; }
  .mobile-category-rail button { display: grid; justify-items: center; gap: 4px; min-height: 62px; padding: 8px 2px; color: #718297; background: transparent; box-shadow: none; font-size: 10px; }
  .mobile-category-rail button i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 11px; color: #4a759f; background: #e8f1f9; font-style: normal; font-size: 12px; font-weight: 900; }
  .mobile-category-rail button.active { color: #d9601f; background: #fff; box-shadow: 0 7px 18px rgba(38,77,116,.06); }
  .mobile-category-rail button.active i { color: white; background: linear-gradient(135deg, var(--supplier-orange), #ffab4b); }
  .mobile-product-list { min-width: 0; }
  .mobile-delivery-tabs { display: flex; gap: 6px; margin-bottom: 9px; overflow-x: auto; scrollbar-width: none; }
  .mobile-delivery-tabs::-webkit-scrollbar { display: none; }
  .mobile-delivery-tabs button { min-width: max-content; padding: 7px 10px; color: #718297; background: #eaf0f6; box-shadow: none; font-size: 10px; }
  .mobile-delivery-tabs button.active { color: #b85118; background: #fff0e6; }
  #mobile-product-list { display: grid; gap: 9px; }
  .mobile-product-card { padding: 13px; border: 1px solid rgba(139,169,199,.15); border-radius: 17px; background: white; box-shadow: 0 8px 22px rgba(38,77,116,.055); }
  .mobile-product-title { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 9px; }
  .mobile-product-logo { width: 43px; height: 43px; border-radius: 13px; box-shadow: 0 7px 18px rgba(38,77,116,.09); }
  .mobile-product-title > div { min-width: 0; }
  .mobile-product-title h3 { margin: 0; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-product-title p { margin: 2px 0; overflow: hidden; color: #74869a; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-product-title small { color: #a1aab4; font-size: 9px; }
  .mobile-supply-state { padding: 4px 6px; border-radius: 999px; color: #8e99a5; background: #edf1f4; font-size: 9px; font-weight: 900; white-space: nowrap; }
  .mobile-product-card.is-active .mobile-supply-state { color: #188758; background: #e0f7ea; }
  .mobile-product-data { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; margin: 11px 0 8px; padding: 9px 5px; border-radius: 12px; background: #f7f9fc; }
  .mobile-product-data span { min-width: 0; display: grid; gap: 2px; padding: 0 5px; color: #8d99a8; border-right: 1px solid #e9edf2; font-size: 9px; }
  .mobile-product-data span:last-child { border-right: 0; }
  .mobile-product-data b { overflow: hidden; color: #e26626; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-product-data span:last-child b { color: #2b5f91; }
  .mobile-delivery-limit { margin: 0; color: #7f8e9f; font-size: 10px; }
  .mobile-delivery-limit b { color: #d35f22; }
  .mobile-product-actions { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin-top: 10px; }
  .mobile-product-actions button { padding: 8px; color: #356997; background: #edf5fc; box-shadow: none; font-size: 10px; }
  .mobile-product-actions button.primary { color: white; }

  .order-filter-card { position: sticky; top: 63px; z-index: 11; margin: 0 -2px; padding: 12px !important; }
  .mobile-order-heading { margin-bottom: 10px; }
  .supplier-app .mobile-order-heading.mobile-only { display: flex !important; align-items: center; justify-content: space-between; gap: 8px; }
  .mobile-order-heading > div { display: grid; }
  .mobile-order-heading b { font-size: 17px; }
  .mobile-order-heading span { color: #8795a5; font-size: 10px; }
  .mobile-order-heading em { padding: 5px 8px; border-radius: 999px; color: #d25f22; background: #fff0e6; font-size: 10px; font-style: normal; font-weight: 900; }
  .order-filter-card .tabs,
  .mobile-order-tabs { display: flex; gap: 6px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .order-filter-card .tabs::-webkit-scrollbar,
  .mobile-order-tabs::-webkit-scrollbar { display: none; }
  .order-filter-card .tab-btn,
  .mobile-order-tabs button { min-width: max-content; padding: 8px 10px; color: #6f8195; background: #edf2f7; box-shadow: none; font-size: 10px; }
  .order-filter-card .tab-btn.active,
  .mobile-order-tabs button.active { color: white; background: linear-gradient(135deg, var(--supplier-blue), var(--supplier-cyan)); }
  .order-filter-card .tab-icon { display: none; }
  .mobile-orders-page { display: grid !important; gap: 10px; }
  .mobile-order-tabs { position: sticky; top: 63px; z-index: 11; margin: 0 -2px; padding: 10px; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(38,77,116,.06); }
  .supplier-app .order-grid { gap: 10px; }
  .supplier-app .order-card { gap: 10px; padding: 13px; border-radius: 17px; }
  .supplier-app .order-card::before { width: 3px; }
  .supplier-app .order-head { align-items: start; gap: 7px; }
  .supplier-app .order-title { gap: 8px; min-width: 0; }
  .supplier-app .order-product-logo { width: 42px; height: 42px; border-radius: 13px; }
  .supplier-app .order-title > div { min-width: 0; }
  .supplier-app .order-title > div > b { overflow: hidden; max-width: 150px; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .supplier-app .order-title p { display: flex; align-items: center; gap: 3px; }
  .supplier-app .order-ext { display: none; }
  .supplier-app .order-kind-badge { padding: 3px 6px; font-size: 9px; }
  .supplier-app .pill { padding: 4px 7px; font-size: 9px; }
  .supplier-app .kv { grid-template-columns: 68px 1fr; gap: 6px 8px; padding: 10px; border-radius: 12px; font-size: 10px; }
  .supplier-app .icon-kv span i { display: none; }
  .supplier-app .action-col { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .supplier-app .action-col button { min-height: 36px; padding: 7px 5px; font-size: 10px; }
  .supplier-app .action-col .btn-icon { display: none; }
  .supplier-app .order-card details { font-size: 10px; }
  .supplier-app .toast { right: 12px; bottom: calc(78px + env(safe-area-inset-bottom)); left: 12px; max-width: none; text-align: center; }
  .supplier-app .modal { align-items: end; padding: 0; }
  .supplier-app .modal > .card { width: 100%; max-height: 88dvh; overflow-y: auto; border-radius: 24px 24px 0 0; padding-bottom: calc(18px + env(safe-area-inset-bottom)); }
}

/* 20260811：手机端账户与资金模块按参考站交互简化 */
@media (max-width: 700px) {
  .supplier-video-replica .mobile-profile-assets > .mobile-profile-asset-static {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 3px;
    padding: 0 5px;
    color: #858b96;
    text-align: center;
  }
  .supplier-video-replica .mobile-profile-assets > .mobile-profile-asset-static b {
    max-width: 100%;
    overflow: hidden;
    color: #131d2b;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .supplier-video-replica .mobile-profile-assets > .mobile-profile-asset-static span {
    font-size: 11px;
  }
  .mobile-reference-finance,
  .mobile-reference-commission {
    width: 100%;
    min-width: 0;
    padding: 10px 8px 18px;
    overflow-x: hidden;
    color: #303642;
    background: #f5f7fb;
  }
  .mobile-reference-finance .finance-filter-toolbar {
    gap: 9px;
    margin: 0 0 12px;
  }
  .mobile-reference-finance .finance-filter-toolbar label {
    min-width: 0;
    padding: 0 6px 0 12px;
    border: 1px solid #e3e7ed;
    border-radius: 8px;
    background: #fff;
  }
  .mobile-reference-finance .finance-filter-toolbar label svg {
    flex: 0 0 18px;
    color: #6f7783;
  }
  .mobile-reference-finance .finance-filter-toolbar input {
    min-height: 40px;
    color: #333a46;
    font-size: 12px;
  }
  .mobile-reference-finance .finance-search-button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 4px 13px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #f1843c;
    box-shadow: none;
    font-size: 12px;
  }
  .mobile-reference-finance .finance-filter-toolbar nav {
    gap: 6px;
    padding-bottom: 1px;
  }
  .mobile-reference-finance .finance-filter-toolbar nav button {
    min-height: 34px;
    padding: 6px 13px;
    border: 1px solid #e7ebef;
    border-radius: 8px;
    color: #737a84;
    background: #fff;
    box-shadow: none;
    font-size: 11px;
  }
  .mobile-reference-finance .finance-filter-toolbar nav button.active {
    border-color: #f4a16a;
    color: #e9702c;
    background: #fff7f1;
    box-shadow: none;
  }
  .reference-finance-list,
  .reference-withdraw-list {
    display: grid;
    gap: 8px;
  }
  .reference-finance-list article,
  .reference-withdraw-list article {
    min-width: 0;
    padding: 14px 12px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    color: #626a76;
    background: #fff;
    box-shadow: 0 4px 14px rgba(38, 52, 71, .035);
  }
  .reference-finance-list article[hidden],
  .reference-withdraw-list article[hidden] {
    display: none !important;
  }
  .reference-finance-list article > header,
  .reference-withdraw-list article > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }
  .reference-finance-list article header b,
  .reference-withdraw-list article header b {
    min-width: 0;
    color: #313743;
    font-size: 12px;
  }
  .reference-finance-list article header strong,
  .reference-withdraw-list article p strong {
    color: #4b535f;
    font-weight: 600;
  }
  .reference-finance-list article header strong.in,
  .reference-withdraw-list article .in {
    color: #48b989;
  }
  .reference-finance-list article header strong.out,
  .reference-withdraw-list article .out {
    color: #e05e57;
  }
  .reference-finance-list article header em,
  .reference-withdraw-list article header em {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 6px;
    color: #46b789;
    background: #effbf7;
    font-size: 10px;
    font-style: normal;
  }
  .reference-finance-list article header em.out,
  .reference-withdraw-list article header em.out {
    color: #df6b68;
    background: #fff1f2;
  }
  .reference-withdraw-list article header em.wait {
    color: #d89028;
    background: #fff8e7;
  }
  .reference-finance-list article p,
  .reference-withdraw-list article p {
    margin: 5px 0 0;
    overflow-wrap: anywhere;
    font-size: 11px;
    line-height: 1.45;
  }
  .reference-finance-order {
    margin: 0 0 10px !important;
    color: #2f3440;
  }
  .reference-finance-order span {
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 18px;
    margin-right: 2px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(135deg, #9b65cf, #d065b7);
    font-size: 8px;
    font-weight: 800;
  }
  .mobile-withdraw-apply {
    width: calc(100% - 30px);
    min-height: 44px;
    margin: 2px 15px 14px;
    border: 0;
    border-radius: 22px;
    color: #fff;
    background: #438ce8;
    box-shadow: none;
    font-size: 15px;
  }
  .mobile-reference-commission {
    padding: 13px 16px 24px;
  }
  .mobile-reference-commission > h2 {
    margin: 0 0 14px;
    color: #252c39;
    font-size: 18px;
  }
  .reference-commission-wallet {
    overflow: hidden;
    padding: 17px 17px 13px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #3c465e, #1e2638 68%, #273149);
    box-shadow: 0 12px 28px rgba(24, 32, 49, .18);
  }
  .reference-commission-wallet header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .reference-commission-wallet header span {
    color: #d3d8e1;
    font-size: 11px;
  }
  .reference-commission-wallet header button {
    min-height: 30px;
    padding: 5px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 16px;
    color: #fff;
    background: rgba(255,255,255,.14);
    box-shadow: none;
    font-size: 10px;
  }
  .reference-commission-wallet > strong {
    display: block;
    margin: 14px 0 17px;
    font-size: 29px;
    font-weight: 500;
  }
  .reference-commission-wallet > strong small {
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
  }
  .reference-commission-wallet > p {
    margin: 0 -17px -13px;
    padding: 11px 17px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #c9ced8;
    font-size: 10px;
  }
  .reference-commission-note {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 12px 0;
    padding: 12px;
    border-left: 3px solid #5d94f5;
    border-radius: 8px;
    color: #69717e;
    background: #fff;
    box-shadow: 0 4px 12px rgba(36, 50, 69, .035);
    font-size: 10px;
  }
  .reference-commission-note b { color: #303642; }
  .reference-commission-note em { color: #4f88e5; font-style: normal; }
  .reference-account-actions {
    display: grid;
    gap: 8px;
  }
  .reference-account-actions > button {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 11px 13px;
    border: 1px solid #edf0f4;
    border-radius: 11px;
    color: #333a46;
    background: #fff;
    box-shadow: 0 4px 14px rgba(38, 52, 71, .035);
    text-align: left;
  }
  .reference-account-actions > button > span,
  .reference-account-actions > button > svg {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #91713b;
  }
  .reference-account-actions b,
  .reference-account-actions small { display: block; }
  .reference-account-actions b { font-size: 14px; }
  .reference-account-actions small { margin-top: 3px; color: #9aa0aa; font-size: 9px; }
  .reference-account-actions i { color: #c7ccd4; font-size: 20px; font-style: normal; }
  body:has(.supplier-app) .modal:has(.reference-account-modal) {
    align-items: center !important;
    padding: 10px !important;
  }
  body:has(.supplier-app) .modal:has(.reference-account-modal) > .card {
    width: min(520px, calc(100% - 2px));
    max-height: 88dvh;
    padding: 0 14px 14px;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(28, 36, 49, .24);
  }
  body:has(.supplier-app) .modal:has(.reference-account-modal) .modal-titlebar {
    top: 0;
    margin: 0 -14px 14px;
    padding: 12px 14px 10px;
    border-bottom: 1px solid #edf0f3;
  }
  body:has(.supplier-app) .modal:has(.reference-account-modal) .modal-titlebar h2 {
    color: #303640;
    font-size: 14px;
  }
  body:has(.supplier-app) .modal:has(.reference-account-modal) .modal-titlebar > button {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    color: #8b929c;
    background: transparent;
    font-size: 18px;
  }
  .reference-account-modal.settings-action-form {
    gap: 12px;
  }
  .reference-account-modal.settings-action-form > label:not(.reference-tax-ack) {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    color: #606773;
    font-size: 12px;
  }
  .reference-account-modal.settings-action-form input:not([type="checkbox"]) {
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    font-size: 11px;
  }
  .reference-account-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 4px -14px -14px;
    padding: 10px 14px;
    border-top: 1px solid #edf0f3;
  }
  .reference-account-modal .modal-footer button {
    min-height: 34px;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 11px;
  }
  .realname-approved-modal {
    min-height: 470px;
    padding: 62px 24px 30px;
  }
  .realname-approved-modal > svg {
    display: block;
    width: 150px;
    height: 100px;
    margin: 0 auto 18px;
  }
  .realname-approved-modal h3 {
    margin: 0 0 20px;
    color: #3a424d;
    font-size: 15px;
    text-align: center;
  }
  .realname-approved-modal dl {
    width: min(230px, 100%);
    margin: auto;
    color: #67707c;
    font-size: 11px;
  }
  .realname-approved-modal dl > div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 5px;
    margin-top: 6px;
  }
  .realname-approved-modal dt,
  .realname-approved-modal dd { margin: 0; }
  .reference-contact-hint {
    margin: -5px 0 3px 96px;
    color: #ee6665;
    font-size: 10px;
  }
  .reference-contact-modal .modal-footer {
    justify-content: center;
    margin-top: 4px;
    border-top: 0;
  }
  .reference-withdraw-balance {
    grid-column: 1 / -1;
    padding: 12px;
    border-radius: 8px;
    color: #63707d;
    background: #f5f8fb;
  }
  .reference-withdraw-balance span,
  .reference-withdraw-balance b { display: block; }
  .reference-withdraw-balance b { margin-top: 5px; color: #2f3946; font-size: 22px; }
  .reference-tax-ack {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start !important;
    gap: 7px !important;
    color: #7a828d !important;
    font-size: 10px !important;
    line-height: 1.5;
  }
  .reference-tax-ack input { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 1px; }
  .reference-more-services { padding-bottom: 2px; }
}

/* 供货商端手机视觉升级：雾白冰蓝底色、鸢尾蓝主色、少量橙色强调 */
@keyframes supplier-mobile-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  body:has(.supplier-app) {
    background:
      radial-gradient(circle at 8% 4%, rgba(64, 158, 222, .10), transparent 27%),
      radial-gradient(circle at 96% 18%, rgba(83, 199, 186, .10), transparent 25%),
      #f4fafe;
  }

  .supplier-app {
    --supplier-blue: #1660ab;
    --supplier-blue-soft: #e9f2fb;
    --supplier-cyan: #63a9c8;
    --supplier-orange: #f47a32;
    --supplier-ink: #243142;
    --supplier-muted: #7b8492;
    --supplier-paper: #f4fafe;
    --supplier-line: rgba(22, 96, 171, .10);
    color: var(--supplier-ink);
    background:
      radial-gradient(circle at 4% 3%, rgba(64, 158, 222, .10), transparent 24%),
      radial-gradient(circle at 98% 14%, rgba(83, 199, 186, .10), transparent 26%),
      var(--supplier-paper);
    -webkit-tap-highlight-color: transparent;
  }

  .supplier-app .main { padding: 0 13px calc(100px + env(safe-area-inset-bottom)); }
  .supplier-app .section { gap: 14px; }
  .supplier-app .section > * { animation: supplier-mobile-rise .32s ease both; }
  .supplier-app .product-logo { display: grid; place-items: center; overflow: hidden; }
  .supplier-app .card {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(70, 69, 62, .07);
  }
  .supplier-app button { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
  .supplier-app button:active { transform: scale(.97); }

  .mobile-appbar {
    min-height: 66px;
    margin: 0 -13px 14px;
    padding: calc(9px + env(safe-area-inset-top)) 16px 9px;
    border-bottom-color: rgba(22, 96, 171, .08);
    background: rgba(250, 253, 255, .92);
    box-shadow: 0 8px 24px rgba(52, 58, 64, .045);
  }
  .mobile-brand { gap: 11px; }
  .mobile-brand > span {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 15px;
    background: linear-gradient(145deg, #1660ab, #5b9bc7);
    box-shadow: 0 9px 22px rgba(22, 96, 171, .20);
  }
  .mobile-brand b { color: #253245; font-size: 17px; }
  .mobile-brand small { color: #8c8c86; letter-spacing: .02em; }
  .mobile-refresh {
    width: 40px;
    height: 40px;
    color: #1660ab;
    background: #edf4fb;
    box-shadow: inset 0 0 0 1px rgba(22, 96, 171, .07);
    font-size: 20px;
  }

  .supplier-app .mobile-bottom-nav {
    inset: auto 10px calc(9px + env(safe-area-inset-bottom)) 10px;
    min-height: 66px;
    padding: 6px;
    border: 1px solid rgba(22, 96, 171, .09);
    border-radius: 22px;
    background: rgba(252, 254, 255, .97);
    box-shadow: 0 14px 38px rgba(35, 91, 129, .13);
  }
  .mobile-bottom-nav button { min-height: 53px; gap: 1px; border-radius: 17px; color: #92979d; }
  .mobile-bottom-nav button i { width: 31px; height: 28px; border-radius: 11px; }
  .mobile-bottom-nav button span { font-size: 10px; }
  .mobile-bottom-nav button.active { color: #15558f; background: #edf4fb; }
  .mobile-bottom-nav button.active i {
    color: #fff;
    background: linear-gradient(145deg, #1660ab, #5b9bc7);
    box-shadow: 0 7px 16px rgba(22, 96, 171, .20);
  }
  .mobile-bottom-nav button em { top: 2px; border-color: #fffefa; background: #ee6546; }

  .mobile-home,
  .mobile-profile { gap: 14px; }
  .mobile-welcome {
    position: relative;
    min-height: 138px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 27px;
    color: #203044;
    background:
      radial-gradient(circle at 103% -10%, rgba(83, 199, 186, .22), transparent 38%),
      radial-gradient(circle at 68% 112%, rgba(164, 140, 230, .14), transparent 35%),
      linear-gradient(135deg, #e8f5ff 0%, #f9fdff 72%);
    box-shadow: 0 17px 42px rgba(42, 103, 143, .10);
  }
  .mobile-welcome::after {
    content: "";
    position: absolute;
    right: 61px;
    bottom: -31px;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(22, 96, 171, .10);
    border-radius: 32px;
    transform: rotate(28deg);
  }
  .mobile-welcome > div,
  .mobile-welcome > button { position: relative; z-index: 1; }
  .mobile-welcome > div > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #46739e;
    font-size: 11px;
    letter-spacing: .08em;
  }
  .mobile-welcome > div > span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #74be78; box-shadow: 0 0 0 4px rgba(116, 190, 120, .13); }
  .mobile-welcome h2 { max-width: 210px; margin: 7px 0 11px; font-size: 22px; line-height: 1.24; }
  .mobile-welcome p small { color: #7f8790; }
  .mobile-welcome > button {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background: linear-gradient(145deg, #f47a32, #ffb24d);
    box-shadow: 0 14px 28px rgba(244, 122, 50, .25);
  }
  .mobile-welcome > button b { font-size: 27px; }

  .mobile-stat-grid { gap: 11px; }
  .mobile-stat-grid button {
    position: relative;
    min-height: 112px;
    overflow: hidden;
    padding: 16px;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 11px 28px rgba(66, 71, 72, .065);
  }
  .mobile-stat-grid button::after { content: ""; position: absolute; right: -18px; bottom: -22px; width: 62px; height: 62px; border-radius: 23px; transform: rotate(24deg); background: rgba(255, 255, 255, .38); }
  .mobile-stat-grid button:nth-child(1) { background: #eaf5ff; }
  .mobile-stat-grid button:nth-child(2) { background: #ebf8fa; }
  .mobile-stat-grid button:nth-child(3) { background: #f0effc; }
  .mobile-stat-grid button:nth-child(4) { background: #eaf8f3; }
  .mobile-stat-grid button span { color: #697586; font-size: 11px; font-weight: 750; }
  .mobile-stat-grid button b { color: #165c9f; font-size: 27px; }
  .mobile-stat-grid button:nth-child(2) b { color: #32859a; }
  .mobile-stat-grid button:nth-child(3) b { color: #6e60b0; }
  .mobile-stat-grid button:nth-child(4) b { color: #33805d; }
  .mobile-stat-grid button small { color: #979b9f; }

  .mobile-quick,
  .mobile-section-card,
  .mobile-account-grid,
  .mobile-menu-card,
  .mobile-logout {
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 22px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 11px 30px rgba(38, 95, 132, .065);
  }
  .mobile-quick,
  .mobile-section-card { padding: 17px; }
  .mobile-quick h3,
  .mobile-section-head h3 { color: #263448; font-size: 16px; }
  .mobile-quick > div { gap: 9px; margin-top: 14px; }
  .mobile-quick .mobile-section-head { margin: 0; }
  .mobile-quick .mobile-section-head + div { margin-top: 14px; }
  .mobile-quick button { color: #596575; }
  .mobile-quick button i { width: 45px; height: 45px; border-radius: 16px; color: #1660ab; background: #e8f2fb; }
  .mobile-quick button:nth-child(1) i { color: #287fb5; background: #e9f5fc; }
  .mobile-quick button:nth-child(2) i { color: #6255a8; background: #efecfb; }
  .mobile-quick button:nth-child(3) i { color: #34765b; background: #eaf5ed; }
  .mobile-quick button:nth-child(4) i { color: #2f8b86; background: #e8f7f5; }
  .mobile-section-head button,
  .mobile-section-head span { color: #84909e; }
  .mobile-order-preview > button,
  .mobile-notice-list > button { padding: 13px 0; border-bottom-color: rgba(22, 96, 171, .07); }
  .mobile-order-preview div small { color: #979da5; }
  .mobile-notice-list > button span { color: #c45b25; background: #fff0e5; }

  .mobile-profile-head {
    position: relative;
    overflow: hidden;
    padding: 20px 17px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 27px;
    background:
      radial-gradient(circle at 100% 0, rgba(164, 140, 230, .24), transparent 35%),
      linear-gradient(135deg, #e7f4ff, #f8fcff 74%);
    box-shadow: 0 16px 38px rgba(40, 96, 133, .09);
  }
  .mobile-avatar { border-radius: 20px; background: linear-gradient(145deg, #1660ab, #67abc8); box-shadow: 0 10px 24px rgba(22, 96, 171, .20); }
  .mobile-profile-head > button { color: #165c9f; background: rgba(255, 255, 255, .68); }
  .mobile-account-grid { padding: 17px 6px; }
  .mobile-account-grid button { border-right-color: rgba(22, 96, 171, .08); }
  .mobile-account-grid b { color: #1f5688; }
  .mobile-profile-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    padding: 15px 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 11px 30px rgba(38, 95, 132, .06);
  }
  .mobile-profile-shortcuts button { display: grid; justify-items: center; gap: 7px; min-width: 0; padding: 3px 0; color: #596575; background: transparent; box-shadow: none; font-size: 10px; }
  .mobile-profile-shortcuts i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 15px; color: #1660ab; background: #e8f2fb; font-size: 13px; font-style: normal; font-weight: 900; }
  .mobile-profile-shortcuts button:nth-child(2) i { color: #2f8b86; background: #e8f7f5; }
  .mobile-profile-shortcuts button:nth-child(3) i { color: #34765b; background: #eaf5ed; }
  .mobile-profile-shortcuts button:nth-child(4) i { color: #6255a8; background: #efecfb; }

  .mobile-menu-card { overflow: hidden; }
  .mobile-menu-card > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 17px; cursor: pointer; list-style: none; }
  .mobile-menu-card > summary::-webkit-details-marker { display: none; }
  .mobile-menu-heading { display: flex; align-items: center; gap: 11px; }
  .mobile-menu-heading > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; color: #1660ab; background: #e8f2fb; font-size: 12px; font-style: normal; font-weight: 900; }
  .mobile-menu-card:nth-of-type(2) .mobile-menu-heading > i { color: #34765b; background: #eaf5ed; }
  .mobile-menu-card:nth-of-type(3) .mobile-menu-heading > i { color: #6255a8; background: #efecfb; }
  .mobile-menu-heading > span { display: grid; gap: 2px; }
  .mobile-menu-heading b { color: #2c394a; font-size: 14px; }
  .mobile-menu-heading small { color: #9a9fa5; font-size: 10px; }
  .mobile-menu-card > summary > em { color: #9ba3aa; font-size: 20px; font-style: normal; transition: transform .18s ease; }
  .mobile-menu-card[open] > summary > em { transform: rotate(180deg); }
  .mobile-menu-items { border-top: 1px solid rgba(22, 96, 171, .07); }
  .mobile-menu-items > button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 12px 16px; color: #2e4055; text-align: left; background: transparent; border: 0; border-radius: 0; border-bottom: 1px solid rgba(22, 96, 171, .06); box-shadow: none; }
  .mobile-menu-items > button:last-child { border-bottom: 0; }
  .mobile-menu-items > button > span:nth-child(2) { min-width: 0; }
  .mobile-menu-items b,
  .mobile-menu-items small { display: block; }
  .mobile-menu-items b { font-size: 13px; }
  .mobile-menu-items small { margin-top: 2px; overflow: hidden; color: #9a9fa5; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-menu-items > button > em { color: #a5abb1; font-size: 19px; font-style: normal; }
  .mobile-menu-icon { color: #287fb5; background: #e9f5fc; }
  .mobile-logout { color: #1660ab; }

  .mobile-brand-page { margin: 0 -13px; }
  .mobile-product-toolbar { top: 66px; padding: 0 13px 10px; background: rgba(244, 250, 254, .95); }
  .mobile-search { border-color: rgba(22, 96, 171, .10); border-radius: 18px; box-shadow: 0 9px 25px rgba(38, 94, 130, .07); }
  .mobile-search > span { color: #1660ab; }
  .mobile-search button { background: linear-gradient(145deg, #f47a32, #f9953f); }
  .mobile-rule-ticker { border-radius: 14px; color: #855537; background: #fff0e3; }
  .mobile-product-body { grid-template-columns: 78px 1fr; padding: 0 11px; }
  .mobile-category-rail { top: 174px; gap: 6px; }
  .mobile-category-rail button { border-radius: 16px; color: #777f8a; }
  .mobile-category-rail button i { color: #3f709d; background: #e8f2fb; }
  .mobile-category-rail button.active { color: #165c9f; background: rgba(255, 255, 255, .97); box-shadow: 0 9px 22px rgba(37, 94, 131, .08); }
  .mobile-category-rail button.active i { background: linear-gradient(145deg, #1660ab, #5b9bc7); }
  .mobile-delivery-tabs button { color: #717a86; background: rgba(255, 255, 255, .68); }
  .mobile-delivery-tabs button.active { color: #155b9c; background: #e8f2fb; }
  #mobile-product-list { gap: 11px; }
  .mobile-product-card { padding: 14px; border-color: rgba(255, 255, 255, .82); border-radius: 21px; background: rgba(255, 255, 255, .97); box-shadow: 0 12px 30px rgba(38, 94, 130, .07); }
  .mobile-product-logo { border-radius: 15px; }
  .mobile-product-data { background: #f3f8fb; }
  .mobile-product-data span { border-right-color: rgba(22, 96, 171, .07); }
  .mobile-product-data span:last-child b { color: #1660ab; }
  .mobile-product-actions button { color: #165c9f; background: #e9f2fb; }
  .mobile-product-actions .mobile-booking { color: #2f7d77; background: #e8f7f5; }
  .mobile-product-actions .mobile-upgrade { color: #6b5da9; background: #f0effc; }
  .mobile-product-more { margin-top: 10px; border-top: 1px solid rgba(22, 96, 171, .08); }
  .mobile-product-more summary { display: flex; align-items: center; justify-content: space-between; padding: 10px 1px 3px; color: #5e6d7d; list-style: none; font-size: 10px; }
  .mobile-product-more summary::-webkit-details-marker { display: none; }
  .mobile-product-more summary span { color: #99a4ae; font-weight: 500; }
  .mobile-product-more[open] summary span { color: #1660ab; }
  .mobile-product-market { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 8px 0; }
  .mobile-product-market span { display: grid; gap: 2px; padding: 8px; border-radius: 12px; color: #8a96a2; background: #f3f8fb; font-size: 9px; }
  .mobile-product-market b { color: #285f8d; font-size: 11px; }
  .mobile-product-more > button { width: 100%; padding: 8px; color: #1660ab; background: #e9f2fb; box-shadow: none; font-size: 10px; }

  .order-filter-card,
  .mobile-order-tabs { top: 67px; }
  .order-filter-card .tab-btn,
  .mobile-order-tabs button { color: #757e89; background: #edf4f8; }
  .order-filter-card .tab-btn.active,
  .mobile-order-tabs button.active { background: linear-gradient(145deg, #1660ab, #5b9bc7); }
  .mobile-order-tabs { border: 1px solid rgba(255, 255, 255, .8); border-radius: 18px; background: rgba(255, 255, 255, .95); box-shadow: 0 10px 27px rgba(38, 94, 130, .07); }
  .supplier-app .order-card { border-color: rgba(255, 255, 255, .82); border-radius: 21px; background: rgba(255, 255, 255, .98); box-shadow: 0 12px 30px rgba(38, 94, 130, .07); }
  .supplier-app .order-card::before { background: linear-gradient(180deg, #1660ab, #63a9c8); }
  .supplier-app .kv { background: #f3f8fb; }
  .supplier-app .action-col button.primary { background: linear-gradient(145deg, #1660ab, #5b9bc7); }
  .supplier-app .modal > .card { border-radius: 28px 28px 0 0; }
}

@media (max-width: 700px) and (prefers-reduced-motion: reduce) {
  .supplier-app .section > * { animation: none; }
  .supplier-app button,
  .mobile-menu-card > summary > em { transition: none; }
}

/* 供货商端手机录屏复刻版：仅覆盖 700px 以下，不影响电脑端和管理端 */
@media (max-width: 700px) {
  body:has(.supplier-video-replica) {
    min-width: 320px;
    color: #23252b;
    background: #f6fbfc !important;
  }
  .supplier-video-replica {
    --video-blue: #238bf1;
    --video-cyan: #dff8fb;
    --video-cyan-strong: #caeff5;
    --video-orange: #ff7300;
    --video-green: #65cc35;
    --video-ink: #24272d;
    --video-muted: #767982;
    --video-line: #ebedef;
    display: block !important;
    min-height: 100dvh;
    color: var(--video-ink);
    background: #f6fbfc !important;
  }
  .supplier-video-replica .side,
  .supplier-video-replica .topbar,
  .supplier-video-replica .float-tools { display: none !important; }
  .supplier-video-replica .main { min-width: 0; padding: 0 0 calc(68px + env(safe-area-inset-bottom)) !important; }
  .supplier-video-replica .section { display: block; min-height: calc(100dvh - 68px); padding: 0; overflow: visible; }
  .supplier-video-replica button,
  .supplier-video-replica input,
  .supplier-video-replica select { font: inherit; }

  .supplier-video-replica .mobile-bottom-nav {
    z-index: 24;
    min-height: 68px;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 4px 0 calc(3px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid #e5e7ea;
    border-radius: 0;
    background: rgba(255,255,255,.985);
    box-shadow: 0 -4px 16px rgba(38, 48, 58, .045);
  }
  .supplier-video-replica .mobile-bottom-nav button {
    min-width: 0;
    min-height: 58px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 3px;
    padding: 3px 0 1px;
    border: 0;
    border-radius: 0;
    color: #555c69;
    background: transparent !important;
    box-shadow: none;
  }
  .supplier-video-replica .mobile-bottom-nav .mobile-tab-icon {
    width: 26px;
    height: 26px;
    padding: 0;
    color: #555c69;
    background: transparent !important;
    box-shadow: none !important;
  }
  .supplier-video-replica .mobile-bottom-nav button span { font-size: 12px; font-weight: 500; line-height: 1; }
  .supplier-video-replica .mobile-bottom-nav button.active,
  .supplier-video-replica .mobile-bottom-nav button.active .mobile-tab-icon { color: var(--video-blue); }
  .supplier-video-replica .mobile-bottom-nav button em { top: 1px; left: calc(50% + 8px); min-width: 14px; height: 14px; padding: 0 3px; font-size: 8px; }

  .supplier-video-replica .mobile-video-floats {
    position: fixed;
    z-index: 23;
    right: 12px;
    bottom: calc(112px + env(safe-area-inset-bottom));
    display: grid !important;
    justify-items: center;
    gap: 24px;
  }
  .supplier-video-replica .mobile-video-menu {
    position: relative;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 7px solid rgba(235,255,240,.88);
    border-radius: 50%;
    color: #788896;
    background: rgba(247,255,249,.96);
    box-shadow: 0 4px 18px rgba(76, 185, 62, .2);
  }
  .supplier-video-replica .mobile-video-menu svg { width: 28px; height: 28px; }
  .supplier-video-replica .mobile-video-menu i {
    position: absolute;
    top: -7px;
    left: -3px;
    width: 18px;
    height: 18px;
    border: 3px solid #eaffed;
    border-radius: 50%;
    background: #69cd3c;
  }
  .supplier-video-replica .mobile-video-new-order {
    width: 39px;
    min-height: 116px;
    padding: 9px 7px;
    border: 1.5px solid #13b7d3;
    border-radius: 10px;
    color: #00a8c7;
    background: rgba(255,255,255,.94);
    box-shadow: 0 3px 13px rgba(34, 171, 195, .12);
    font-size: 16px;
    line-height: 1.08;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
  }

  .supplier-video-replica .mobile-page-heading {
    min-height: 58px;
    padding: 18px 19px 10px;
    background: transparent;
  }
  .supplier-video-replica .mobile-page-heading h2 { font-size: 24px; font-weight: 800; letter-spacing: .5px; }

  /* 首页 */
  .supplier-video-replica .mobile-reference-home {
    min-height: calc(100dvh - 68px);
    padding: 4px 0 26px;
    background: linear-gradient(160deg, #f6fbfc 0%, #f8fcfd 55%, #f2f8fa 100%);
  }
  .supplier-video-replica .mobile-ref-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
    padding: 0 19px 18px;
    background: transparent;
  }
  .supplier-video-replica .mobile-ref-stat-grid button {
    position: relative;
    min-width: 0;
    min-height: 110px;
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 5px;
    padding: 18px 17px;
    overflow: hidden;
    border: 0;
    border-radius: 13px;
    color: var(--video-ink);
    text-align: left;
    background: #fff;
    box-shadow: 0 7px 22px rgba(41, 92, 113, .1);
  }
  .supplier-video-replica .mobile-ref-stat-grid button > span:first-child { color: #666a73; font-size: 18px; line-height: 1.25; }
  .supplier-video-replica .mobile-ref-stat-grid button > b { position: relative; z-index: 2; max-width: 64%; color: #5d5f69; font-size: 21px; line-height: 1.2; }
  .supplier-video-replica .mobile-stat-art { position: absolute; right: 6px; bottom: 4px; width: 73px; height: 54px; pointer-events: none; }
  .supplier-video-replica .mobile-stat-art svg { width: 100%; height: 100%; }
  .supplier-video-replica .mobile-ref-stat-grid.team { padding-bottom: 14px; }
  .supplier-video-replica .mobile-reference-block {
    margin: 0;
    padding: 6px 19px 18px;
    background: transparent;
  }
  .supplier-video-replica .mobile-reference-block > h3 { min-height: 54px; margin: 0; font-size: 23px; }
  .supplier-video-replica .mobile-summary-table {
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(41, 92, 113, .07);
  }
  .supplier-video-replica .mobile-summary-row { border-top: 1px solid #eef0f1; }
  .supplier-video-replica .mobile-summary-row.head { color: #767a82; background: #fff; }
  .supplier-video-replica .mobile-summary-row b,
  .supplier-video-replica .mobile-summary-row span { padding: 12px 6px; font-size: 12px; }
  .supplier-video-replica .mobile-summary-row.head b { font-weight: 500; }
  .supplier-video-replica .mobile-table-link,
  .supplier-video-replica .mobile-table-action { max-width: 100%; padding: 0; overflow: hidden; color: #2483ca; background: transparent; box-shadow: none; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .supplier-video-replica .mobile-video-empty.compact { min-height: 94px; border-radius: 12px; background: #fff; }

  /* 商品管理 */
  .supplier-video-replica .mobile-reference-brand { min-height: calc(100dvh - 68px); margin: 0 !important; background: #fff; }
  .supplier-video-replica .mobile-product-toolbar {
    position: sticky;
    top: 0;
    z-index: 12;
    padding: 18px 12px 9px;
    background: #d7f5f9;
  }
  .supplier-video-replica .mobile-search {
    min-height: 61px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 4px 4px 4px 15px;
    border: 1.5px solid #ff7d00;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }
  .supplier-video-replica .mobile-search-icon { width: 24px; height: 24px; color: #666b73; }
  .supplier-video-replica .mobile-search input { min-width: 0; min-height: 48px; padding: 8px 10px; border: 0; font-size: 18px; }
  .supplier-video-replica .mobile-search button {
    min-width: 78px;
    min-height: 50px;
    padding: 8px 14px;
    border-radius: 10px;
    color: #fff;
    background: var(--video-orange);
    font-size: 18px;
  }
  .supplier-video-replica .mobile-product-add { display: none !important; }
  .supplier-video-replica .mobile-rule-ticker {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 9px;
    padding: 9px 12px;
    overflow: hidden;
    border: 1px solid #c7eff5;
    border-radius: 22px;
    color: #286cc0;
    background: rgba(255,255,255,.96);
    white-space: nowrap;
  }
  .supplier-video-replica .mobile-rule-ticker b { flex: 0 0 auto; color: #cf9d00; background: transparent; font-size: 14px; }
  .supplier-video-replica .mobile-rule-ticker span { min-width: 0; flex: 1; overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; }
  .supplier-video-replica .mobile-rule-ticker button { flex: 0 0 auto; padding: 0; color: #df3e28; background: transparent; box-shadow: none; font-size: 11px; font-weight: 700; }
  .supplier-video-replica .mobile-product-body { display: grid; grid-template-columns: 116px minmax(0, 1fr); min-height: calc(100dvh - 184px); padding: 0; }
  .supplier-video-replica .mobile-category-rail {
    position: sticky;
    top: 137px;
    align-self: start;
    max-height: calc(100dvh - 205px);
    gap: 0;
    padding: 0 0 28px;
    overflow-y: auto;
    background: #f7f8f9;
  }
  .supplier-video-replica .mobile-category-rail button {
    min-height: 112px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 5px;
    padding: 10px 4px;
    border: 0;
    border-radius: 0;
    color: #3e4248;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
  }
  .supplier-video-replica .mobile-category-rail button.active { color: #25282e; background: #fff; }
  .supplier-video-replica .mobile-all-logo { color: #168cd4; font: 800 32px/1 Georgia, serif; letter-spacing: -4px; }
  .supplier-video-replica .mobile-all-logo::first-letter { font-size: 20px; }
  .supplier-video-replica .mobile-category-rail .mobile-rail-logo { width: 55px; height: 55px; padding: 2px; border: 0; border-radius: 11px; background: #fff; }
  .supplier-video-replica .mobile-product-list { min-width: 0; padding: 0 14px 24px; background: #fff; }
  .supplier-video-replica .mobile-supply-tabs {
    position: sticky;
    top: 137px;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 -14px 15px;
    padding: 17px 14px;
    border: 0;
    background: #fff;
  }
  .supplier-video-replica .mobile-supply-tabs button {
    min-height: 48px;
    padding: 8px 4px;
    border: 1px solid #eceef0;
    border-radius: 10px;
    color: #92959a;
    background: #f7f7f7;
    box-shadow: none;
    font-size: 15px;
  }
  .supplier-video-replica .mobile-supply-tabs button.active { border-color: #ff8d25; color: #e47b16; background: #fff7ef; }
  .supplier-video-replica #mobile-product-list { display: grid; gap: 15px; }
  .supplier-video-replica .mobile-product-card {
    padding: 17px 16px 14px;
    border: 0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(32, 76, 93, .09);
  }
  .supplier-video-replica .mobile-product-title { display: flex; align-items: center; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid #eceef0; }
  .supplier-video-replica .mobile-product-logo { width: 30px; height: 30px; flex: 0 0 30px; padding: 0; border: 0; border-radius: 6px; }
  .supplier-video-replica .mobile-product-title h3 { margin: 0; font-size: 18px; line-height: 1.35; }
  .supplier-video-replica .mobile-product-data {
    display: grid;
    grid-template-columns: 1.12fr 1fr .8fr;
    margin: 0;
    padding: 16px 0 12px;
    border: 0;
    background: transparent;
  }
  .supplier-video-replica .mobile-product-data > span { min-width: 0; display: grid; justify-items: start; gap: 6px; padding: 0 8px; border: 0; }
  .supplier-video-replica .mobile-product-data > span:first-child { padding-left: 0; }
  .supplier-video-replica .mobile-product-data small { color: #96999f; font-size: 14px; }
  .supplier-video-replica .mobile-product-data b { display: flex; align-items: center; gap: 3px; color: #e36514; font-size: 20px; white-space: nowrap; }
  .supplier-video-replica .mobile-product-data b.product-id { color: #4bb3e1; }
  .supplier-video-replica .mobile-product-data b.product-id button { width: 22px; height: 22px; padding: 2px; color: #54b5dc; background: transparent; box-shadow: none; }
  .supplier-video-replica .mobile-product-data b.product-id svg { width: 16px; height: 16px; }
  .supplier-video-replica .mobile-product-data b.stock { color: #272a2f; }
  .supplier-video-replica .mobile-product-data b.stock i { color: #85898f; font-size: 12px; font-style: normal; font-weight: 400; }
  .supplier-video-replica .mobile-product-flags { display: flex; flex-wrap: wrap; gap: 8px; }
  .supplier-video-replica .mobile-product-flags > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 12px;
    border-radius: 18px;
    color: #fff;
    background: #ff9d72;
    font-size: 12px;
  }
  .supplier-video-replica .mobile-product-flags > span > i:not(:has(svg)) { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
  .supplier-video-replica .mobile-product-flags > span.on { color: #fff; background: #ff9d72; }
  .supplier-video-replica .mobile-product-flags > span.limit { padding: 7px 5px; color: #8c8f94; background: transparent; }
  .supplier-video-replica .mobile-product-flags > span.limit i { display: grid; }
  .supplier-video-replica .mobile-product-flags > span.limit svg { width: 16px; height: 16px; }
  .supplier-video-replica .mobile-product-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 13px; }
  .supplier-video-replica .mobile-product-actions button {
    min-height: 49px;
    padding: 10px 5px;
    border: 0;
    border-radius: 9px;
    color: #34373c;
    background: #f7f7f7;
    box-shadow: none;
    font-size: 15px;
  }
  .supplier-video-replica .mobile-product-actions button.start { color: #2abf79; background: #edfff7; }
  .supplier-video-replica .mobile-product-actions button.stop { color: #dc7c35; background: #fff6ee; }
  .supplier-video-replica .mobile-product-actions .inline-ui-icon { width: 19px; height: 19px; }
  .supplier-video-replica .mobile-product-more { display: none !important; }

  /* 订单管理 */
  .supplier-video-replica .mobile-reference-orders-page {
    min-height: calc(100dvh - 68px);
    padding: 0 12px 24px;
    background: linear-gradient(180deg, #d8f7fa 0, #f7fbfb 38%, #f6f8f9 100%);
  }
  .supplier-video-replica .mobile-order-mode {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    margin: 0 -12px;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    background: #d6f4f7;
  }
  .supplier-video-replica .mobile-order-mode button {
    min-height: 66px;
    padding: 12px;
    border: 0;
    border-radius: 0;
    color: #24272d;
    background: transparent;
    box-shadow: none;
    font-size: 20px;
  }
  .supplier-video-replica .mobile-order-mode button:last-child { border-bottom-left-radius: 38px; color: #fff; background: #343b3e; }
  .supplier-video-replica .mobile-order-mode button.active:first-child { background: #d6f4f7; }
  .supplier-video-replica .mobile-order-mode button.active:last-child { color: #fff; background: #343b3e; }
  .supplier-video-replica .mobile-order-search { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; margin-top: 20px; }
  .supplier-video-replica .mobile-order-search label { min-width: 0; min-height: 54px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1.5px solid #ff7e00; border-radius: 10px; background: #fff; }
  .supplier-video-replica .mobile-order-search label svg { width: 23px; height: 23px; color: #666b73; }
  .supplier-video-replica .mobile-order-search input { min-width: 0; width: 100%; min-height: 50px; padding: 8px 0; border: 0; background: transparent; font-size: 17px; }
  .supplier-video-replica .mobile-order-search > button { min-width: 65px; min-height: 54px; padding: 8px 12px; border-radius: 10px; color: #fff; background: var(--video-orange); box-shadow: none; font-size: 16px; }
  .supplier-video-replica .mobile-order-search > button.unread { min-width: 96px; border: 1px solid #54b7d4; color: #5a6068; background: #fff; }
  .supplier-video-replica .mobile-order-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 17px 0 15px; padding: 0; }
  .supplier-video-replica .mobile-order-tabs button { min-width: 0; min-height: 48px; padding: 7px 2px; border: 0; border-radius: 21px; color: #4a7a70; background: #d8f3ed; box-shadow: none; font-size: 14px; }
  .supplier-video-replica .mobile-order-tabs button.active { color: #17191d; background: #fff; }
  .supplier-video-replica .mobile-rule-ticker.order { margin: 0 0 17px; }
  .supplier-video-replica .mobile-reference-orders { display: grid; gap: 14px; }
  .supplier-video-replica .mobile-reference-order { padding: 0 23px 15px; border: 0; border-radius: 13px; background: #fff; box-shadow: 0 5px 18px rgba(50, 87, 101, .08); }
  .supplier-video-replica .mobile-reference-order > header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid #eceeef; }
  .supplier-video-replica .mobile-reference-order > header b { display: flex; align-items: center; overflow: hidden; font-size: 16px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
  .supplier-video-replica .mobile-order-id { margin-right: 2px; padding: 2px 4px; border-radius: 5px; color: #fff; background: #9b68e8; font-size: 12px; font-weight: 800; }
  .supplier-video-replica .mobile-reference-order .pill { padding: 9px 12px; border-radius: 6px; color: #18b89b; background: #edfffb; font-size: 13px; }
  .supplier-video-replica .mobile-reference-order .pill-icon { display: none; }
  .supplier-video-replica .mobile-video-order-body { position: relative; padding: 17px 0 12px; }
  .supplier-video-replica .mobile-video-order-body h3 { max-width: 72%; margin: 0 0 10px; font-size: 17px; }
  .supplier-video-replica .mobile-video-order-body p { display: flex; gap: 8px; margin: 8px 0; color: #747981; font-size: 15px; }
  .supplier-video-replica .mobile-video-order-body p span { flex: 0 0 auto; }
  .supplier-video-replica .mobile-video-order-body p b { min-width: 0; overflow: hidden; color: #666b74; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
  .supplier-video-replica .mobile-video-order-body p.elapsed b { display: inline-flex; align-items: center; color: #34383f; font-weight: 700; }
  .supplier-video-replica .mobile-order-check { width: 21px; height: 21px; margin-right: 5px; padding: 2px; border-radius: 4px; color: #fff; background: #4acb79; }
  .supplier-video-replica .mobile-video-order-body > strong { position: absolute; top: 22px; right: 0; color: #e66a24; font-size: 18px; }
  .supplier-video-replica .mobile-video-order-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .supplier-video-replica .mobile-video-order-actions button { min-height: 50px; padding: 8px; border-radius: 25px; box-shadow: none; font-size: 16px; }
  .supplier-video-replica .mobile-video-order-actions .outline { border: 1px solid #c9ccd0; color: #555a61; background: #fff; }
  .supplier-video-replica .mobile-video-order-actions .success { border: 1px solid var(--video-green); color: #fff; background: var(--video-green); }

  /* 团员管理 */
  .supplier-video-replica .mobile-reference-team {
    min-height: calc(100dvh - 68px);
    padding-bottom: 24px;
    background: linear-gradient(180deg, #d9f8fb 0%, #eefafb 25%, #f8f9fa 58%, #f7f7f7 100%);
  }
  .supplier-video-replica .mobile-team-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0 9px; overflow-x: auto; white-space: nowrap; }
  .supplier-video-replica .mobile-team-tabs button { min-width: 0; min-height: 67px; padding: 10px 2px; border: 0; border-radius: 0; color: #62676e; background: transparent; box-shadow: none; font-size: 17px; }
  .supplier-video-replica .mobile-team-tabs button.active { color: #262a30; font-weight: 800; }
  .supplier-video-replica .mobile-team-members,
  .supplier-video-replica .mobile-team-data-panel { padding: 0 12px 22px; }
  .supplier-video-replica .mobile-team-filter { display: grid; grid-template-columns: minmax(0, 1fr) auto 178px; gap: 10px; }
  .supplier-video-replica .mobile-team-filter label { min-width: 0; min-height: 55px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1.5px solid #ff7e00; border-radius: 10px; background: #fff; }
  .supplier-video-replica .mobile-team-filter label svg { width: 22px; height: 22px; color: #676c74; }
  .supplier-video-replica .mobile-team-filter input { min-width: 0; width: 100%; min-height: 50px; padding: 8px 0; border: 0; font-size: 16px; }
  .supplier-video-replica .mobile-team-filter > button { min-width: 65px; border-radius: 10px; color: #fff; background: var(--video-orange); box-shadow: none; font-size: 16px; }
  .supplier-video-replica .mobile-team-filter select { min-width: 0; padding: 0 14px; border: 1px solid #dfe3e6; border-radius: 7px; color: #8c9097; background: #fff; font-size: 16px; }
  .supplier-video-replica .mobile-team-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 19px; }
  .supplier-video-replica .mobile-team-actions button { min-height: 52px; padding: 9px; border: 0; border-radius: 26px; color: #fff; background: linear-gradient(90deg, #20a6f2, #2588ee); box-shadow: none; font-size: 17px; }
  .supplier-video-replica .mobile-team-actions .inline-ui-icon { width: 23px; height: 23px; }
  .supplier-video-replica .mobile-member-list { margin-top: 18px; overflow: hidden; border: 0; border-radius: 10px; background: #fff; }
  .supplier-video-replica .mobile-member-list > button { width: 100%; min-height: 68px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 10px 13px; border: 0; border-bottom: 1px solid #edf0f2; border-radius: 0; color: #252b35; text-align: left; background: #fff; box-shadow: none; }
  .supplier-video-replica .mobile-member-list > button:last-child { border-bottom: 0; }
  .supplier-video-replica .mobile-member-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #56bff3, #268bed); font-size: 15px; font-weight: 800; }
  .supplier-video-replica .mobile-member-list > button > span:nth-child(2) { min-width: 0; }
  .supplier-video-replica .mobile-member-list b,
  .supplier-video-replica .mobile-member-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .supplier-video-replica .mobile-member-list b { font-size: 15px; }
  .supplier-video-replica .mobile-member-list small { margin-top: 3px; color: #8b9199; font-size: 12px; }
  .supplier-video-replica .mobile-member-list em { color: #27a466; font-size: 12px; font-style: normal; }
  .supplier-video-replica .mobile-team-data-panel > h3 { margin: 14px 0; font-size: 19px; }
  .supplier-video-replica .mobile-video-empty {
    min-height: 500px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 18px;
    color: #a3a7aa;
    text-align: center;
  }
  .supplier-video-replica .mobile-video-empty > span:first-child { width: 112px; height: 112px; display: grid; place-items: center; color: #d7dadd; }
  .supplier-video-replica .mobile-video-empty-icon { width: 94px; height: 94px; padding: 18px; color: #d6d9dc; background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(225,228,230,.35)); }
  .supplier-video-replica .mobile-video-empty b { color: #9da1a5; font-size: 17px; font-weight: 400; }
  .supplier-video-replica .mobile-promotion-code { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 16px; border-radius: 10px; background: #fff; }
  .supplier-video-replica .mobile-promotion-code button { color: #fff; background: var(--video-blue); }

  .mobile-invite-overlay { z-index: 40; align-items: start !important; padding: 95px 12px 20px !important; overflow: auto; background: rgba(30,34,38,.55); }
  .mobile-invite-card { width: 100%; max-width: 568px; overflow: hidden; border-radius: 5px; background: #fff; }
  .mobile-invite-card > header { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #eceef0; }
  .mobile-invite-card > header b { font-size: 17px; }
  .mobile-invite-card > header button { padding: 0; color: #90949a; background: transparent; box-shadow: none; font-size: 30px; font-weight: 300; }
  .mobile-invite-card .mobile-invite { padding: 16px 20px 20px; }
  .mobile-invite-card .mobile-invite > p { display: flex; align-items: center; gap: 8px; margin: 15px 0 8px; color: #6d7279; font-size: 15px; }
  .mobile-invite-card .mobile-invite > p svg { width: 19px; height: 19px; color: #4d9ede; }
  .mobile-invite-card .mobile-invite > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; padding: 13px; border: 1px solid #edf0f2; border-radius: 5px; background: #fafafa; }
  .mobile-invite-card .mobile-invite > div b,
  .mobile-invite-card .mobile-invite > div span { min-width: 0; overflow: hidden; color: #585d65; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-invite-card .mobile-invite > div button { display: inline-flex; align-items: center; gap: 4px; padding: 5px; color: #4d9ede; background: transparent; box-shadow: none; }
  .mobile-invite-card .mobile-invite > div button svg { width: 17px; height: 17px; }
  .mobile-invite-card .mobile-invite > strong { display: block; margin: 15px 0; color: #f04b35; font-size: 13px; line-height: 1.7; }
  .mobile-invite-card .mobile-invite > section { padding: 12px 16px; border-radius: 5px; color: #8a6b2a; background: #fff8db; }
  .mobile-invite-card .mobile-invite > section h3 { margin: 0 0 8px; font-size: 14px; }
  .mobile-invite-card .mobile-invite > section ol { margin: 0; padding-left: 20px; font-size: 12px; line-height: 1.8; }

  /* 我的账户 */
  .supplier-video-replica .mobile-reference-profile { min-height: calc(100dvh - 68px); padding: 0 0 22px; background: linear-gradient(155deg, #e6f8ff 0%, #f3fbff 42%, #e7f7ff 100%); }
  .supplier-video-replica .mobile-reference-profile .mobile-profile-head { display: block; padding: 31px 25px 24px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .supplier-video-replica .mobile-profile-user { display: flex; align-items: center; gap: 19px; }
  .supplier-video-replica .mobile-reference-profile .mobile-avatar { width: 78px; height: 78px; flex: 0 0 78px; display: grid; place-items: center; overflow: hidden; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #37d8ce, #2ccbc7); box-shadow: none; }
  .supplier-video-replica .mobile-profile-id-icon { width: 39px; height: 39px; }
  .supplier-video-replica .mobile-profile-user h2 { margin: 0 0 7px; color: #25304a; font-size: 25px; }
  .supplier-video-replica .mobile-profile-user p { display: flex; gap: 10px; margin: 0; }
  .supplier-video-replica .mobile-profile-tag { display: inline-flex; align-items: center; gap: 3px; padding: 4px 9px; border-radius: 4px; color: #676b74; background: rgba(255,255,255,.88); font-size: 13px; }
  .supplier-video-replica .mobile-profile-tag.warm { color: #676b74; background: rgba(255,255,255,.88); }
  .supplier-video-replica .mobile-profile-tag i { width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #79d447; font-size: 10px; font-style: normal; }
  .supplier-video-replica .mobile-profile-assets { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 25px; padding-top: 0; border: 0; }
  .supplier-video-replica .mobile-profile-assets button { min-width: 0; display: grid; justify-items: center; gap: 3px; padding: 0 5px; border: 0; color: #858b96; background: transparent; box-shadow: none; }
  .supplier-video-replica .mobile-profile-assets b { max-width: 100%; overflow: hidden; color: #131d2b; font-size: 24px; text-overflow: ellipsis; white-space: nowrap; }
  .supplier-video-replica .mobile-profile-assets span { font-size: 15px; }
  .supplier-video-replica .mobile-service-quality { margin: 0 24px 22px; padding: 21px 18px 20px; border: 0; border-radius: 15px; background: #fff; box-shadow: 0 5px 20px rgba(38, 118, 155, .06); }
  .supplier-video-replica .mobile-service-quality h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 18px; color: #237b8c; font-size: 21px; }
  .supplier-video-replica .mobile-service-quality h3 span { color: #6dc3c8; font-size: 20px; }
  .supplier-video-replica .mobile-service-quality > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; border: 0; }
  .supplier-video-replica .mobile-service-quality > div > span { min-height: 101px; display: grid; place-content: center; gap: 8px; padding: 12px 5px; border: 1px solid #d9f2f2 !important; border-radius: 16px; text-align: center; }
  .supplier-video-replica .mobile-service-quality small { color: #666b74; font-size: 16px; }
  .supplier-video-replica .mobile-service-quality b { color: #111722; font-size: 24px; }
  .supplier-video-replica .mobile-menu-card { margin: 0 24px 22px; overflow: hidden; border: 0; border-radius: 14px; background: #fff; box-shadow: 0 5px 20px rgba(38, 118, 155, .06); }
  .supplier-video-replica .mobile-menu-card h3 { min-height: 64px; display: flex; align-items: center; gap: 8px; margin: 0; padding: 15px 25px 10px; border: 0; color: #247d8a; font-size: 20px; }
  .supplier-video-replica .mobile-menu-title-icon { width: 23px; height: 23px; color: #55baca; }
  .supplier-video-replica .mobile-menu-items { border: 0; }
  .supplier-video-replica .mobile-menu-items > button { width: 100%; min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 9px 25px; border: 0; border-bottom: 1px solid #eef0f2; border-radius: 0; color: #222831; text-align: left; background: #fff; box-shadow: none; }
  .supplier-video-replica .mobile-menu-items > button:last-child { border-bottom: 0; }
  .supplier-video-replica .mobile-menu-icon,
  .supplier-video-replica .mobile-theme-icon { width: 28px; height: 28px; display: grid; place-items: center; padding: 4px; border-radius: 4px; color: #d5a241; background: transparent; box-shadow: none; }
  .supplier-video-replica .mobile-menu-items > button:nth-child(3n+2) .mobile-menu-icon { color: #8d6bd6; }
  .supplier-video-replica .mobile-menu-items > button:nth-child(3n) .mobile-menu-icon { color: #48a4be; }
  .supplier-video-replica .mobile-menu-items > button > span { min-width: 0; display: grid; gap: 2px; }
  .supplier-video-replica .mobile-menu-items b { font-size: 16px; font-weight: 500; }
  .supplier-video-replica .mobile-menu-items small { color: #999da4; font-size: 12px; }
  .supplier-video-replica .mobile-menu-items em { color: #c5c9ce; font-size: 28px; font-style: normal; font-weight: 300; }
  .supplier-video-replica .mobile-switch { position: relative; width: 42px; height: 23px; border-radius: 12px; background: #d7dbe0; }
  .supplier-video-replica .mobile-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.14); }
  .supplier-video-replica .mobile-switch.on { background: #2e9df3; }
  .supplier-video-replica .mobile-switch.on::after { left: 22px; }
  .supplier-video-replica .mobile-logout { width: calc(100% - 48px); min-height: 57px; margin: 0 24px; border: 0; border-radius: 0; color: #ed5047; background: #fff; box-shadow: none; font-size: 16px; }

  .supplier-video-replica .mobile-quick-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .supplier-video-replica .mobile-quick-menu button { min-height: 54px; color: #2585bd; background: #edfaff; }
}

/* 供货商端手机正式版：按客户录屏重构为扁平、直观的五栏操作界面 */
@media (max-width: 0px) {
  body:has(.supplier-app),
  .supplier-app {
    --mobile-blue: #1677ff;
    --mobile-blue-soft: #eaf4ff;
    --mobile-orange: #ff8a00;
    --mobile-orange-soft: #fff3df;
    --mobile-green: #20a66a;
    --mobile-green-soft: #e7f8f0;
    --mobile-ink: #252b35;
    --mobile-muted: #8a9099;
    --mobile-line: #eceef1;
    --mobile-paper: #f4f5f7;
    background: var(--mobile-paper) !important;
  }
  .supplier-app { color: var(--mobile-ink); }
  .supplier-app .mobile-appbar { display: none !important; }
  .supplier-app .main { padding: 0 0 calc(64px + env(safe-area-inset-bottom)); }
  .supplier-app .section { display: block; min-height: calc(100dvh - 64px); gap: 0; overflow: visible; }
  .supplier-app .section > * { animation: none; }

  .supplier-app .mobile-bottom-nav {
    inset: auto 0 0 0;
    min-height: 58px;
    padding: 4px 3px calc(3px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid #e7e9ec;
    border-radius: 0;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -3px 12px rgba(38, 46, 56, .05);
    backdrop-filter: blur(14px);
  }
  .mobile-bottom-nav button {
    min-height: 50px;
    gap: 0;
    padding: 2px 0;
    border-radius: 0;
    color: #555b65;
    background: transparent !important;
  }
  .mobile-bottom-nav button .mobile-tab-icon {
    width: 28px;
    height: 27px;
    padding: 3px;
    color: #3b414a;
    background: transparent !important;
    box-shadow: none !important;
    stroke-width: 1.85;
  }
  .mobile-bottom-nav button span { font-size: 9px; font-weight: 600; white-space: nowrap; }
  .mobile-bottom-nav button.active,
  .mobile-bottom-nav button.active .mobile-tab-icon { color: var(--mobile-blue); }
  .mobile-bottom-nav button em { top: 0; left: calc(50% + 7px); border-color: #fff; background: #f24c3d; }

  .mobile-page-heading {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px 8px;
    background: #fff;
  }
  .mobile-page-heading h2 { margin: 0; font-size: 16px; font-weight: 700; }
  .mobile-page-heading button {
    display: inline-flex;
    align-items: center;
    padding: 4px 7px;
    color: #818791;
    background: transparent;
    box-shadow: none;
    font-size: 10px;
  }

  .mobile-reference-home { display: block !important; }
  .mobile-reference-home .mobile-page-heading:not(:first-child) { margin-top: 8px; }
  .mobile-ref-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    padding: 0 12px 12px;
    background: #fff;
  }
  .mobile-ref-stat-grid button {
    position: relative;
    min-height: 74px;
    display: grid;
    grid-template-columns: 31px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    gap: 2px 8px;
    padding: 10px;
    border: 1px solid #f0f1f3;
    border-radius: 0;
    color: var(--mobile-ink);
    text-align: left;
    background: #fff;
    box-shadow: none;
  }
  .mobile-ref-stat-grid button .mobile-stat-icon {
    grid-row: 1 / 3;
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #ffb02f, #ff7c00);
    box-shadow: 0 3px 8px rgba(255, 138, 0, .2);
    stroke-width: 2;
  }
  .mobile-ref-stat-grid button span { color: #7f858d; font-size: 10px; }
  .mobile-ref-stat-grid button b { overflow: hidden; color: #343941; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-ref-stat-grid.team button .mobile-stat-icon { background: linear-gradient(145deg, #54a4ff, #1677ff); box-shadow: 0 3px 8px rgba(22,119,255,.18); }
  .mobile-reference-block { margin-top: 8px; padding: 0 12px 12px; background: #fff; }
  .mobile-reference-block > h3,
  .mobile-section-title { min-height: 44px; display: flex; align-items: center; justify-content: space-between; margin: 0; font-size: 15px; }
  .mobile-summary-table { overflow: hidden; border: 1px solid var(--mobile-line); background: #fff; }
  .mobile-summary-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); border-top: 1px solid var(--mobile-line); }
  .mobile-summary-row:first-child { border-top: 0; }
  .mobile-summary-row.head { color: #6f7681; background: #f7f8fa; }
  .mobile-summary-row b,
  .mobile-summary-row span { min-width: 0; padding: 9px 5px; overflow: hidden; font-size: 9px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-summary-row span { color: #41464f; }
  .mobile-table-link { max-width: 100%; padding: 0; overflow: hidden; color: #3e444d; background: transparent; box-shadow: none; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-ref-empty { min-height: 112px; display: grid; place-content: center; justify-items: center; gap: 4px; color: #989ea7; text-align: center; background: #fff; }
  .mobile-ref-empty i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--mobile-blue); background: var(--mobile-blue-soft); font-style: normal; }
  .mobile-ref-empty b { color: #656b74; font-size: 13px; }
  .mobile-ref-empty span { font-size: 10px; }

  .mobile-reference-brand { margin: 0 !important; background: #f4f5f7; }
  .mobile-product-toolbar {
    top: 0;
    padding: 8px 9px 6px;
    background: #eaf8fb;
    backdrop-filter: none;
  }
  .mobile-search {
    grid-template-columns: auto 1fr auto;
    padding: 3px 3px 3px 9px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
  }
  .mobile-search-icon { width: 18px; height: 18px; color: #9aa0a8; }
  .mobile-search input { min-height: 32px; padding: 5px; font-size: 12px; }
  .mobile-search button {
    min-width: 54px;
    padding: 8px 10px;
    border-radius: 3px;
    color: #fff;
    background: var(--mobile-orange);
  }
  .mobile-product-add {
    width: 100%;
    margin-top: 6px;
    padding: 7px;
    border: 1px dashed #ffad4b;
    border-radius: 4px;
    color: #d96d00;
    background: rgba(255,255,255,.72);
    box-shadow: none;
    font-size: 10px;
  }
  .mobile-product-add .inline-ui-icon { width: 13px; height: 13px; }
  .mobile-rule-ticker {
    margin-top: 6px;
    padding: 6px 8px;
    border-radius: 3px;
    color: #876235;
    background: #fff9e9;
  }
  .mobile-rule-ticker b { background: var(--mobile-orange); }
  .mobile-rule-ticker button { color: #d96d00; }
  .mobile-product-body { grid-template-columns: 72px 1fr; min-height: calc(100dvh - 151px); padding: 0; }
  .mobile-category-rail {
    top: 113px;
    gap: 0;
    max-height: calc(100dvh - 174px);
    padding: 0 0 18px;
    background: #f0f1f3;
  }
  .mobile-category-rail button {
    min-height: 64px;
    gap: 3px;
    padding: 7px 3px;
    border-radius: 0;
    color: #707680;
    font-size: 9px;
  }
  .mobile-category-rail button.active { color: var(--mobile-orange); background: #fff; box-shadow: none; }
  .mobile-category-rail button i,
  .mobile-category-rail button .mobile-rail-generic-icon,
  .mobile-category-rail button .mobile-rail-logo {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #8bc7ff, #1677ff);
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
  }
  .mobile-category-rail button .mobile-rail-generic-icon { padding: 7px; }
  .mobile-category-rail .product-logo em { font-size: 8px; }
  .mobile-category-rail button.active i,
  .mobile-category-rail button.active .mobile-rail-generic-icon { background: linear-gradient(145deg, #ffb02f, #ff7c00); }
  .mobile-reference-brand .product-logo { border: 1px solid #edf0f3; background: #fff; }
  .mobile-reference-brand .product-logo img { padding: 2px; object-fit: contain; }
  .mobile-product-list { padding: 0 8px 16px; background: #fff; }
  .mobile-supply-tabs {
    position: sticky;
    top: 113px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 -8px 8px;
    padding: 7px 8px;
    border-bottom: 1px solid var(--mobile-line);
    background: #fff;
  }
  .mobile-supply-tabs button { padding: 7px 2px; border-radius: 0; color: #707780; background: transparent; box-shadow: none; font-size: 10px; }
  .mobile-supply-tabs button.active { color: var(--mobile-orange); border-bottom: 2px solid var(--mobile-orange); }
  #mobile-product-list { gap: 7px; }
  .mobile-product-card {
    padding: 10px;
    border: 1px solid #eceef1;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(43,52,63,.05);
  }
  .mobile-product-title { grid-template-columns: auto 1fr; align-items: center; gap: 8px; }
  .mobile-product-logo { width: 42px; height: 42px; border-radius: 5px; box-shadow: none; }
  .mobile-product-title h3 { font-size: 13px; }
  .mobile-product-title p { color: #707780; font-size: 10px; }
  .mobile-product-title small { font-size: 8px; }
  .mobile-product-data {
    grid-template-columns: repeat(2,1fr);
    margin: 8px 0 6px;
    padding: 7px 0;
    border-radius: 0;
    background: #f7f8fa;
  }
  .mobile-product-data span { display: flex; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid #e8eaed; font-size: 9px; }
  .mobile-product-data b { color: #e26c00; font-size: 12px; }
  .mobile-product-flags { display: flex; flex-wrap: wrap; gap: 4px; }
  .mobile-product-flags span { padding: 3px 6px; border-radius: 2px; color: #d36c05; background: var(--mobile-orange-soft); font-size: 8px; }
  .mobile-product-flags span.on { color: var(--mobile-green); background: var(--mobile-green-soft); }
  .mobile-product-actions { grid-template-columns: repeat(2,1fr); gap: 6px; margin-top: 8px; }
  .mobile-product-actions button { padding: 7px 4px; border-radius: 3px; color: #626972; background: #eef0f2; font-size: 9px; }
  .mobile-product-actions button.start { color: #128052; background: #dcf6e9; }
  .mobile-product-actions button.stop { color: #d26900; background: #fff0dc; }
  .mobile-reference-brand .mobile-product-more { margin-top: 7px; border-top: 1px solid #f0f1f3; }
  .mobile-reference-brand .mobile-product-more summary { padding: 7px 0 0; color: #8d939b; font-size: 8px; }
  .mobile-reference-brand .mobile-product-more > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: 6px; }
  .mobile-reference-brand .mobile-product-more > div button { padding: 6px 2px; border-radius: 3px; color: #67707a; background: #f1f3f5; box-shadow: none; font-size: 8px; }

  .mobile-reference-orders-page { display: block !important; padding: 8px; background: #f4f5f7; }
  .mobile-order-mode { display: grid; grid-template-columns: repeat(2,1fr); padding: 3px; border-radius: 5px; background: #2f333a; }
  .mobile-order-mode button { padding: 8px; border-radius: 3px; color: #d8dbe0; background: transparent; box-shadow: none; font-size: 11px; }
  .mobile-order-mode button.active { color: #2d3239; background: #fff; }
  .mobile-order-search { display: grid; grid-template-columns: 1fr auto auto; gap: 5px; margin-top: 7px; }
  .mobile-order-search input { min-width: 0; min-height: 35px; padding: 7px 8px; border-radius: 3px; background: #fff; font-size: 10px; }
  .mobile-order-search button { padding: 7px 11px; border-radius: 3px; color: #fff; background: var(--mobile-orange); box-shadow: none; font-size: 9px; }
  .mobile-order-search button.unread { color: #666d76; background: #fff; }
  .mobile-order-tabs {
    position: static;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 4px;
    margin: 7px 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .mobile-order-tabs button { min-width: 0; padding: 7px 2px; border-radius: 3px; color: #31815e; background: #e7f6ed; font-size: 8px; }
  .mobile-order-tabs button.active { color: #fff; background: #2eb875; }
  .mobile-rule-ticker.order { margin: 0 0 7px; }
  .mobile-reference-orders { display: grid; gap: 7px; }
  .mobile-reference-order {
    padding: 0 10px 9px;
    border: 1px solid #e8eaed;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(43,52,63,.045);
  }
  .mobile-reference-order > header { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid #f0f1f3; }
  .mobile-reference-order > header > div { min-width: 0; display: grid; gap: 1px; }
  .mobile-reference-order > header b { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-reference-order > header small { color: #9a9fa7; font-size: 8px; }
  .mobile-order-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 9px 0; }
  .mobile-order-main .order-product-logo { width: 42px; height: 42px; border-radius: 4px; }
  .mobile-order-main > div { min-width: 0; }
  .mobile-order-main h3 { margin: 0 0 2px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-order-main p,
  .mobile-order-main small { display: block; margin: 0; overflow: hidden; color: #777e87; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-order-main strong { color: #f07300; font-size: 13px; }
  .mobile-reference-order .action-col { display: flex; justify-content: flex-end; gap: 5px; }
  .mobile-reference-order .action-col button { width: auto; min-height: 28px; padding: 5px 8px; border-radius: 3px; font-size: 8px; }

  .mobile-reference-team { display: block !important; }
  .mobile-team-summary { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 0 12px 12px; background: #fff; }
  .mobile-team-summary button { min-height: 72px; display: grid; align-content: center; gap: 3px; border: 1px solid #f0f1f3; border-radius: 0; color: #767d86; background: #fff; box-shadow: none; }
  .mobile-team-summary b { color: #2c333c; font-size: 17px; }
  .mobile-team-summary span { font-size: 9px; }
  .mobile-section-title h3 { margin: 0; font-size: 15px; }
  .mobile-section-title span,
  .mobile-section-title button { padding: 0; color: #8b9199; background: transparent; box-shadow: none; font-size: 9px; }
  .mobile-member-list { border: 1px solid var(--mobile-line); }
  .mobile-member-list > button { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 9px; border-bottom: 1px solid var(--mobile-line); border-radius: 0; color: var(--mobile-ink); text-align: left; background: #fff; box-shadow: none; }
  .mobile-member-list > button:last-child { border-bottom: 0; }
  .mobile-member-avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#65adff,#1677ff); font-size: 12px; font-weight: 700; }
  .mobile-member-list > button > span:nth-child(2) { min-width: 0; }
  .mobile-member-list b,
  .mobile-member-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-member-list b { font-size: 11px; }
  .mobile-member-list small { margin-top: 2px; color: #8b9199; font-size: 8px; }
  .mobile-member-list em { color: var(--mobile-green); font-size: 8px; font-style: normal; }
  .mobile-invite > p { margin: 12px 0 5px; color: #777e87; font-size: 11px; }
  .mobile-invite > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px; padding: 8px; background: #f7f8fa; }
  .mobile-invite > div b,
  .mobile-invite > div span { overflow: hidden; color: #252b35; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-invite > div button { padding: 6px 10px; color: #fff; background: #f4b400; box-shadow: none; font-size: 9px; }
  .mobile-invite > small { display: block; margin-top: 12px; color: #d48806; font-size: 9px; line-height: 1.6; }

  .mobile-reference-profile { display: block !important; padding: 0 0 12px; background: #edf7ff; }
  .mobile-reference-profile .mobile-profile-head {
    display: block;
    padding: 18px 14px 14px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(150deg, #dcefff, #f8fcff);
    box-shadow: none;
  }
  .mobile-profile-user { display: flex; align-items: center; gap: 10px; }
  .mobile-reference-profile .mobile-avatar { width: 54px; height: 54px; overflow: hidden; border: 3px solid rgba(255,255,255,.82); border-radius: 50%; background: linear-gradient(145deg,#65adff,#1677ff); box-shadow: 0 4px 12px rgba(22,119,255,.16); }
  .mobile-reference-profile .mobile-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-profile-user h2 { margin: 0 0 5px; font-size: 17px; }
  .mobile-profile-user p { display: flex; gap: 4px; margin: 0 0 3px; }
  .mobile-profile-user small { color: #747d88; font-size: 9px; }
  .mobile-profile-tag { padding: 2px 6px; border-radius: 2px; color: #fff; background: var(--mobile-blue); font-size: 8px; }
  .mobile-profile-tag.warm { background: #f3aa28; }
  .mobile-profile-assets { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(69,130,178,.12); }
  .mobile-profile-assets button { min-width: 0; display: grid; gap: 2px; padding: 0 4px; border-right: 1px solid rgba(69,130,178,.12); border-radius: 0; color: #68727e; background: transparent; box-shadow: none; }
  .mobile-profile-assets button:last-child { border-right: 0; }
  .mobile-profile-assets b { overflow: hidden; color: #26313c; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-profile-assets span { font-size: 8px; }
  .mobile-service-quality { margin: 8px 9px 0; padding: 11px; background: #fff; }
  .mobile-service-quality h3 { margin: 0 0 10px; font-size: 13px; }
  .mobile-service-quality > div { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--mobile-line); }
  .mobile-service-quality span { display: grid; gap: 3px; padding: 10px 5px; border-right: 1px solid var(--mobile-line); border-bottom: 1px solid var(--mobile-line); text-align: center; }
  .mobile-service-quality span:nth-child(2n) { border-right: 0; }
  .mobile-service-quality span:nth-last-child(-n+2) { border-bottom: 0; }
  .mobile-service-quality b { color: #303740; font-size: 14px; }
  .mobile-service-quality small { color: #8b929b; font-size: 8px; }
  .mobile-reference-profile .mobile-menu-card { margin: 8px 9px 0; overflow: hidden; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
  .mobile-reference-profile .mobile-menu-card h3 { margin: 0; padding: 10px 12px; border-bottom: 1px solid var(--mobile-line); color: #353b44; font-size: 12px; }
  .mobile-reference-profile .mobile-menu-items { border: 0; }
  .mobile-reference-profile .mobile-menu-items > button { grid-template-columns: auto 1fr auto; min-height: 42px; padding: 8px 12px; border-bottom: 1px solid #f1f2f4; }
  .mobile-reference-profile .mobile-menu-items > button:last-child { border-bottom: 0; }
  .mobile-reference-profile .mobile-menu-icon { width: 27px; height: 27px; padding: 6px; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#65adff,#1677ff); stroke-width: 2; }
  .mobile-reference-profile .mobile-menu-items b { font-size: 10px; }
  .mobile-reference-profile .mobile-menu-items em { color: #a0a6ad; font-size: 16px; }
  .mobile-reference-profile .mobile-logout { width: calc(100% - 18px); min-height: 42px; margin: 10px 9px 0; border: 0; border-radius: 2px; color: #e14b40; background: #fff; }
  .mobile-reference-profile .mobile-cancel { margin-top: 2px; color: #9a9fa7; font-size: 9px; }
}

@media (max-width: 480px) {
  .supplier-video-replica .main { padding-bottom: calc(54px + env(safe-area-inset-bottom)) !important; }
  .supplier-video-replica .section { min-height: calc(100dvh - 54px); }
  .supplier-video-replica .mobile-bottom-nav { min-height: 54px; padding: 2px 0 calc(2px + env(safe-area-inset-bottom)); }
  .supplier-video-replica .mobile-bottom-nav button { min-height: 48px; gap: 1px; padding: 2px 0 0; }
  .supplier-video-replica .mobile-bottom-nav .mobile-tab-icon { width: 21px; height: 21px; }
  .supplier-video-replica .mobile-bottom-nav button span { font-size: 10px; }
  .supplier-video-replica .mobile-bottom-nav button em { top: 0; left: calc(50% + 7px); min-width: 12px; height: 12px; font-size: 7px; }

  .supplier-video-replica .mobile-video-floats { right: 1px; bottom: calc(82px + env(safe-area-inset-bottom)); gap: 15px; }
  .supplier-video-replica .mobile-video-menu { width: 46px; height: 46px; border-width: 5px; }
  .supplier-video-replica .mobile-video-menu svg { width: 22px; height: 22px; }
  .supplier-video-replica .mobile-video-menu i { top: -5px; left: -2px; width: 14px; height: 14px; border-width: 2px; }
  .supplier-video-replica .mobile-video-new-order { width: 33px; min-height: 91px; padding: 6px 5px; border-radius: 7px; font-size: 13px; letter-spacing: 1px; }

  .supplier-video-replica .mobile-page-heading { min-height: 42px; padding: 12px 13px 6px; }
  .supplier-video-replica .mobile-page-heading h2 { margin: 0; font-size: 19px; line-height: 1.25; }

  .supplier-video-replica .mobile-reference-home { min-height: calc(100dvh - 54px); padding: 2px 0 14px; }
  .supplier-video-replica .mobile-ref-stat-grid { gap: 10px 12px; padding: 0 13px 10px; }
  .supplier-video-replica .mobile-ref-stat-grid button { min-height: 72px; gap: 2px; padding: 10px 11px; border-radius: 8px; box-shadow: 0 4px 13px rgba(41, 92, 113, .08); }
  .supplier-video-replica .mobile-ref-stat-grid button > span:first-child { font-size: 13.5px; }
  .supplier-video-replica .mobile-ref-stat-grid button > b { font-size: 16px; }
  .supplier-video-replica .mobile-stat-art { right: 3px; bottom: 2px; width: 52px; height: 38px; }
  .supplier-video-replica .mobile-ref-stat-grid.team { padding-bottom: 8px; }
  .supplier-video-replica .mobile-reference-block { padding: 3px 13px 10px; }
  .supplier-video-replica .mobile-reference-block > h3 { min-height: 42px; font-size: 19px; }
  .supplier-video-replica .mobile-summary-table { border-radius: 8px; }
  .supplier-video-replica .mobile-summary-row b,
  .supplier-video-replica .mobile-summary-row span { padding: 8px 4px; font-size: 10px; }
  .supplier-video-replica .mobile-table-link,
  .supplier-video-replica .mobile-table-action { font-size: 10px; }
  .supplier-video-replica .mobile-video-empty.compact { min-height: 70px; }

  .supplier-video-replica .mobile-reference-brand { min-height: calc(100dvh - 54px); }
  .supplier-video-replica .mobile-product-toolbar { padding: 9px 8px 6px; }
  .supplier-video-replica .mobile-search { min-height: 42px; padding: 3px 3px 3px 10px; border-radius: 9px; }
  .supplier-video-replica .mobile-search-icon { width: 18px; height: 18px; }
  .supplier-video-replica .mobile-search input { min-height: 34px; padding: 5px 7px; font-size: 14px; }
  .supplier-video-replica .mobile-search button { min-width: 55px; min-height: 34px; padding: 5px 8px; border-radius: 7px; font-size: 14px; }
  .supplier-video-replica .mobile-rule-ticker { min-height: 34px; gap: 4px; margin-top: 6px; padding: 6px 8px; border-radius: 17px; }
  .supplier-video-replica .mobile-rule-ticker b { font-size: 11px; }
  .supplier-video-replica .mobile-rule-ticker span { font-size: 9.5px; }
  .supplier-video-replica .mobile-rule-ticker button { font-size: 9px; }
  .supplier-video-replica .mobile-product-body { grid-template-columns: 82px minmax(0, 1fr); min-height: calc(100dvh - 142px); }
  .supplier-video-replica .mobile-category-rail { top: 94px; max-height: calc(100dvh - 148px); padding-bottom: 18px; }
  .supplier-video-replica .mobile-category-rail button { min-height: 74px; gap: 3px; padding: 5px 2px; font-size: 11.5px; }
  .supplier-video-replica .mobile-all-logo { font-size: 25px; }
  .supplier-video-replica .mobile-all-logo::first-letter { font-size: 16px; }
  .supplier-video-replica .mobile-category-rail .mobile-rail-logo { width: 42px; height: 42px; border-radius: 8px; }
  .supplier-video-replica .mobile-product-list { padding: 0 8px 16px; }
  .supplier-video-replica .mobile-supply-tabs { top: 94px; gap: 6px; margin: 0 -8px 10px; padding: 10px 8px; }
  .supplier-video-replica .mobile-supply-tabs button { min-height: 36px; padding: 5px 2px; border-radius: 7px; font-size: 12px; }
  .supplier-video-replica #mobile-product-list { gap: 9px; }
  .supplier-video-replica .mobile-product-card { padding: 10px 9px 9px; border-radius: 9px; box-shadow: 0 4px 12px rgba(32, 76, 93, .075); }
  .supplier-video-replica .mobile-product-title { gap: 6px; padding-bottom: 9px; }
  .supplier-video-replica .mobile-product-logo { width: 24px; height: 24px; flex-basis: 24px; border-radius: 5px; }
  .supplier-video-replica .mobile-product-title h3 { font-size: 14.5px; }
  .supplier-video-replica .mobile-product-data { padding: 10px 0 8px; }
  .supplier-video-replica .mobile-product-data > span { gap: 3px; padding: 0 3px; }
  .supplier-video-replica .mobile-product-data small { font-size: 10.5px; }
  .supplier-video-replica .mobile-product-data b { font-size: 15.5px; }
  .supplier-video-replica .mobile-product-data b.product-id button { width: 16px; height: 16px; }
  .supplier-video-replica .mobile-product-data b.product-id svg { width: 12px; height: 12px; }
  .supplier-video-replica .mobile-product-data b.stock i { font-size: 9px; }
  .supplier-video-replica .mobile-product-flags { gap: 5px; }
  .supplier-video-replica .mobile-product-flags > span { gap: 3px; padding: 4px 7px; border-radius: 13px; font-size: 9.5px; }
  .supplier-video-replica .mobile-product-flags > span.limit { padding: 4px 2px; }
  .supplier-video-replica .mobile-product-flags > span.limit svg { width: 12px; height: 12px; }
  .supplier-video-replica .mobile-product-actions { gap: 7px; margin-top: 8px; }
  .supplier-video-replica .mobile-product-actions button { min-height: 36px; padding: 6px 3px; border-radius: 6px; font-size: 12px; }
  .supplier-video-replica .mobile-product-actions .inline-ui-icon { width: 14px; height: 14px; }

  .supplier-video-replica .mobile-reference-orders-page { min-height: calc(100dvh - 54px); padding: 0 8px 16px; }
  .supplier-video-replica .mobile-order-mode { margin: 0 -8px; }
  .supplier-video-replica .mobile-order-mode button { min-height: 46px; padding: 8px; font-size: 15px; }
  .supplier-video-replica .mobile-order-mode button:last-child { border-bottom-left-radius: 28px; }
  .supplier-video-replica .mobile-order-search { gap: 6px; margin-top: 12px; }
  .supplier-video-replica .mobile-order-search label { min-height: 40px; gap: 5px; padding: 0 9px; border-radius: 8px; }
  .supplier-video-replica .mobile-order-search label svg { width: 17px; height: 17px; }
  .supplier-video-replica .mobile-order-search input { min-height: 36px; padding: 5px 0; font-size: 13px; }
  .supplier-video-replica .mobile-order-search > button { min-width: 48px; min-height: 40px; padding: 6px 8px; border-radius: 8px; font-size: 12px; }
  .supplier-video-replica .mobile-order-search > button.unread { min-width: 72px; }
  .supplier-video-replica .mobile-order-tabs { gap: 4px; margin: 10px 0 9px; }
  .supplier-video-replica .mobile-order-tabs button { min-height: 34px; padding: 5px 1px; border-radius: 17px; font-size: 10.5px; }
  .supplier-video-replica .mobile-rule-ticker.order { margin-bottom: 10px; }
  .supplier-video-replica .mobile-reference-orders { gap: 9px; }
  .supplier-video-replica .mobile-reference-order { padding: 0 13px 10px; border-radius: 9px; box-shadow: 0 4px 12px rgba(50, 87, 101, .065); }
  .supplier-video-replica .mobile-reference-order > header { min-height: 46px; }
  .supplier-video-replica .mobile-reference-order > header b { font-size: 12px; }
  .supplier-video-replica .mobile-order-id { padding: 1px 3px; border-radius: 4px; font-size: 9px; }
  .supplier-video-replica .mobile-reference-order .pill { padding: 5px 7px; font-size: 10px; }
  .supplier-video-replica .mobile-video-order-body { padding: 10px 0 7px; }
  .supplier-video-replica .mobile-video-order-body h3 { margin-bottom: 6px; font-size: 14px; }
  .supplier-video-replica .mobile-video-order-body p { gap: 5px; margin: 4px 0; font-size: 11.5px; }
  .supplier-video-replica .mobile-order-check { width: 16px; height: 16px; margin-right: 3px; }
  .supplier-video-replica .mobile-video-order-body > strong { top: 13px; font-size: 15px; }
  .supplier-video-replica .mobile-video-order-actions { gap: 8px; }
  .supplier-video-replica .mobile-video-order-actions button { min-height: 36px; padding: 6px; border-radius: 18px; font-size: 12.5px; }

  .supplier-video-replica .mobile-reference-team { min-height: calc(100dvh - 54px); padding-bottom: 14px; }
  .supplier-video-replica .mobile-team-tabs { padding: 0 6px; }
  .supplier-video-replica .mobile-team-tabs button { min-height: 44px; padding: 6px 1px; font-size: 13px; }
  .supplier-video-replica .mobile-team-members,
  .supplier-video-replica .mobile-team-data-panel { padding: 0 8px 14px; }
  .supplier-video-replica .mobile-team-filter { grid-template-columns: minmax(0, 1fr) 48px minmax(108px, .65fr); align-items: center; gap: 6px; }
  .supplier-video-replica .mobile-team-filter label { height: 40px; min-height: 40px; gap: 5px; padding: 0 8px; border-radius: 8px; }
  .supplier-video-replica .mobile-team-filter label svg { width: 16px; height: 16px; }
  .supplier-video-replica .mobile-team-filter input { min-height: 36px; padding: 5px 0; font-size: 12.5px; }
  .supplier-video-replica .mobile-team-filter > button { min-width: 48px; height: 40px; min-height: 40px; padding: 5px; border-radius: 8px; font-size: 12px; }
  .supplier-video-replica .mobile-team-filter select { height: 40px; min-height: 40px; padding: 0 9px; font-size: 12.5px; }
  .supplier-video-replica .mobile-team-actions { gap: 14px; margin-top: 12px; }
  .supplier-video-replica .mobile-team-actions button { min-height: 38px; padding: 6px; border-radius: 19px; font-size: 13px; }
  .supplier-video-replica .mobile-team-actions .inline-ui-icon { width: 17px; height: 17px; }
  .supplier-video-replica .mobile-member-list { margin-top: 12px; border-radius: 7px; }
  .supplier-video-replica .mobile-member-list > button { min-height: 52px; gap: 8px; padding: 7px 9px; }
  .supplier-video-replica .mobile-member-avatar { width: 32px; height: 32px; font-size: 12px; }
  .supplier-video-replica .mobile-member-list b { font-size: 13px; }
  .supplier-video-replica .mobile-member-list small,
  .supplier-video-replica .mobile-member-list em { font-size: 10px; }
  .supplier-video-replica .mobile-team-data-panel > h3 { margin: 10px 0; font-size: 15px; }
  .supplier-video-replica .mobile-video-empty { min-height: 390px; gap: 12px; }
  .supplier-video-replica .mobile-video-empty > span:first-child { width: 82px; height: 82px; }
  .supplier-video-replica .mobile-video-empty-icon { width: 72px; height: 72px; padding: 13px; }
  .supplier-video-replica .mobile-video-empty b { font-size: 14px; }
  .supplier-video-replica .mobile-promotion-code { gap: 8px; padding: 11px; }

  .mobile-invite-overlay { padding: 68px 8px 14px !important; }
  .mobile-invite-card > header { min-height: 46px; padding: 0 13px; }
  .mobile-invite-card > header b { font-size: 14px; }
  .mobile-invite-card > header button { font-size: 24px; }
  .mobile-invite-card .mobile-invite { padding: 11px 13px 14px; }
  .mobile-invite-card .mobile-invite > p { gap: 6px; margin: 10px 0 6px; font-size: 12px; }
  .mobile-invite-card .mobile-invite > p svg { width: 15px; height: 15px; }
  .mobile-invite-card .mobile-invite > div { gap: 6px; padding: 9px; }
  .mobile-invite-card .mobile-invite > div b,
  .mobile-invite-card .mobile-invite > div span { font-size: 11px; }
  .mobile-invite-card .mobile-invite > div button { font-size: 11px; }
  .mobile-invite-card .mobile-invite > strong { margin: 10px 0; font-size: 11px; }
  .mobile-invite-card .mobile-invite > section { padding: 9px 11px; }
  .mobile-invite-card .mobile-invite > section h3 { margin-bottom: 5px; font-size: 12px; }
  .mobile-invite-card .mobile-invite > section ol { font-size: 10px; }

  .supplier-video-replica .mobile-reference-profile { min-height: calc(100dvh - 54px); padding-bottom: 14px; }
  .supplier-video-replica .mobile-reference-profile .mobile-profile-head { padding: 18px 15px 14px; }
  .supplier-video-replica .mobile-profile-user { gap: 12px; }
  .supplier-video-replica .mobile-reference-profile .mobile-avatar { width: 54px; height: 54px; flex-basis: 54px; }
  .supplier-video-replica .mobile-profile-id-icon { width: 27px; height: 27px; }
  .supplier-video-replica .mobile-profile-user h2 { margin-bottom: 4px; font-size: 19px; }
  .supplier-video-replica .mobile-profile-user p { gap: 6px; }
  .supplier-video-replica .mobile-profile-tag { gap: 2px; padding: 3px 6px; font-size: 10px; }
  .supplier-video-replica .mobile-profile-tag i { width: 12px; height: 12px; font-size: 8px; }
  .supplier-video-replica .mobile-profile-assets { margin-top: 15px; }
  .supplier-video-replica .mobile-profile-assets b { font-size: 18px; }
  .supplier-video-replica .mobile-profile-assets span { font-size: 11px; }
  .supplier-video-replica .mobile-service-quality { margin: 0 14px 14px; padding: 13px 11px; border-radius: 10px; }
  .supplier-video-replica .mobile-service-quality h3 { gap: 5px; margin-bottom: 10px; font-size: 15px; }
  .supplier-video-replica .mobile-service-quality h3 span { font-size: 15px; }
  .supplier-video-replica .mobile-service-quality > div { gap: 8px; }
  .supplier-video-replica .mobile-service-quality > div > span { min-height: 68px; gap: 4px; padding: 7px 3px; border-radius: 10px; }
  .supplier-video-replica .mobile-service-quality small { font-size: 12px; }
  .supplier-video-replica .mobile-service-quality b { font-size: 18px; }
  .supplier-video-replica .mobile-menu-card { margin: 0 14px 14px; border-radius: 10px; }
  .supplier-video-replica .mobile-menu-card h3 { min-height: 44px; gap: 6px; padding: 9px 14px 7px; font-size: 15px; }
  .supplier-video-replica .mobile-menu-title-icon { width: 18px; height: 18px; }
  .supplier-video-replica .mobile-menu-items > button { min-height: 48px; gap: 9px; padding: 7px 14px; }
  .supplier-video-replica .mobile-menu-icon,
  .supplier-video-replica .mobile-theme-icon { width: 21px; height: 21px; padding: 3px; }
  .supplier-video-replica .mobile-menu-items b { font-size: 13px; }
  .supplier-video-replica .mobile-menu-items small { font-size: 10px; }
  .supplier-video-replica .mobile-menu-items em { font-size: 20px; }
  .supplier-video-replica .mobile-switch { width: 36px; height: 20px; }
  .supplier-video-replica .mobile-switch::after { width: 14px; height: 14px; }
  .supplier-video-replica .mobile-switch.on::after { left: 19px; }
  .supplier-video-replica .mobile-logout { width: calc(100% - 28px); min-height: 43px; margin: 0 14px; font-size: 13px; }
  .mobile-quick-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .mobile-quick-menu button { min-height: 36px; justify-content: center; padding: 6px 8px; border-radius: 8px; font-size: 12px; }
  .modal .card:has(.mobile-quick-menu) { width: min(330px, 100%); padding: 16px; border-radius: 20px; }
  .modal .card:has(.mobile-quick-menu) > h2 { margin: 0 0 10px; font-size: 18px; line-height: 1.25; }
  .modal .card:has(.mobile-quick-menu) > .toolbar { margin-top: 10px; }
  .modal .card:has(.mobile-quick-menu) > .toolbar button { min-height: 36px; padding: 6px 12px; font-size: 12px; }
}

/* 供货商端桌面版：参考成熟供货平台的信息密度，保留券小满自己的品牌与业务能力 */
@media (min-width: 701px) {
  body:has(.supplier-app) {
    color: #303442;
    background: #fff;
  }
  .supplier-app {
    --desktop-blue: #2f76e8;
    --desktop-blue-dark: #2366d1;
    --desktop-side: #191a23;
    --desktop-side-soft: #242631;
    --desktop-line: #e8eaf0;
    --desktop-muted: #8b91a1;
    grid-template-columns: 216px minmax(0, 1fr);
    color: #303442;
    background: #fff;
    transition: grid-template-columns .2s ease;
  }
  .supplier-app.sidebar-collapsed { grid-template-columns: 72px minmax(0, 1fr); }
  .supplier-app .desktop-side {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: var(--desktop-side);
    box-shadow: 3px 0 12px rgba(20, 22, 31, .09);
  }
  .desktop-side-brand {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    white-space: nowrap;
  }
  .desktop-side-brand .brand-mark {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background: #fff;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .16);
  }
  .desktop-side-brand .brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .desktop-side-brand > div,
  .desktop-side-account > div { min-width: 0; display: grid; }
  .desktop-side-brand b { font-size: 15px; letter-spacing: .04em; }
  .desktop-side-account {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 13px 12px 8px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 5px;
    background: rgba(255,255,255,.035);
  }
  .desktop-side-account > span {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #357be9;
    font-weight: 800;
  }
  .desktop-side-account b,
  .desktop-side-account small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .desktop-side-account b { font-size: 12px; }
  .desktop-nav {
    flex: 1;
    display: block;
    padding: 4px 8px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.15) transparent;
  }
  .desktop-nav::-webkit-scrollbar { width: 5px; }
  .desktop-nav::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(255,255,255,.14); }
  .desktop-nav-group {
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
    box-shadow: none;
  }
  .desktop-nav-item,
  .desktop-nav-group > summary {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 1px 0;
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    color: rgba(255,255,255,.69);
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    list-style: none;
    cursor: pointer;
  }
  .desktop-nav-group > summary::-webkit-details-marker { display: none; }
  .desktop-nav-item:hover,
  .desktop-nav-group > summary:hover { color: #fff; background: rgba(255,255,255,.055); box-shadow: none; transform: none; }
  .desktop-nav-item.active { color: #fff; background: var(--desktop-blue); box-shadow: 0 6px 15px rgba(25, 90, 199, .22); }
  .desktop-nav .nav-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: currentColor;
    background: transparent;
    box-shadow: none;
  }
  .desktop-nav-caret {
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .16s ease;
  }
  .desktop-nav-group[open] > summary { color: #fff; }
  .desktop-nav-group[open] > summary .desktop-nav-caret { transform: rotate(225deg) translate(-1px, -1px); }
  .desktop-submenu { display: grid; padding: 2px 0 5px 40px; }
  .desktop-submenu button {
    position: relative;
    width: 100%;
    min-height: 34px;
    padding: 0 8px 0 17px;
    border-radius: 3px;
    color: rgba(255,255,255,.48);
    background: transparent;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
  }
  .desktop-submenu button::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    transform: translateY(-50%);
  }
  .desktop-submenu button:hover,
  .desktop-submenu button.active { color: #fff; background: rgba(47,118,232,.15); box-shadow: none; transform: none; }
  .desktop-submenu button.active::before { background: #4e91ff; box-shadow: 0 0 0 3px rgba(78,145,255,.14); }
  .desktop-nav-extra { margin-top: 7px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.06); }
  .desktop-side-foot {
    display: grid;
    gap: 1px;
    padding: 12px 17px 15px;
    border-top: 1px solid rgba(255,255,255,.06);
  }
  .desktop-side-foot span { color: #53ca91; font-size: 10px; }
  .desktop-side-foot small { color: rgba(255,255,255,.32); font-size: 9px; }
  .sidebar-collapsed .desktop-side-brand { justify-content: center; padding: 0; }
  .sidebar-collapsed .desktop-side-brand > div,
  .sidebar-collapsed .desktop-side-account > div,
  .sidebar-collapsed .desktop-nav-item > span,
  .sidebar-collapsed .desktop-nav-group > summary > span,
  .sidebar-collapsed .desktop-nav-caret,
  .sidebar-collapsed .desktop-submenu,
  .sidebar-collapsed .desktop-side-foot { display: none; }
  .sidebar-collapsed .desktop-side-account { justify-content: center; margin: 12px 9px 8px; padding: 8px; }
  .sidebar-collapsed .desktop-nav { padding: 4px 9px 18px; }
  .sidebar-collapsed .desktop-nav-item,
  .sidebar-collapsed .desktop-nav-group > summary { justify-content: center; padding: 0; }

  .supplier-app .main { min-width: 0; padding: 0; background: #fff; }
  .supplier-app .desktop-shell-header {
    position: sticky;
    top: 0;
    z-index: 25;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e5e7ed;
    background: #fff;
    box-shadow: 0 2px 8px rgba(31, 35, 48, .035);
    backdrop-filter: none;
  }
  .desktop-topline {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 18px;
    border-bottom: 1px solid #eff0f3;
  }
  .desktop-icon-button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 4px;
    color: #676e7d;
    background: transparent;
    box-shadow: none;
  }
  .desktop-icon-button:hover,
  .desktop-icon-button.active { color: var(--desktop-blue); background: #edf4ff; box-shadow: none; transform: none; }
  .desktop-icon-button svg { width: 16px; height: 16px; }
  .desktop-icon-button.is-refreshing svg { animation: desktop-refresh-spin .75s linear infinite; }
  .desktop-breadcrumb { display: flex; align-items: center; gap: 8px; margin-left: 7px; white-space: nowrap; }
  .desktop-breadcrumb span,
  .desktop-breadcrumb i { color: #a1a6b1; font-size: 12px; font-style: normal; }
  .desktop-breadcrumb b { color: #444a58; font-size: 13px; }
  .desktop-top-actions { min-width: 0; display: flex; align-items: center; gap: 9px; margin-left: auto; }
  .desktop-message-button {
    position: relative;
    padding: 7px 10px;
    border-radius: 4px;
    color: #e05842;
    background: #fff4f1;
    box-shadow: none;
    font-size: 11px;
    font-weight: 600;
  }
  .desktop-message-button:hover { background: #ffebe7; box-shadow: none; transform: none; }
  .desktop-message-button em,
  .desktop-new-order em {
    min-width: 17px;
    height: 17px;
    display: inline-grid;
    place-items: center;
    margin-left: 4px;
    padding: 0 4px;
    border-radius: 9px;
    color: #fff;
    background: #ed5846;
    font-size: 9px;
    font-style: normal;
  }
  .desktop-limit,
  .desktop-receive-state,
  .desktop-role-tag {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border: 1px solid #eceef2;
    border-radius: 4px;
    color: #717785;
    background: #fff;
    font-size: 11px;
    white-space: nowrap;
  }
  .desktop-limit b { color: var(--desktop-blue); font-size: 13px; }
  .desktop-receive-state i { width: 9px; height: 9px; border-radius: 50%; background: #26b36f; box-shadow: 0 0 0 3px rgba(38,179,111,.10); }
  .desktop-receive-state.paused i { background: #f1a13a; box-shadow: 0 0 0 3px rgba(241,161,58,.12); }
  .desktop-role-tag { color: #8b621d; border-color: #f3dfb7; background: #fff9ec; }
  .desktop-user-menu { position: relative; }
  .desktop-user-menu > summary {
    min-height: 38px;
    display: grid;
    grid-template-columns: 28px auto;
    grid-template-rows: 18px 14px;
    align-items: center;
    column-gap: 7px;
    padding: 3px 8px 3px 3px;
    border-radius: 4px;
    list-style: none;
    cursor: pointer;
  }
  .desktop-user-menu > summary::-webkit-details-marker { display: none; }
  .desktop-user-menu > summary > span { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--desktop-blue); font-size: 11px; }
  .desktop-user-menu > summary b { align-self: end; color: #424856; font-size: 11px; line-height: 1; }
  .desktop-user-menu > summary small { align-self: start; color: #a0a5af; font-size: 9px; line-height: 1.2; }
  .desktop-user-menu > div {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 132px;
    display: grid;
    padding: 6px;
    border: 1px solid #e6e8ed;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 32, 45, .12);
  }
  .desktop-user-menu > div button { min-height: 34px; padding: 0 9px; border-radius: 3px; color: #555c6b; background: transparent; box-shadow: none; font-size: 11px; text-align: left; }
  .desktop-user-menu > div button:hover { background: #f3f6fb; transform: none; }
  .desktop-user-menu > div button.danger { color: #d64e42; }
  .desktop-tabbar { display: none !important; }

  .supplier-app .section { min-width: 0; min-height: calc(100vh - 64px); gap: 14px; padding: 16px 18px 22px; background: #fff; }
  .supplier-app .card {
    padding: 16px;
    border: 1px solid var(--desktop-line);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 9px rgba(31, 36, 49, .035);
    backdrop-filter: none;
  }
  .supplier-app .card:hover { border-color: #e2e5eb; }
  .supplier-app .card h2 { margin: 0 0 12px; color: #3a404e; font-size: 15px; letter-spacing: 0; }
  .supplier-app button { border-radius: 4px; padding: 7px 12px; box-shadow: none; font-size: 11px; font-weight: 600; }
  .supplier-app button:hover { box-shadow: none; transform: none; }
  .supplier-app button.primary { color: #fff; background: var(--desktop-blue); box-shadow: none; }
  .supplier-app button.primary:hover { background: var(--desktop-blue-dark); }
  .supplier-app button.ghost,
  .supplier-app button:not([class]) { color: #596171; border: 1px solid #dfe2e8; background: #fff; }
  .supplier-app button.warn { color: #cb751d; border: 1px solid #f0d4b3; background: #fff8ef; }
  .supplier-app button.danger { color: #d94f45; border: 1px solid #f0cbc8; background: #fff4f3; }
  .supplier-app input,
  .supplier-app select,
  .supplier-app textarea {
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid #dfe2e8;
    border-radius: 4px;
    color: #3e4553;
    background: #fff;
    font-size: 11px;
  }
  .supplier-app input:focus,
  .supplier-app select:focus,
  .supplier-app textarea:focus { border-color: #73a5f2; box-shadow: 0 0 0 3px rgba(47,118,232,.08); }
  .supplier-app label { gap: 5px; color: #656c7a; font-size: 11px; font-weight: 500; }
  .supplier-app .form-grid { gap: 11px; }
  .supplier-app .table-wrap { border: 1px solid #e6e8ed; border-radius: 4px; }
  .supplier-app table { background: #fff; }
  .supplier-app th,
  .supplier-app td { padding: 10px 11px; border-bottom: 1px solid #eceef2; font-size: 11px; vertical-align: middle; }
  .supplier-app th { position: static; color: #747b89; background: #f7f8fa; font-weight: 600; }
  .supplier-app tbody tr:hover { background: #f9fbff; }
  .supplier-app .pill { gap: 4px; padding: 4px 7px; border-radius: 3px; font-size: 10px; font-weight: 600; }
  .supplier-app .pill-icon { display: none; }
  .supplier-app .empty { min-height: 82px; display: grid; place-items: center; padding: 16px; border-radius: 4px; color: #a0a5af; background: #fff; }
  .supplier-app .empty::before { width: 28px; height: 28px; margin-bottom: 6px; border-radius: 7px; font-size: 8px; }
  .supplier-app .tax-box { border-radius: 4px; }
  .desktop-footer { padding: 0 18px 18px; color: #a2a7b1; font-size: 10px; text-align: center; }
  .desktop-new-order {
    position: fixed;
    right: 0;
    top: 42%;
    z-index: 20;
    width: 38px;
    min-height: 106px;
    display: grid;
    place-content: center;
    padding: 9px 7px;
    border-radius: 5px 0 0 5px !important;
    color: #fff;
    background: var(--desktop-blue) !important;
    box-shadow: 0 8px 20px rgba(47,118,232,.22) !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
  }
  .desktop-new-order em { margin: 5px 0 0; writing-mode: horizontal-tb; }

  .desktop-reference-dashboard { display: grid; gap: 14px; }
  .desktop-quality-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .desktop-quality-card { display: grid; grid-template-columns: minmax(160px, .7fr) 1fr; align-items: center; gap: 18px; }
  .desktop-quality-card header { display: flex; align-items: center; gap: 11px; }
  .desktop-quality-card header > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 5px; color: #367de8; background: #edf4ff; }
  .desktop-quality-card:nth-child(2) header > span { color: #e38b27; background: #fff5e8; }
  .desktop-quality-card header svg { width: 16px; height: 16px; }
  .desktop-quality-card header h2 { margin: 0 0 3px; }
  .desktop-quality-card header p,
  .desktop-block-title p { margin: 0; color: #9ba0aa; font-size: 10px; }
  .desktop-quality-card > div { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid #eceef2; }
  .desktop-quality-card > div span { display: grid; gap: 4px; padding: 4px 18px; color: #8c929f; font-size: 10px; }
  .desktop-quality-card > div b { color: #3e4553; font-size: 20px; }
  .desktop-dashboard-block { padding: 0 !important; overflow: hidden; }
  .desktop-block-title { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border-bottom: 1px solid #eceef2; }
  .desktop-block-title > div { display: grid; gap: 2px; }
  .desktop-block-title h2 { margin: 0 !important; }
  .desktop-block-title > button,
  .desktop-block-title > span { color: #7e8593; background: transparent; box-shadow: none; font-size: 10px; }
  .desktop-stat-cells { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .desktop-stat-cells button { min-height: 84px; display: grid; align-content: center; justify-items: start; gap: 8px; padding: 13px 17px; border-right: 1px solid #eceef2; border-bottom: 1px solid #eceef2; border-radius: 0; color: #808694; background: #fff; box-shadow: none; text-align: left; }
  .desktop-stat-cells button:nth-child(4n) { border-right: 0; }
  .desktop-stat-cells button:nth-last-child(-n+4) { border-bottom: 0; }
  .desktop-stat-cells button:hover { background: #fbfcff; }
  .desktop-stat-cells span { font-size: 10px; }
  .desktop-stat-cells b { color: #3c4351; font-size: 19px; }
  .desktop-dashboard-columns { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 14px; }
  .desktop-dashboard-columns .table-wrap { border: 0; border-radius: 0; }
  .desktop-dashboard-columns .notice-board { border: 0; border-radius: 0; }
  .desktop-dashboard-columns .notice-row { min-height: 44px; border-radius: 0; }
  .desktop-product-cell { min-width: 170px; display: flex; align-items: center; gap: 9px; }
  .desktop-product-cell > div { min-width: 0; display: grid; gap: 2px; }
  .desktop-product-cell b,
  .desktop-product-cell small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .desktop-product-cell small { color: #9aa0ab; font-size: 9px; }
  .desktop-product-logo { width: 32px; height: 32px; flex: 0 0 32px; padding: 2px; border-radius: 5px; box-shadow: none; }

  .desktop-product-page,
  .desktop-order-page { display: grid; gap: 12px; }
  .desktop-product-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
  .desktop-product-search { width: min(420px, 50%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 5px; }
  .desktop-product-search > svg { width: 17px; height: 17px; color: #8e95a2; }
  .desktop-rule-marquee { min-height: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 13px; overflow: hidden; border: 1px solid #f3ddbd; border-radius: 4px; color: #916221; background: #fffaf0; }
  .desktop-rule-marquee > span { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; }
  .desktop-rule-marquee svg { width: 14px; height: 14px; }
  .desktop-rule-marquee p { margin: 0; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .desktop-rule-marquee button { color: #b46d1e; background: transparent; }
  .desktop-product-main { padding: 0 !important; overflow: hidden; }
  .desktop-product-tabs,
  .desktop-order-tabs { min-height: 49px; display: flex; align-items: end; gap: 24px; padding: 0 16px; border-bottom: 1px solid #eceef2; }
  .desktop-product-tabs button,
  .desktop-order-tabs button { position: relative; min-height: 49px; padding: 0 2px; border-radius: 0; color: #767d8b; background: transparent; box-shadow: none; }
  .desktop-product-tabs button.active,
  .desktop-order-tabs button.active { color: var(--desktop-blue); }
  .desktop-product-tabs button.active::after,
  .desktop-order-tabs button.active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--desktop-blue); }
  .desktop-product-tabs small,
  .desktop-order-tabs small { margin-left: 4px; color: #a5aab4; font-size: 9px; }
  .desktop-brand-strip { display: flex; gap: 8px; padding: 13px 16px; overflow-x: auto; border-bottom: 1px solid #eceef2; background: #fbfbfc; }
  .desktop-brand-strip button { min-width: 82px; display: grid; justify-items: center; gap: 4px; padding: 8px 7px; color: #6b7280; border: 1px solid #e7e9ed; background: #fff; box-shadow: none; }
  .desktop-brand-strip button:hover { border-color: #a9c8f7; color: var(--desktop-blue); }
  .desktop-brand-logo { width: 30px; height: 30px; padding: 2px; border-radius: 5px; box-shadow: none; }
  .desktop-brand-strip span { max-width: 70px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .desktop-product-table { border: 0 !important; border-radius: 0 !important; }
  .desktop-product-table td:last-child { min-width: 340px; }
  .desktop-product-actions { flex-wrap: nowrap; gap: 5px; }
  .desktop-product-actions button { padding: 5px 7px; font-size: 9px; white-space: nowrap; }
  .desktop-price { color: #ea664e; }
  .desktop-time-limit { color: #d88023; }
  .desktop-pagination { min-height: 50px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; padding: 0 14px; border-top: 1px solid #eceef2; color: #8e949f; font-size: 10px; }
  .desktop-pagination button,
  .desktop-pagination b { min-width: 30px; min-height: 28px; display: grid; place-items: center; padding: 0 7px; border: 1px solid #e0e3e8; border-radius: 3px; color: #7e8592; background: #fff; font-size: 10px; }
  .desktop-pagination b { color: #fff; border-color: var(--desktop-blue); background: var(--desktop-blue); }

  .desktop-order-filter { padding: 0 !important; overflow: hidden; }
  .desktop-order-form { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)) auto auto; align-items: end; gap: 10px; padding: 14px 16px 10px; }
  .desktop-order-form label { min-width: 0; }
  .desktop-date-shortcuts { display: flex; align-items: center; gap: 7px; padding: 0 16px 13px; color: #8f95a1; font-size: 10px; }
  .desktop-date-shortcuts button { min-height: 27px; padding: 4px 9px; }
  .desktop-date-shortcuts .desktop-export-button { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; color: #4d73a8; background: #f2f6fc; }
  .desktop-export-button svg { width: 13px; height: 13px; }
  .desktop-order-table { padding: 0 !important; overflow: hidden; }
  .desktop-order-table .table-wrap { border: 0; border-radius: 0; }
  .desktop-order-table .order-no-cell { min-width: 170px; }
  .desktop-order-table .mini-icon { width: 28px; height: 28px; flex-basis: 28px; border-radius: 4px; color: #4c7cbd; background: #eef4fc; font-size: 9px; }
  .desktop-order-table .order-product-logo { width: 32px; height: 32px; flex-basis: 32px; border-radius: 5px; box-shadow: none; }
  .supplier-app .realname-card,
  .supplier-app .withdraw-page { max-width: 1180px; }
  .realname-service-alert,
  .realname-approved-panel,
  .withdraw-setup-guide {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin: 14px 0;
    padding: 14px 16px;
    border: 1px solid #dce8f7;
    border-radius: 5px;
    background: #f8fbff;
  }
  .realname-service-alert > span,
  .realname-approved-panel > span,
  .withdraw-setup-guide > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #2f76e8;
    background: #eaf2ff;
  }
  .realname-service-alert svg,
  .realname-approved-panel svg,
  .withdraw-setup-guide svg { width: 17px; height: 17px; }
  .realname-service-alert b,
  .realname-approved-panel b,
  .withdraw-setup-guide b { font-size: 13px; }
  .realname-service-alert p,
  .realname-approved-panel p,
  .withdraw-setup-guide p { margin: 3px 0 0; color: #7d8491; font-size: 10px; }
  .desktop-order-table .action-col { min-width: 185px; gap: 5px; }
  .desktop-order-table .action-col button { padding: 5px 7px; font-size: 9px; }
  .desktop-order-table .btn-icon { display: none; }
  .desktop-record-page { padding: 0 !important; overflow: hidden; }
  .desktop-record-page > .table-wrap { border: 0; border-radius: 0; }

  .supplier-app .modal { z-index: 100; background: rgba(22, 25, 34, .46); }
  .supplier-app .modal > .card { width: min(760px, calc(100% - 40px)); max-height: calc(100vh - 50px); overflow-y: auto; border-radius: 6px; box-shadow: 0 20px 60px rgba(20, 24, 34, .22); }
}

@keyframes desktop-refresh-spin { to { transform: rotate(360deg); } }

@media (min-width: 701px) and (max-width: 1180px) {
  .desktop-limit,
  .desktop-role-tag { display: none; }
  .desktop-dashboard-columns { grid-template-columns: 1fr; }
  .desktop-order-form { grid-template-columns: repeat(3, minmax(120px, 1fr)) auto auto; }
}

/* 供货商端手机首页：浅色社区式信息架构，订单、成员、公告同屏可达 */
.modal-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.modal-titlebar h2 { margin: 0; }
.modal-titlebar > button {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  color: #7b8390;
  background: #f3f5f7;
  box-shadow: none;
  font-size: 24px;
  font-weight: 300;
}
.product-editor-form { display: grid; gap: 16px; }
.product-editor-section {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e9edf1;
  border-radius: 14px;
  background: #fbfcfd;
}
.product-editor-section > header { display: flex; align-items: center; gap: 10px; }
.product-editor-section > header > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #2e78a0;
  background: #e7f4f8;
  font-size: 12px;
  font-weight: 900;
}
.product-editor-section h3 { margin: 0; font-size: 16px; }
.product-editor-section header p { margin: 2px 0 0; color: #949ba5; font-size: 11px; }
.product-editor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-editor-grid .wide { grid-column: 1 / -1; }
.product-editor-media {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 13px;
  border-radius: 12px;
  background: #fff;
}
.product-editor-media label { min-width: 0; }
.product-editor-media label b { display: block; margin-bottom: 7px; }
.product-editor-description { display: grid; gap: 7px; }
.product-editor-submit {
  position: sticky;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 10px;
  padding: 13px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 26%);
}
.product-editor-submit button { min-height: 44px; }
.modal .card:has(.product-editor-form) > .modal-footer { display: none; }

@media (max-width: 700px) {
  body:has(.supplier-video-replica) {
    color: #263238;
    background: #f7f7f3 !important;
  }
  .supplier-video-replica {
    --community-ink: #252b2d;
    --community-muted: #7f898b;
    --community-cream: #f8f5ed;
    --community-blue: #dff0f5;
    --community-yellow: #fff0b9;
    --community-lilac: #ece4ff;
    --community-accent: #3d8ca4;
    background: #f7f7f3 !important;
  }
  .supplier-video-replica .section { background: #f7f7f3; }
  .supplier-video-replica .mobile-video-floats {
    display: none !important;
  }
  .supplier-video-replica .mobile-video-menu,
  .supplier-video-replica .mobile-video-new-order {
    position: relative;
    width: 44px;
    height: 44px;
    min-height: 44px;
    display: grid;
    place-items: center;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(91, 119, 124, .14);
    border-radius: 50%;
    color: #4f686d;
    background: rgba(255,255,255,.94);
    box-shadow: 0 7px 20px rgba(54, 82, 86, .12);
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
  .supplier-video-replica .mobile-video-menu { border-width: 1px; }
  .supplier-video-replica .mobile-video-menu > i { display: none; }
  .supplier-video-replica .mobile-video-menu svg,
  .supplier-video-replica .mobile-video-new-order svg { width: 19px; height: 19px; }
  .supplier-video-replica .mobile-video-menu > span,
  .supplier-video-replica .mobile-video-new-order > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .supplier-video-replica .mobile-video-new-order {
    border-color: rgba(84, 155, 174, .26);
    color: #fff;
    background: linear-gradient(145deg, #6eb3c1, #418ca0);
  }
  .supplier-video-replica .mobile-video-new-order > em {
    position: absolute;
    top: -5px;
    right: -3px;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #f08061;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
  }

  .supplier-video-replica .community-home {
    min-height: calc(100dvh - 54px);
    padding: 0 0 26px;
    overflow: hidden;
    color: var(--community-ink);
    background:
      radial-gradient(circle at 94% 18%, rgba(193, 224, 226, .34), transparent 27%),
      #f7f7f3;
  }
  .community-home-hero {
    position: relative;
    min-height: 575px;
    padding: calc(13px + env(safe-area-inset-top)) 18px 145px;
    overflow: hidden;
    border-radius: 0 0 38px 38px;
    background:
      radial-gradient(circle at 16% 7%, rgba(255,255,255,.9), transparent 30%),
      linear-gradient(165deg, #faf8f1 0%, #f7f4ed 48%, #e8f3f3 100%);
  }
  .community-home-top {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .community-user {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: var(--community-ink);
    text-align: left;
    background: transparent;
    box-shadow: none;
  }
  .community-user > span:last-child { min-width: 0; display: grid; gap: 2px; }
  .community-user b,
  .community-user small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .community-user b { font-size: 14px; }
  .community-user small { color: #919897; font-size: 9px; }
  .community-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,.88);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #8cbfca, #568e9b);
    box-shadow: 0 7px 18px rgba(60, 95, 101, .16);
    font-size: 16px;
    font-weight: 900;
  }
  .community-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .community-home-top > div { display: flex; gap: 7px; }
  .community-home-top > div button {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    color: #343b3d;
    background: rgba(255,255,255,.76);
    box-shadow: 0 5px 16px rgba(66, 82, 84, .08);
  }
  .community-home-top > div svg { width: 18px; height: 18px; }
  .community-home-copy {
    position: relative;
    z-index: 4;
    margin-top: 35px;
    max-width: 96%;
  }
  .community-home-copy > span {
    color: #7c9598;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .community-home-copy h2 {
    margin: 10px 0 9px;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
    letter-spacing: -.06em;
  }
  .community-home-copy h2 i { color: #eab53d; font-style: normal; }
  .community-home-copy p { margin: 0; color: #888f8f; font-size: 12px; }
  .community-home-scene {
    position: absolute;
    z-index: 1;
    right: 18px;
    left: 18px;
    bottom: 72px;
    width: calc(100% - 36px);
    max-width: none;
    height: auto;
    object-fit: contain;
    filter: saturate(.92);
  }
  .community-hero-metrics {
    position: absolute;
    z-index: 5;
    right: 16px;
    bottom: 88px;
    left: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 11px 7px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 30px rgba(72, 96, 98, .1);
    backdrop-filter: blur(15px);
  }
  .community-hero-metrics button {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 2px 5px;
    border-right: 1px solid rgba(84, 111, 114, .12);
    border-radius: 0;
    color: #7b8586;
    background: transparent;
    box-shadow: none;
  }
  .community-hero-metrics button:last-child { border-right: 0; }
  .community-hero-metrics b {
    overflow: hidden;
    color: #304044;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .community-hero-metrics span { font-size: 9px; }
  .community-entry-grid {
    position: relative;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: -72px 13px 0;
  }
  .community-entry-grid > button {
    position: relative;
    min-width: 0;
    min-height: 128px;
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 4px;
    padding: 14px 11px 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 20px;
    color: #333a3b;
    text-align: left;
    box-shadow: 0 10px 24px rgba(58, 78, 80, .08);
  }
  .community-entry-grid > button.orders { background: linear-gradient(150deg, #fff4c8, #ffe9a4); }
  .community-entry-grid > button.statistics { background: linear-gradient(150deg, #e4f3f8, #d4eaf2); }
  .community-entry-grid > button.notices { background: linear-gradient(150deg, #eee8ff, #e2d7fb); }
  .community-entry-grid > button > span {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    margin-bottom: 2px;
    border-radius: 12px;
    color: #37484c;
    background: rgba(255,255,255,.62);
  }
  .community-entry-grid svg { width: 18px; height: 18px; }
  .community-entry-grid b { font-size: 13px; }
  .community-entry-grid small {
    min-height: 30px;
    color: rgba(50, 59, 60, .62);
    font-size: 9px;
    line-height: 1.55;
  }
  .community-entry-grid em {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #4d5d60;
    background: rgba(255,255,255,.67);
    font-size: 18px;
    font-style: normal;
  }
  .community-feed-section {
    margin: 18px 13px 0;
    padding: 15px;
    border: 1px solid rgba(87, 110, 112, .08);
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 9px 26px rgba(65, 86, 88, .055);
  }
  .community-feed-section > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
  }
  .community-feed-section > header div { display: grid; gap: 2px; }
  .community-feed-section > header span {
    color: #94a09f;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
  }
  .community-feed-section > header h3 { margin: 0; font-size: 17px; }
  .community-feed-section > header > button {
    padding: 3px 0;
    color: #879392;
    background: transparent;
    box-shadow: none;
    font-size: 9px;
  }
  .community-order-list { display: grid; }
  .community-order-list > button {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid #eff1ee;
    border-radius: 0;
    color: #394345;
    text-align: left;
    background: transparent;
    box-shadow: none;
  }
  .community-order-list > button:last-child { border-bottom: 0; }
  .community-order-list .order-product-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
    box-shadow: none;
  }
  .community-order-list > button > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
  .community-order-list b,
  .community-order-list small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .community-order-list b { font-size: 12px; }
  .community-order-list small { color: #98a09f; font-size: 8px; }
  .community-order-list strong {
    padding: 4px 7px;
    border-radius: 999px;
    color: #55808a;
    background: #eaf4f5;
    font-size: 8px;
  }
  .community-member-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .community-member-list button {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 11px 4px;
    color: #495253;
    background: #f8faf8;
    box-shadow: none;
  }
  .community-member-list button > span {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #91c3cc, #5b99a7);
    font-size: 13px;
    font-weight: 900;
  }
  .community-member-list b,
  .community-member-list small {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .community-member-list b { font-size: 10px; }
  .community-member-list small { color: #9aa3a2; font-size: 8px; }
  .community-notice-list { display: grid; }
  .community-notice-list > button {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    padding: 11px 0;
    border-bottom: 1px solid #eff1ee;
    border-radius: 0;
    color: #495253;
    text-align: left;
    background: transparent;
    box-shadow: none;
  }
  .community-notice-list > button:last-child { border-bottom: 0; }
  .community-notice-list span {
    padding: 3px 6px;
    border-radius: 8px;
    color: #9b6c22;
    background: #fff1cd;
    font-size: 8px;
  }
  .community-notice-list b {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .community-notice-list time { color: #a6acab; font-size: 7px; }
  .community-notice-list em { color: #a0a8a7; font-size: 17px; font-style: normal; }

  .supplier-video-replica .mobile-designed-empty {
    min-height: 170px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 6px;
    padding: 18px 10px;
    color: #9ba4a5;
    background: transparent;
  }
  .supplier-video-replica .mobile-designed-empty .mobile-empty-illustration {
    width: 86px;
    height: 66px;
    padding: 0;
    color: inherit;
    background: transparent;
  }
  .supplier-video-replica .mobile-designed-empty b {
    color: #687475;
    font-size: 12px;
    font-weight: 700;
  }
  .supplier-video-replica .mobile-designed-empty > span { font-size: 9px; }
  .supplier-video-replica .mobile-reference-orders-page .mobile-designed-empty,
  .supplier-video-replica .mobile-reference-brand .mobile-designed-empty,
  .supplier-video-replica .mobile-reference-team .mobile-designed-empty { min-height: 260px; }

  body:has(.supplier-app) .modal {
    align-items: end;
    padding: 0;
  }
  body:has(.supplier-app) .modal > .card {
    width: 100%;
    max-height: 90dvh;
    overflow-y: auto;
    padding-top: 15px;
    border-radius: 24px 24px 0 0;
  }
  body:has(.supplier-app) .modal-titlebar {
    position: sticky;
    top: -15px;
    z-index: 8;
    margin: -15px -15px 14px;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #edf0f1;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(14px);
  }
  body:has(.supplier-app) .modal-titlebar h2 { font-size: 18px; }
  body:has(.supplier-app) .modal-titlebar > button {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 22px;
  }
  body:has(.supplier-app) .modal > .card:has(.product-editor-form) {
    width: 100%;
    max-height: 92dvh;
    overflow-y: auto;
    padding: 0;
  }
  body:has(.supplier-app) .modal > .card:has(.product-editor-form) > .modal-titlebar {
    top: 0;
    margin: 0;
    padding: 15px 15px 11px;
  }
  .product-editor-form { gap: 10px; padding: 0 12px; }
  .product-editor-section { gap: 11px; padding: 12px; border-radius: 15px; }
  .product-editor-section > header > span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 10px;
  }
  .product-editor-section h3 { font-size: 14px; }
  .product-editor-section header p { font-size: 9px; }
  .product-editor-grid { grid-template-columns: 1fr; gap: 9px; }
  .product-editor-grid .wide { grid-column: auto; }
  .product-editor-media { grid-template-columns: auto minmax(0, 1fr); padding: 10px; }
  .product-editor-media .product-form-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .product-editor-description textarea { min-height: 76px; }
  .product-editor-submit {
    position: static;
    bottom: 0;
    grid-template-columns: .7fr 1.3fr;
    margin: 0 -12px;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #edf0f1;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(14px);
  }
}

@media (max-width: 360px) {
  .community-home-hero { min-height: 548px; padding-right: 14px; padding-left: 14px; }
  .community-home-copy { max-width: 78%; }
  .community-home-copy h2 { font-size: 31px; }
  .community-home-scene { right: 14px; left: 14px; width: calc(100% - 28px); }
  .community-entry-grid { margin-right: 9px; margin-left: 9px; gap: 5px; }
  .community-entry-grid > button { min-height: 122px; padding-right: 8px; padding-left: 8px; }
  .community-entry-grid b { font-size: 12px; }
  .community-feed-section { margin-right: 9px; margin-left: 9px; }
}

/* 2026-08-07 三段客户视频逐项整改：全局搜索、真实报价价档、详情与隐私提示 */
@media (max-width: 700px) {
  .mobile-search-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
    padding: 7px 10px;
    border-radius: 11px;
    color: #667477;
    background: rgba(255,255,255,.78);
    font-size: 9px;
  }
  .mobile-search-summary span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-search-summary button {
    flex: 0 0 auto;
    padding: 2px 4px;
    color: #df6d2d;
    background: transparent;
    box-shadow: none;
    font-size: 9px;
  }

  .mobile-team-privacy {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: -2px 1px 8px;
    padding: 8px 10px;
    border: 1px solid rgba(80,147,160,.12);
    border-radius: 12px;
    color: #668084;
    background: #f2f9f9;
    font-size: 9px;
  }
  .mobile-team-privacy svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #4f929d;
  }

  body:has(.supplier-app) .modal > .card:has(.supply-quote-form) {
    width: 100%;
    max-height: 92dvh;
    overflow-y: auto;
    padding: 0;
  }
  body:has(.supplier-app) .modal > .card:has(.supply-quote-form) > .modal-titlebar {
    top: 0;
    margin: 0;
    padding: 14px 14px 10px;
  }
  .supply-quote-form {
    display: grid;
    gap: 11px;
    padding: 0 12px;
  }
  .supply-quote-product {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border: 1px solid #edf0ef;
    border-radius: 15px;
    background: #fbfcfb;
  }
  .supply-quote-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
    box-shadow: none;
  }
  .supply-quote-product > div {
    min-width: 0;
    display: grid;
    gap: 3px;
  }
  .supply-quote-product b,
  .supply-quote-product small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .supply-quote-product b { color: #344144; font-size: 13px; }
  .supply-quote-product small { color: #929c9d; font-size: 8px; }
  .supply-quote-product > button {
    padding: 6px 8px;
    color: #55808a;
    border: 1px solid #dcebed;
    background: #f3fafb;
    box-shadow: none;
    font-size: 9px;
  }
  .supply-market-summary {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #edf0ef;
    border-radius: 15px;
    background: #edf0ef;
  }
  .supply-market-summary span {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 10px 6px;
    text-align: center;
    background: #fff;
  }
  .supply-market-summary small { color: #98a0a0; font-size: 8px; }
  .supply-market-summary b {
    overflow: hidden;
    color: #48676d;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .supply-quote-section {
    display: grid;
    gap: 9px;
    padding: 11px;
    border: 1px solid #e8eeee;
    border-radius: 15px;
    background: #fbfdfd;
  }
  .supply-quote-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
  }
  .supply-quote-heading h3 { margin: 0 0 3px; color: #364548; font-size: 13px; }
  .supply-quote-heading p { margin: 0; color: #929d9e; font-size: 8px; line-height: 1.55; }
  .supply-quote-heading strong {
    flex: 0 0 auto;
    padding: 5px 7px;
    border-radius: 9px;
    color: #a96721;
    background: #fff1d9;
    font-size: 8px;
  }
  .supply-quote-tiers {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 7px;
  }
  .supply-quote-tiers button {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 9px 4px;
    border: 1px solid #e4e9e8;
    color: #758082;
    background: #fff;
    box-shadow: none;
  }
  .supply-quote-tiers button b { color: #47585b; font-size: 13px; }
  .supply-quote-tiers button span { font-size: 8px; }
  .supply-quote-tiers button small {
    overflow: hidden;
    color: #a3aaab;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .supply-quote-tiers button.active {
    border-color: #f19a64;
    color: #d76829;
    background: #fff6ef;
    box-shadow: 0 7px 18px rgba(229,112,48,.08);
  }
  .supply-quote-tiers button.active b { color: #d86424; }
  .supply-quote-fields {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
  }
  .supply-quote-fields label { position: relative; }
  .supply-quote-fields label span {
    position: absolute;
    right: 10px;
    bottom: 11px;
    color: #9ba4a5;
    font-size: 9px;
  }
  .supply-quote-fields label:nth-child(2) input { padding-right: 38px; }
  .supply-quote-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #e7eded;
    border-radius: 14px;
    background: #fff;
  }
  .supply-quote-switch > span { display: grid; gap: 2px; }
  .supply-quote-switch b { color: #3f4e50; font-size: 11px; }
  .supply-quote-switch small { color: #949e9f; font-size: 8px; }
  .supply-quote-switch input {
    width: 38px;
    height: 22px;
    min-height: 0;
    accent-color: #55a8a9;
  }
  .supply-quote-submit {
    position: sticky;
    bottom: 0;
    z-index: 7;
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 8px;
    margin: 0 -12px;
    padding: 11px 12px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid #edf0ef;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(14px);
  }

  .mobile-order-detail {
    display: grid;
    gap: 12px;
  }
  .mobile-order-detail > header {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border-radius: 15px;
    background: #f7faf9;
  }
  .mobile-order-detail > header .order-product-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
  }
  .mobile-order-detail > header > div { min-width: 0; display: grid; gap: 3px; }
  .mobile-order-detail > header b,
  .mobile-order-detail > header small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-order-detail > header b { color: #3d4a4c; font-size: 13px; }
  .mobile-order-detail > header small { color: #98a1a2; font-size: 8px; }
  .mobile-order-detail dl {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    margin: 0;
  }
  .mobile-order-detail dl div {
    min-width: 0;
    display: grid;
    gap: 3px;
    padding: 9px;
    border: 1px solid #edf0ef;
    border-radius: 12px;
    background: #fff;
  }
  .mobile-order-detail dt { color: #9aa2a3; font-size: 8px; }
  .mobile-order-detail dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #465456;
    font-size: 10px;
    font-weight: 700;
  }
  .order-detail-proof {
    min-height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #4f8890;
    background: #edf8f8;
    font-size: 10px;
    font-weight: 800;
  }
  .order-detail-proof.empty-proof { color: #969fa0; background: #f5f6f6; }
  .mobile-order-detail section { display: grid; gap: 8px; }
  .mobile-order-detail section h3 { margin: 0; color: #465355; font-size: 13px; }
  .order-detail-timeline { display: grid; }
  .order-detail-timeline > div {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 7px;
    min-width: 0;
  }
  .order-detail-timeline i {
    position: relative;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #67aab2;
    box-shadow: 0 0 0 1px #aed1d5;
  }
  .order-detail-timeline i::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 1px;
    height: calc(100% + 34px);
    background: #dde8e9;
  }
  .order-detail-timeline > div:last-child i::after { display: none; }
  .order-detail-timeline span {
    min-width: 0;
    display: grid;
    gap: 2px;
    padding: 0 0 11px;
  }
  .order-detail-timeline b { color: #4b585a; font-size: 10px; }
  .order-detail-timeline small { color: #858f90; font-size: 8px; line-height: 1.5; }
  .order-detail-timeline time,
  .order-detail-aftersales time { color: #a7adae; font-size: 7px; }
  .order-detail-aftersales {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 4px 8px;
    margin: 0;
    padding: 9px;
    border-radius: 12px;
    background: #fff7f1;
  }
  .order-detail-aftersales b { color: #d56d2f; font-size: 9px; }
  .order-detail-aftersales span { color: #6d7778; font-size: 9px; }
  .order-detail-aftersales time { grid-column: 2; }
}

@media (max-width: 360px) {
  .supply-quote-tiers { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .supply-quote-fields,
  .mobile-order-detail dl { grid-template-columns: 1fr; }
}

/* 2026-08-08 客户会议交付：官方品牌、接单设置、公告中心与平台商品档案 */
.brand-mark,
.supplier-app .brand-mark,
.desktop-side-brand .brand-mark {
  color: transparent !important;
  font-size: 0 !important;
  background-color: #fff !important;
  background-image: url("brand-assets/qxm-logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 88% 88% !important;
  box-shadow: 0 8px 24px rgba(43, 76, 82, .14) !important;
}
.qxm-official-home-scene {
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 18px 28px rgba(68, 96, 101, .12));
}
.supplier-quick-settings { display: grid; gap: 14px; }
.quick-setting-recipient {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg,#eef9f8,#f7fbff);
}
.quick-setting-recipient > span,
.quick-setting-list > div > span > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 11px;
  color: #438b91;
  background: #fff;
}
.quick-setting-recipient div { display: grid; gap: 3px; }
.quick-setting-recipient small,
.quick-setting-list small { color: #8a999b; }
.quick-setting-recipient button { min-height: 32px; padding: 6px 12px; }
.quick-setting-list { display: grid; }
.quick-setting-list > div {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 2px;
  border-bottom: 1px solid #edf1f1;
}
.quick-setting-list > div > span:first-child {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 2px 10px;
  align-items: center;
}
.quick-setting-list > div > span:first-child > svg { grid-row: 1 / span 2; }
.quick-setting-list b { color: #405254; font-size: 14px; }
.quick-setting-list small { font-size: 11px; }
.quick-setting-switch { position: relative; flex: 0 0 auto; }
.quick-setting-switch input { position: absolute; opacity: 0; pointer-events: none; }
.quick-setting-switch i {
  position: relative;
  width: 43px;
  height: 24px;
  display: block;
  border-radius: 999px;
  background: #dce3e3;
  transition: .2s ease;
}
.quick-setting-switch i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(33,55,58,.2);
  transition: .2s ease;
}
.quick-setting-switch input:checked + i { background: #59a8ac; }
.quick-setting-switch input:checked + i::after { transform: translateX(19px); }
.quick-setting-number > span:last-child { display: flex; align-items: center; gap: 10px; }
.quick-setting-number > span:last-child button { width: 31px; height: 31px; padding: 0; border-radius: 9px; }
.quick-setting-number > span:last-child b { min-width: 24px; text-align: center; font-size: 16px; }
.quick-supply-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.quick-supply-actions button { justify-content: center; }
.supplier-quick-settings > p { margin: 0; color: #789092; font-size: 11px; text-align: center; }
.supplier-quick-settings > p svg { width: 14px; height: 14px; margin-right: 5px; vertical-align: -2px; }

.modal:has(.announcement-center) { align-items: center; padding: 22px; }
.modal:has(.announcement-center) > .card {
  width: min(520px,100%);
  max-height: min(760px,calc(100vh - 44px));
  padding: 0;
  overflow: hidden auto;
  border: 1px solid rgba(89,155,160,.18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(46,70,73,.24);
}
.modal:has(.announcement-center) .modal-titlebar {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 13px;
  padding: 0;
  border: 0;
}
.modal:has(.announcement-center) .modal-titlebar h2 { display: none; }
.modal:has(.announcement-center) .modal-titlebar button {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  color: #718285;
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 14px rgba(42,67,71,.1);
}
.announcement-center { display: grid; gap: 17px; }
.announcement-center > header {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 14px;
  align-items: center;
  padding: 28px 30px 22px;
  background: linear-gradient(135deg,#eaf8f7,#f9fcfa 56%,#fff4dd);
}
.announcement-center.critical > header { background: linear-gradient(135deg,#fff0ed,#fff9f5 58%,#fff2d8); }
.announcement-bell {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg,#56aaa9,#79c4b9);
  box-shadow: 0 10px 24px rgba(68,156,158,.24);
}
.announcement-center.critical .announcement-bell { background: linear-gradient(135deg,#ef765c,#f3a447); }
.announcement-bell svg { width: 25px; height: 25px; }
.announcement-center header div { display: grid; gap: 4px; }
.announcement-center header em { color: #58969a; font-size: 11px; font-style: normal; font-weight: 800; }
.announcement-center header h2 { margin: 0; padding-right: 24px; color: #344b4e; font-size: 20px; line-height: 1.35; }
.announcement-center header time { color: #91a0a1; font-size: 11px; }
.announcement-summary,
.announcement-copy,
.announcement-video,
.announcement-video-link,
.announcement-ack,
.announcement-center > footer { margin-right: 30px; margin-left: 30px; }
.announcement-summary { margin-top: 0; margin-bottom: 0; color: #516669; font-size: 14px; font-weight: 800; }
.announcement-copy { color: #58686a; font-size: 14px; line-height: 1.9; overflow-wrap: anywhere; }
.announcement-video { width: calc(100% - 60px); max-height: 280px; border-radius: 16px; background: #152022; }
.announcement-video-link { display: grid; place-items: center; min-height: 46px; border-radius: 13px; color: #fff; background: #559ea2; font-weight: 800; }
.announcement-ack { display: flex; align-items: flex-start; gap: 8px; padding: 12px; border-radius: 12px; color: #a15b36; background: #fff5ec; font-size: 12px; }
.announcement-center > footer { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-bottom: 28px; }
.announcement-center > footer button { justify-content: center; }
.announcement-center > footer .announcement-must-read { align-self: center; color: #9a6a4d; font-size: 11px; text-align: center; }
.announcement-list-page { display: grid; gap: 8px; }
.announcement-list-page > button {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #ebf0ef;
  border-radius: 15px;
  text-align: left;
  background: #fff;
  box-shadow: none;
}
.announcement-list-page > button.unread { border-color: #cfe9e7; background: #f4fbfa; }
.announcement-list-page > button > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #4d999d; background: #e7f5f4; }
.announcement-list-page svg { width: 19px; height: 19px; }
.announcement-list-page div { min-width: 0; display: grid; gap: 3px; }
.announcement-list-page em { color: #6aa1a4; font-size: 9px; font-style: normal; font-weight: 800; }
.announcement-list-page b,
.announcement-list-page small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.announcement-list-page b { color: #405254; font-size: 13px; }
.announcement-list-page small,
.announcement-list-page time { color: #929d9e; font-size: 10px; }
.announcement-list-page > button > i { color: #9ba7a7; font-style: normal; }
.notice-switches { display: grid; gap: 10px; }
.notice-switches label { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.notice-switches select { width: auto; min-width: 100px; }
.catalog-admin-form textarea[name="tier_text"] { min-height: 150px; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; line-height: 1.7; }
.catalog-admin-form label small { margin-top: 5px; color: #7d8d8f; font-size: 11px; }
.admin-notice-layout { display: grid; gap: 18px; }
.admin-notice-layout > .card:first-child { max-width: 980px; }

@media (max-width: 700px) {
  .modal:has(.announcement-center) { align-items: center !important; padding: 16px !important; }
  .modal:has(.announcement-center) > .card {
    width: min(356px, 100%) !important;
    max-height: calc(100dvh - 32px) !important;
    padding: 0 !important;
    border-radius: 20px !important;
  }
  .modal:has(.announcement-center) .modal-titlebar {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }
  .modal:has(.announcement-center) .modal-titlebar button { display: none; }
  .announcement-center { gap: 12px; }
  .announcement-center > header { padding: 20px 17px 16px; }
  .announcement-bell { width: 44px; height: 44px; border-radius: 14px; }
  .announcement-bell svg { width: 22px; height: 22px; }
  .announcement-center header h2 { padding-right: 12px; font-size: 17px; }
  .announcement-summary,
  .announcement-copy,
  .announcement-video,
  .announcement-video-link,
  .announcement-ack,
  .announcement-center > footer { margin-right: 17px; margin-left: 17px; }
  .announcement-summary { font-size: 13px; }
  .announcement-copy { font-size: 13px; line-height: 1.7; }
  .announcement-video { width: calc(100% - 40px); }
  .announcement-ack {
    align-items: flex-start;
    gap: 9px;
    padding: 11px 12px;
    line-height: 1.55;
  }
  .announcement-ack input {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px;
    min-height: 18px !important;
    flex: 0 0 18px;
    margin: 1px 0 0;
  }
  .announcement-ack span { min-width: 0; }
  .announcement-center > footer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 17px;
  }
  .announcement-center > footer .announcement-must-read {
    order: 1;
    line-height: 1.45;
  }
  .announcement-center > footer button {
    order: 2;
    min-height: 44px;
  }
  .announcement-center > footer button:disabled { opacity: .52; cursor: not-allowed; }
  .notice-preference-grid { grid-template-columns: 1fr; }
  .community-home-scene.qxm-official-home-scene {
    right: auto;
    left: 50%;
    bottom: 82px;
    width: min(calc(100% - 36px), 360px);
    max-height: none;
    object-position: center;
    transform: translateX(-50%);
  }
  .quick-supply-actions { grid-template-columns: 1fr; }
}

/* 2026-08-09 会议逐项整改：手机首页数据统计、备案与客户终稿安全边界 */
.desktop-footer a { color: inherit; }
.supplier-statistics-page {
  width: min(1120px, 100%);
  display: grid;
  gap: 18px;
  margin: 0 auto;
}
.statistics-page-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 24px 26px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #438e9c, #6ab5b3 62%, #f1bd57);
  box-shadow: 0 18px 44px rgba(58, 123, 131, .18);
}
.statistics-page-head > button {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.14);
  box-shadow: none;
  font-size: 28px;
}
.statistics-page-head div { display: grid; gap: 3px; }
.statistics-page-head span { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.statistics-page-head h2 { margin: 0; font-size: 26px; }
.statistics-page-head p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; }
.statistics-page-head > svg { width: 42px; height: 42px; opacity: .86; }
.statistics-section {
  padding: 22px;
  border: 1px solid #e8eeee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(51, 79, 82, .07);
}
.statistics-section-title { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.statistics-section-title > div { display: grid; gap: 3px; }
.statistics-section-title span { color: #7ba7aa; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.statistics-section-title h3 { margin: 0; color: #344b4e; font-size: 18px; }
.statistics-section-title > button { padding: 0; color: #5a9297; background: transparent; box-shadow: none; font-size: 11px; }
.statistics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.statistics-grid > button {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 17px;
  border: 1px solid #e7efef;
  border-radius: 17px;
  color: #536467;
  text-align: left;
  background: linear-gradient(145deg, #f8fbfa, #f2f8f7);
  box-shadow: none;
}
.statistics-grid > button.blue { background: linear-gradient(145deg, #edf8fa, #e2f2f5); }
.statistics-grid > button.orange { background: linear-gradient(145deg, #fff8e9, #fff0d2); }
.statistics-grid > button span { color: #849294; font-size: 11px; }
.statistics-grid > button b { overflow: hidden; color: #31484b; font-size: 20px; text-overflow: ellipsis; white-space: nowrap; }
.statistics-grid > button em { color: #77a1a4; font-size: 9px; font-style: normal; }
.statistics-recent .community-order-list { margin: 0; }

@media (max-width: 700px) {
  .mobile-compliance-footer {
    display: grid !important;
    justify-items: center;
    gap: 5px;
    padding: 22px 12px calc(76px + env(safe-area-inset-bottom));
    color: #9aa5a6;
    background: #f7f7f3;
    font-size: 9px;
    text-align: center;
  }
  .mobile-compliance-footer a { color: #7f9294; font-size: 10px; }
  .supplier-statistics-page {
    gap: 11px;
    padding: 12px 12px 24px;
    background: #f7f8f5;
  }
  .statistics-page-head { gap: 10px; padding: 18px 16px; border-radius: 20px; }
  .statistics-page-head > button { width: 32px; height: 32px; font-size: 24px; }
  .statistics-page-head h2 { font-size: 21px; }
  .statistics-page-head p { font-size: 9px; line-height: 1.5; }
  .statistics-page-head > svg { width: 32px; height: 32px; }
  .statistics-section { padding: 15px 12px; border-radius: 18px; }
  .statistics-section-title { margin-bottom: 11px; }
  .statistics-section-title h3 { font-size: 15px; }
  .statistics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .statistics-grid > button { gap: 5px; padding: 13px 11px; border-radius: 14px; }
  .statistics-grid > button b { font-size: 16px; }
  .statistics-grid > button span { font-size: 9px; }
  .statistics-recent .community-order-list { margin: 0; }
}

@media (max-width: 360px) {
  .community-home-scene.qxm-official-home-scene { width: calc(100% - 28px); }
}

/* 2026-08-09 客户视频 b008a80a：稳定刷新、主图居中、凭证与右侧接单控件 */
.desktop-side-brand .brand-mark,
.brand .brand-mark {
  flex: 0 0 auto;
  overflow: hidden;
  color: transparent !important;
  background: #fff url('brand-assets/qxm-logo.png') center / contain no-repeat !important;
  text-indent: -9999px;
}
.announcement-only-page { width: min(900px, 100%); margin: 0 auto; }
.protected-proof-viewer { display: grid; gap: 12px; justify-items: center; }
.protected-proof-viewer img {
  width: min(100%, 760px);
  max-height: 68vh;
  object-fit: contain;
  border: 1px solid #e0e8e8;
  border-radius: 14px;
  background: #f6f8f8;
  box-shadow: 0 12px 32px rgba(37, 68, 72, .1);
}
.protected-proof-viewer p,
.proof-load-error { margin: 0; color: #748285; font-size: 12px; text-align: center; }
.proof-load-error { width: 100%; padding: 22px; border-radius: 12px; color: #b65545; background: #fff2ee; }
.capacity-readonly { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 14px; }
.capacity-readonly > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #438e9c; background: #e8f5f5; }
.capacity-readonly svg { width: 23px; height: 23px; }
.capacity-readonly b { color: #334b4e; font-size: 17px; }
.capacity-readonly p { margin: 6px 0 0; color: #778588; line-height: 1.7; }

@media (max-width: 700px) {
  .community-home-scene.qxm-official-home-scene {
    right: 0 !important;
    left: 0 !important;
    width: min(calc(100% - 24px), 360px) !important;
    max-width: none;
    margin-inline: auto;
    transform: none !important;
  }
  .supplier-video-replica .mobile-video-floats {
    right: max(8px, env(safe-area-inset-right)) !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    justify-items: end;
    gap: 8px !important;
  }
  .supplier-video-replica .mobile-video-new-order,
  .supplier-video-replica .mobile-video-capacity {
    position: relative;
    width: 38px;
    min-width: 38px;
    min-height: 94px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    padding: 7px 5px;
    border: 1px solid rgba(67, 142, 156, .28);
    border-radius: 12px;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    box-shadow: 0 7px 22px rgba(46, 94, 101, .14);
  }
  .supplier-video-replica .mobile-video-new-order {
    height: auto;
    color: #fff;
    background: linear-gradient(160deg, #68b8be, #438e9c);
  }
  .supplier-video-replica .mobile-video-capacity {
    color: #4f6b70;
    background: rgba(255, 255, 255, .96);
  }
  .supplier-video-replica .mobile-video-new-order > span,
  .supplier-video-replica .mobile-video-capacity > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
  }
  .supplier-video-replica .mobile-video-new-order svg,
  .supplier-video-replica .mobile-video-capacity svg { width: 16px; height: 16px; }
  .supplier-video-replica .mobile-video-new-order > em {
    top: -5px;
    right: -5px;
  }
  .mobile-profile .mobile-avatar img,
  .community-avatar img { width: 100%; height: 100%; object-fit: contain; }
}

@media (max-width: 360px) {
  .community-home-scene.qxm-official-home-scene { right: 0 !important; left: 0 !important; width: calc(100% - 20px) !important; }
  .supplier-video-replica .mobile-video-floats { right: max(5px, env(safe-area-inset-right)) !important; }
  .supplier-video-replica .mobile-video-new-order,
  .supplier-video-replica .mobile-video-capacity { width: 34px; min-width: 34px; min-height: 84px; padding: 6px 4px; }
}

/* 2026-08-09 客户终稿：手机供货端清新白色主题，仅调整视觉色彩 */
@media (max-width: 700px) {
  body:has(.supplier-video-replica),
  .supplier-video-replica,
  .supplier-video-replica .section {
    color: #1f3444;
    background: #f4f9fc !important;
  }
  .supplier-video-replica {
    --community-ink: #1f3444;
    --community-muted: #718898;
    --community-blue: #e9f7ff;
    --community-yellow: #effcf8;
    --community-lilac: #f2f4ff;
    --community-accent: #318fbd;
    --video-blue: #318fbd;
    --video-green: #39bda4;
    --video-orange: #4ca6d2;
  }
  .supplier-video-replica .community-home {
    color: #1f3444;
    background:
      radial-gradient(circle at 92% 10%, rgba(154, 222, 235, .24), transparent 28%),
      radial-gradient(circle at 8% 36%, rgba(182, 235, 220, .2), transparent 24%),
      #f4f9fc !important;
  }
  .community-home-hero {
    border-bottom: 1px solid #deedf4;
    background:
      radial-gradient(circle at 15% 2%, rgba(255,255,255,.98), transparent 36%),
      linear-gradient(165deg, #ffffff 0%, #f8fcff 48%, #edf9fc 100%);
    box-shadow: 0 14px 40px rgba(62, 126, 153, .08);
  }
  .community-user { color: #20384a; }
  .community-user small { color: #8195a2; }
  .community-avatar {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 8px 22px rgba(71, 139, 167, .14);
  }
  .community-home-top > div button {
    border: 1px solid #e1edf3;
    color: #456477;
    background: rgba(255,255,255,.94);
    box-shadow: 0 7px 18px rgba(70, 124, 148, .09);
  }
  .community-home-copy > span { color: #58a3b8; }
  .community-home-copy h2 { color: #173247; }
  .community-home-copy h2 i { color: #48b8a8; }
  .community-home-copy p { color: #718898; }
  .community-home-scene.qxm-official-home-scene {
    filter:
      saturate(.88)
      brightness(1.035)
      drop-shadow(0 18px 28px rgba(77, 132, 151, .1));
  }
  .community-hero-metrics {
    border-color: #deebf2;
    background: rgba(255,255,255,.93);
    box-shadow: 0 14px 34px rgba(56, 119, 146, .1);
    backdrop-filter: blur(18px);
  }
  .community-hero-metrics button {
    border-right-color: #e2edf2;
    color: #718594;
  }
  .community-hero-metrics b { color: #1c394d; }
  .community-entry-grid > button {
    border-color: #e2edf3;
    color: #213848;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(66, 125, 148, .09);
  }
  .community-entry-grid > button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
  }
  .community-entry-grid > button.orders::before {
    background: linear-gradient(90deg, #60baf0, #80d8e5);
  }
  .community-entry-grid > button.statistics::before {
    background: linear-gradient(90deg, #50c6aa, #8cddc8);
  }
  .community-entry-grid > button.notices::before {
    background: linear-gradient(90deg, #8ea9f6, #b7c7fb);
  }
  .community-entry-grid > button > span {
    color: #347896;
    background: #edf8fd;
  }
  .community-entry-grid > button.statistics > span {
    color: #2e9c85;
    background: #eafaf5;
  }
  .community-entry-grid > button.notices > span {
    color: #687fc9;
    background: #f0f3ff;
  }
  .community-entry-grid small { color: #7a8e9b; }
  .community-entry-grid em {
    color: #5d7b8d;
    background: #f2f8fb;
  }
  .community-feed-section {
    border-color: #e2edf3;
    background: #fff;
    box-shadow: 0 10px 28px rgba(66, 125, 148, .07);
  }
  .community-feed-section > header span { color: #79a8b9; }
  .community-feed-section > header h3 { color: #1f3849; }
  .community-feed-section > header > button { color: #5f91a6; }
  .community-order-list > button,
  .community-notice-list > button { border-bottom-color: #edf3f6; }
  .community-order-list > button { color: #29404f; }
  .community-order-list small { color: #8ba0ad; }
  .community-order-list strong {
    color: #348ca1;
    background: #eaf8fb;
  }
  .community-notice-list > button { color: #29404f; }
  .community-notice-list span {
    color: #348ca1;
    background: #eaf8fb;
  }
  .community-notice-list time,
  .community-notice-list em { color: #91a5b1; }
  .supplier-video-replica .mobile-video-new-order {
    border-color: rgba(61, 154, 181, .22);
    background: linear-gradient(160deg, #6ac8d4, #3d9fbd);
    box-shadow: 0 9px 24px rgba(54, 142, 168, .18);
  }
  .supplier-video-replica .mobile-video-capacity {
    border-color: #d9e8ef;
    color: #4f7183;
    background: rgba(255,255,255,.98);
    box-shadow: 0 9px 24px rgba(61, 111, 133, .1);
  }
  .supplier-video-replica .mobile-bottom-nav {
    border-top: 1px solid #dfebf1;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -8px 28px rgba(64, 116, 137, .08);
    backdrop-filter: blur(18px);
  }
  .supplier-video-replica .mobile-bottom-nav button,
  .supplier-video-replica .mobile-bottom-nav .mobile-tab-icon {
    color: #8295a1;
  }
  .supplier-video-replica .mobile-bottom-nav button.active,
  .supplier-video-replica .mobile-bottom-nav button.active .mobile-tab-icon {
    color: #278fc4;
  }
  .mobile-compliance-footer {
    color: #91a3ae;
    background: #f4f9fc;
  }
  .mobile-compliance-footer a { color: #5f8fa5; }

  .supplier-video-replica .mobile-reference-brand,
  .supplier-video-replica .mobile-reference-orders-page,
  .supplier-video-replica .mobile-reference-team,
  .supplier-video-replica .mobile-reference-profile,
  .supplier-statistics-page {
    background: #f4f9fc !important;
  }
  .supplier-video-replica .mobile-page-heading,
  .supplier-video-replica .mobile-product-toolbar,
  .supplier-video-replica .mobile-team-tabs {
    border-color: #e4edf2;
    background: #fff;
  }
  .supplier-video-replica .mobile-search,
  .supplier-video-replica .mobile-order-search label,
  .supplier-video-replica .mobile-team-filter label {
    border-color: #9ed2e5;
    background: #fff;
    box-shadow: 0 5px 16px rgba(63, 133, 160, .06);
  }
  .supplier-video-replica .mobile-search-icon,
  .supplier-video-replica .mobile-order-search label svg,
  .supplier-video-replica .mobile-team-filter label svg {
    color: #5794ad;
  }
  .supplier-video-replica .mobile-search button,
  .supplier-video-replica .mobile-order-search > button,
  .supplier-video-replica .mobile-team-filter > button {
    color: #fff;
    background: linear-gradient(135deg, #56b4de, #318fbd);
  }
  .supplier-video-replica .mobile-order-search > button.unread {
    border-color: #9ed2e5;
    color: #4e7e93;
    background: #fff;
  }
  .supplier-video-replica .mobile-rule-ticker {
    border-color: #d9ecf4;
    color: #577587;
    background: #edf8fc;
  }
  .supplier-video-replica .mobile-rule-ticker b { color: #398cac; }
  .supplier-video-replica .mobile-rule-ticker button { color: #2d8eb8; }
  .supplier-video-replica .mobile-category-rail { background: #eef6fa; }
  .supplier-video-replica .mobile-category-rail button { color: #718794; }
  .supplier-video-replica .mobile-category-rail button.active {
    color: #207ca8;
    background: #fff;
    box-shadow: inset 3px 0 #50b5d5;
  }
  .supplier-video-replica .mobile-product-list { background: #f8fbfd; }
  .supplier-video-replica .mobile-product-card,
  .supplier-video-replica .mobile-reference-order,
  .supplier-video-replica .mobile-member-list,
  .supplier-video-replica .mobile-promotion-code,
  .supplier-video-replica .mobile-menu-card,
  .supplier-video-replica .mobile-service-quality {
    border-color: #e2edf3;
    background: #fff;
    box-shadow: 0 8px 24px rgba(65, 122, 145, .07);
  }
  .supplier-video-replica .mobile-supply-tabs button.active {
    border-color: #78bdd7;
    color: #287fa5;
    background: #edf8fc;
  }
  .supplier-video-replica .mobile-product-data b { color: #268bb8; }
  .supplier-video-replica .mobile-product-data b.product-id { color: #43a7c4; }
  .supplier-video-replica .mobile-product-flags > span.on {
    color: #247f72;
    background: #dcf7ef;
  }
  .supplier-video-replica .mobile-product-actions button.start {
    color: #258f75;
    background: #e8faf4;
  }
  .supplier-video-replica .mobile-product-actions button.stop {
    color: #4086a6;
    background: #edf7fb;
  }
  .supplier-video-replica .mobile-order-mode {
    border-color: #dceaf0;
    background: #eaf4f8;
  }
  .supplier-video-replica .mobile-order-mode button,
  .supplier-video-replica .mobile-order-mode button:last-child {
    color: #5e7888;
    background: transparent;
  }
  .supplier-video-replica .mobile-order-mode button.active:first-child,
  .supplier-video-replica .mobile-order-mode button.active:last-child {
    color: #237fa9;
    background: #fff;
    box-shadow: 0 5px 16px rgba(67, 131, 155, .09);
  }
  .supplier-video-replica .mobile-order-tabs button {
    color: #477a83;
    background: #e7f6f4;
  }
  .supplier-video-replica .mobile-order-tabs button.active {
    color: #237fa9;
    background: #fff;
    box-shadow: 0 5px 15px rgba(69, 129, 152, .08);
  }
  .supplier-video-replica .mobile-reference-order .pill {
    color: #258f75;
    background: #e8faf4;
  }
  .supplier-video-replica .mobile-video-order-body > strong { color: #278fbd; }
  .supplier-video-replica .mobile-video-order-actions .success {
    border-color: #39bda4;
    background: #39bda4;
  }
  .supplier-video-replica .mobile-team-tabs button { color: #718593; }
  .supplier-video-replica .mobile-team-tabs button.active { color: #217fa8; }
  .supplier-video-replica .mobile-team-actions button {
    background: linear-gradient(90deg, #55b9dc, #39bda4);
  }
  .supplier-video-replica .mobile-member-avatar {
    background: linear-gradient(145deg, #6bc5dd, #3da3c1);
  }
  .supplier-video-replica .mobile-reference-profile .mobile-profile-head {
    background:
      radial-gradient(circle at 92% 12%, rgba(120, 210, 219, .24), transparent 31%),
      linear-gradient(155deg, #ffffff 0%, #f4fbff 55%, #eaf8fb 100%);
  }
  .supplier-video-replica .mobile-reference-profile .mobile-avatar {
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0 8px 24px rgba(65, 129, 153, .12);
  }
  .supplier-video-replica .mobile-profile-user h2 { color: #1c3448; }
  .supplier-video-replica .mobile-service-quality h3,
  .supplier-video-replica .mobile-menu-card h3 { color: #277f9c; }
  .supplier-video-replica .mobile-service-quality > div > span {
    border-color: #dceff3 !important;
    background: #f8fcfd;
  }
  .supplier-video-replica .mobile-menu-items > button {
    border-bottom-color: #edf3f6;
    color: #263d4d;
    background: #fff;
  }
  .supplier-video-replica .mobile-menu-icon,
  .supplier-video-replica .mobile-theme-icon { color: #3e9fbd; }
  .supplier-video-replica .mobile-menu-items > button:nth-child(3n+2) .mobile-menu-icon { color: #5cb29f; }
  .supplier-video-replica .mobile-menu-items > button:nth-child(3n) .mobile-menu-icon { color: #718fd0; }
  .supplier-video-replica .mobile-switch.on { background: #3ba8c8; }
  .statistics-page-head {
    border: 1px solid #dcecf3;
    color: #1e3a4d;
    background:
      radial-gradient(circle at 92% 12%, rgba(91, 199, 190, .2), transparent 34%),
      linear-gradient(145deg, #fff, #eff9fd);
    box-shadow: 0 12px 30px rgba(62, 126, 151, .08);
  }
  .statistics-page-head > button {
    border-color: #d5e9f1;
    color: #3887a8;
    background: #fff;
  }
  .statistics-page-head span,
  .statistics-page-head p { color: #6c8a99; }
  .statistics-section {
    border-color: #e1edf2;
    box-shadow: 0 8px 24px rgba(62, 118, 139, .06);
  }
  .statistics-grid > button,
  .statistics-grid > button.blue,
  .statistics-grid > button.orange {
    border-color: #e1edf2;
    background: #f8fcfd;
  }
  body:has(.supplier-app) .modal { background: rgba(37, 67, 82, .3); }
  body:has(.supplier-app) .modal > .card {
    border: 1px solid #dfeaf0;
    background: #fff;
    box-shadow: 0 22px 60px rgba(37, 75, 93, .18);
  }
  .announcement-center > header,
  .announcement-center.critical > header {
    background: linear-gradient(135deg, #edf9fd, #fff 58%, #edfaf6);
  }
  .announcement-center.critical .announcement-bell {
    background: linear-gradient(135deg, #59b8d3, #43bba5);
  }
  .announcement-center header em { color: #4a9bb4; }
  .announcement-center header h2 { color: #254354; }
  .announcement-list-page > button.unread {
    border-color: #cfe8f1;
    background: #f2fafd;
  }
  .announcement-list-page > button > span {
    color: #3d96b2;
    background: #e8f7fb;
  }
}

/* 管理端：清新白色主题，仅作用于 admin.html */
body.admin-page {
  --bg: #f4f9f7;
  --card: #ffffff;
  --ink: #18312f;
  --muted: #70817f;
  --line: rgba(119, 154, 149, .20);
  --brand: #18a7a0;
  --brand2: #4d8cf5;
  --brand3: #f4c95d;
  --shadow: 0 24px 70px rgba(45, 94, 88, .11);
  --soft-shadow: 0 10px 30px rgba(45, 94, 88, .065);
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 4%, rgba(105, 215, 188, .18), transparent 25%),
    radial-gradient(circle at 96% 3%, rgba(114, 169, 255, .17), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(255, 218, 120, .11), transparent 25%),
    #f4f9f7;
}
.admin-page .app { grid-template-columns: 268px minmax(0, 1fr); }
.admin-page .side {
  color: #25423f;
  background:
    radial-gradient(circle at 12% 2%, rgba(95, 211, 185, .18), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,253,251,.98));
  border-right: 1px solid #e0eeea;
  box-shadow: 12px 0 38px rgba(54, 98, 91, .075);
}
.admin-page .side::-webkit-scrollbar-thumb { background: #d8e8e4; }
.admin-page .brand { color: #18312f; font-size: 19px; }
.admin-page .brand-mark,
.admin-page .tab-btn.active,
.admin-page button.primary,
.admin-page .float-tools button,
.admin-page .avatar {
  color: white;
  background: linear-gradient(135deg, #1cb5a7, #4c8df5);
  box-shadow: 0 12px 28px rgba(41, 145, 156, .20);
}
.admin-page .sub { color: #82918f; }
.admin-page .nav { gap: 6px; }
.admin-page .nav button {
  color: #536c68;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  box-shadow: none;
}
.admin-page .nav button:hover {
  color: #157f79;
  background: #eef9f6;
  border-color: #d8eee8;
  box-shadow: none;
}
.admin-page .nav button.active {
  color: #0f746f;
  background: linear-gradient(135deg, #e5f8f2, #edf4ff);
  border-color: #c9e9e2;
  box-shadow: 0 8px 20px rgba(51, 140, 132, .09);
}
.admin-page .nav-icon { color: #439c96; background: #edf8f5; box-shadow: none; }
.admin-page .nav button.active .nav-icon,
.admin-page .nav button:hover .nav-icon { color: #157f79; background: #dff3ee; }
.admin-page .main { padding: 28px 30px 34px; }
.admin-page .topbar {
  margin: -28px -30px 22px;
  color: #18312f;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(199, 222, 217, .78);
  box-shadow: 0 8px 26px rgba(52, 95, 89, .045);
  backdrop-filter: blur(18px);
}
.admin-page .topbar h1 { font-size: 26px; }
.admin-page .topbar-meta span {
  color: #49635f;
  background: #f7fbfa;
  border-color: #dcebe7;
}
.admin-page .card {
  background: rgba(255,255,255,.97);
  border-color: #e1ece9;
  box-shadow: var(--soft-shadow);
  backdrop-filter: none;
}
.admin-page .card:hover { border-color: #cfe2dd; }
.admin-page .metric {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  background:
    radial-gradient(circle at 100% 0, rgba(96, 204, 184, .13), transparent 38%),
    #fff;
}
.admin-page .metric::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #62d2bd, #6ca7ff);
}
.admin-page .metric:nth-child(3n+2)::before { background: linear-gradient(90deg, #78a9ff, #a7c5ff); }
.admin-page .metric:nth-child(3n)::before { background: linear-gradient(90deg, #f2c75c, #ffd990); }
.admin-page .metric b { color: #173d39; }
.admin-page .hero-card {
  color: #173d39;
  background:
    radial-gradient(circle at 92% 8%, rgba(111, 170, 255, .17), transparent 31%),
    radial-gradient(circle at 6% 100%, rgba(89, 206, 181, .15), transparent 32%),
    linear-gradient(135deg, #ffffff, #f1fbf8 54%, #f2f7ff);
  border-color: #dcebe7;
  box-shadow: 0 20px 55px rgba(50, 111, 103, .10);
}
.admin-page .hero-card p { color: #6a807d; }
.admin-page .hero-actions .ghost {
  color: #167f78;
  background: #fff;
  border-color: #cce5df;
}
.admin-page .tab-btn,
.admin-page button { color: #266f69; background: #edf8f5; }
.admin-page button:hover,
.admin-page .tab-btn:hover { box-shadow: 0 8px 20px rgba(38, 124, 115, .11); }
.admin-page button.ghost {
  color: #5c716e;
  background: #fff;
  border-color: #dbe8e5;
}
.admin-page button.warn { color: #9a6700; background: #fff8df; }
.admin-page button.danger { color: #c2414d; background: #fff0f1; }
.admin-page input,
.admin-page select,
.admin-page textarea {
  color: #203b38;
  background: #fff;
  border-color: #d8e6e2;
}
.admin-page input:focus,
.admin-page select:focus,
.admin-page textarea:focus {
  border-color: rgba(24, 167, 160, .58);
  box-shadow: 0 0 0 4px rgba(24, 167, 160, .09);
}
.admin-page label { color: #49615e; }
.admin-page .module-strip span,
.admin-page .score,
.admin-page .mini-icon,
.admin-page .order-kind-badge {
  color: #167f78;
  background: #e9f8f4;
}
.admin-page .selected-price {
  color: #18413d;
  background: linear-gradient(145deg, #e8f8f3, #edf4ff);
}
.admin-page .selected-price span { color: #6f8581; }
.admin-page .table-wrap {
  border: 1px solid #e2ece9;
  border-radius: 18px;
  background: #fff;
}
.admin-page table { background: #fff; }
.admin-page th { color: #55706c; background: #f3f8f7; }
.admin-page td { border-bottom-color: #edf3f1; }
.admin-page tbody tr:hover { background: #f2faf7; }
.admin-page .trend-bars i {
  background: linear-gradient(180deg, #73b6ff, #35b7a7);
  box-shadow: 0 10px 22px rgba(53, 164, 158, .14);
}
.admin-page .trend-bars b { color: #267d76; }
.admin-page .detail-section,
.admin-page .notice-list,
.admin-page .kv,
.admin-page .product-form-preview {
  background: #f7fbfa;
  border-color: #e1ece9;
}
.admin-page .empty {
  background: rgba(255,255,255,.78);
  border-color: #cfe1dd;
}
.admin-page .empty::before {
  background: linear-gradient(135deg, #55c8b4, #72a4f5);
  box-shadow: 0 10px 24px rgba(66, 157, 151, .16);
}
.admin-page .toast {
  color: #fff;
  background: #245b56;
  box-shadow: 0 18px 42px rgba(28, 84, 78, .22);
}
.admin-page .modal,
.admin-page .admin-detail-modal {
  background: rgba(61, 89, 85, .26);
  backdrop-filter: blur(8px);
}
.admin-page .admin-detail-modal .admin-detail-card {
  border-color: #dbe9e5;
  box-shadow: 0 28px 80px rgba(42, 79, 74, .18);
}
.admin-page .auth-shell {
  background:
    radial-gradient(circle at 12% 10%, rgba(95, 211, 185, .22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(106, 164, 255, .20), transparent 30%),
    #f4f9f7;
}
.admin-page .auth-card {
  border-color: #dceae6;
  background: #fff;
  box-shadow: 0 28px 80px rgba(44, 92, 86, .13);
  backdrop-filter: none;
}
.admin-page .auth-hero {
  position: relative;
  overflow: hidden;
  color: #19413d;
  background:
    radial-gradient(circle at 88% 14%, rgba(92, 151, 255, .20), transparent 31%),
    linear-gradient(145deg, #e9faf4, #f1f7ff);
}
.admin-page .auth-hero::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 211, 105, .22);
}
.admin-page .auth-hero h1 { position: relative; z-index: 1; color: #173d39; }
.admin-page .auth-hero p { position: relative; z-index: 1; color: #69817d; }
.admin-page .auth-form { background: #fff; }
.admin-page .tax-box {
  color: #8b6714;
  background: #fff9e8;
  border-color: #eed58f;
}
.admin-page .section.is-loading::before {
  background: linear-gradient(100deg, rgba(244,250,248,.22) 20%, rgba(255,255,255,.90) 42%, rgba(244,250,248,.22) 64%);
  background-size: 240% 100%;
}
@media (max-width: 1000px) {
  .admin-page .app { grid-template-columns: 1fr; }
  .admin-page .side {
    position: relative;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #dfece8;
    box-shadow: 0 10px 30px rgba(48, 93, 86, .07);
  }
}
@media (max-width: 600px) {
  .admin-page .side { padding: 14px 16px; }
  .admin-page .nav button {
    color: #536c68;
    background: #f5faf8;
    border-color: #e0ece9;
  }
  .admin-page .nav button.active {
    color: #0f746f;
    background: linear-gradient(135deg, #e4f8f2, #edf4ff);
    border-color: #c9e9e2;
  }
  .admin-page .main { padding: 18px 14px; }
  .admin-page .topbar {
    margin: -18px -14px 16px;
    padding: 16px 14px;
  }
  .admin-page .metric { min-height: 112px; }
  .admin-page .auth-shell { padding: 16px; }
  .admin-page .auth-hero,
  .admin-page .auth-form { padding: 26px; }
}

button.is-busy {
  cursor: wait !important;
  opacity: .72;
}
.desktop-receive-state {
  border: 0;
  cursor: pointer;
}
.mobile-video-menu.paused > i,
.supplier-video-replica .mobile-video-menu.paused > i {
  display: block !important;
  background: #ef6969 !important;
  box-shadow: 0 0 0 4px rgba(239, 105, 105, .13);
}
.mobile-accept-panel {
  position: fixed;
  z-index: 120;
  top: 78px;
  right: 22px;
  width: 300px;
  padding: 14px 16px 10px;
  border: 1px solid rgba(91, 137, 145, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 58px rgba(45, 77, 84, .18);
  opacity: 0;
  transform: translateX(10px) scale(.98);
  transform-origin: right center;
  transition: opacity .18s ease, transform .18s ease;
}
.mobile-accept-panel.open {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.mobile-accept-panel .supplier-quick-settings { gap: 5px; }
.mobile-accept-panel .quick-setting-list > div {
  min-height: 50px;
  padding: 7px 0;
}
.mobile-accept-panel .quick-setting-list > div > span:first-child {
  display: flex;
  align-items: center;
}
.mobile-accept-panel .quick-setting-list b {
  color: #344c53;
  font-size: 13px;
}
.mobile-accept-panel .quick-setting-number > span:last-child {
  gap: 7px;
}
.mobile-accept-panel .quick-setting-number > span:last-child button {
  width: 29px;
  height: 29px;
  border: 1px solid #dce8ea;
  color: #688087;
  background: #f8fbfc;
}
.mobile-accept-panel .quick-setting-number > span:last-child button:active {
  color: #fff;
  background: #55a9ba;
}
.mobile-accept-panel .quick-setting-switch {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-accept-panel .quick-setting-switch em {
  min-width: 26px;
  color: #6e8388;
  font-size: 11px;
  font-style: normal;
}
.mobile-accept-panel > .supplier-quick-settings > p {
  padding-top: 3px;
  color: #a0aaad;
}
.mobile-accept-panel.is-saving::after {
  content: "保存中";
  position: absolute;
  right: 13px;
  bottom: 9px;
  color: #55a0aa;
  font-size: 10px;
}
.supplier-video-replica .mobile-video-menu {
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transition: box-shadow .16s ease, background .16s ease, color .16s ease;
  will-change: transform;
}
.supplier-video-replica .mobile-video-menu.is-dragging {
  cursor: grabbing;
}

@media (max-width: 700px) {
  .mobile-accept-panel {
    top: auto;
    right: max(70px, calc(env(safe-area-inset-right) + 70px));
    bottom: calc(96px + env(safe-area-inset-bottom));
    width: min(265px, calc(100vw - 90px));
    padding: 11px 14px 8px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(39, 75, 84, .18);
  }
  .supplier-video-replica .mobile-video-menu.paused {
    color: #826060;
    box-shadow: 0 4px 18px rgba(239, 105, 105, .18);
  }
}

/* 手机接单悬浮入口与公众号通知页 */
.notification-settings-page {
  width: min(100%, 920px);
  display: grid;
  gap: 16px;
  margin: 0 auto;
}
.notification-recipient-section,
.notification-preference-section {
  padding: 22px;
}
.notification-section-title {
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.notification-section-title > i {
  width: 5px;
  height: 30px;
  border-radius: 99px;
  background: linear-gradient(180deg, #53bced, #2b91cf);
}
.notification-section-title h2,
.notification-section-title p {
  margin: 0;
}
.notification-section-title h2 {
  color: #203746;
  font-size: 20px;
}
.notification-section-title p {
  margin-top: 3px;
  color: #8a9ca8;
  font-size: 12px;
}
.notification-recipient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 150px));
  gap: 14px;
}
.notification-recipient {
  min-height: 152px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 14px;
  border: 1px solid #e4edf2;
  border-radius: 18px;
  color: #516b79;
  background: #fff;
  box-shadow: 0 10px 26px rgba(55, 112, 139, .07);
}
.notification-recipient.bound {
  position: relative;
}
.notification-recipient.add {
  border-style: dashed;
  background: linear-gradient(145deg, #fbfeff, #f3f9fc);
}
.notification-recipient.add:disabled {
  cursor: not-allowed;
  opacity: .58;
}
.notification-recipient-avatar,
.notification-recipient.add > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #69cfca, #38aebc);
  font-size: 24px;
}
.notification-recipient-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-recipient.add > span {
  color: #75a8b8;
  background: #edf7fa;
}
.notification-recipient.add svg {
  width: 27px;
  height: 27px;
}
.notification-recipient b {
  color: #2d4553;
  font-size: 14px;
}
.notification-recipient small {
  color: #91a2ad;
  font-size: 11px;
}
.notification-recipient.bound > button {
  min-height: 26px;
  padding: 4px 9px;
  color: #6d8793;
  background: #f3f8fa;
  box-shadow: none;
  font-size: 10px;
}
.notification-guide {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #f1e8bd;
  border-radius: 16px;
  background: linear-gradient(145deg, #fffdf1, #fffef8);
}
.notification-guide h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: #a47a23;
  font-size: 15px;
}
.notification-guide h3 svg {
  width: 18px;
  height: 18px;
}
.notification-guide p {
  margin: 7px 0;
  color: #7b7460;
  line-height: 1.65;
}
.notification-guide strong {
  margin-right: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #d45d3e;
  background: #fff0e9;
}
.notification-guide .warning {
  color: #b45e42;
}
.notification-toggle-list {
  display: grid;
}
.notification-toggle-list > label {
  min-height: 70px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #edf2f5;
  cursor: pointer;
}
.notification-toggle-list > label:last-child {
  border-bottom: 0;
}
.notification-toggle-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #4f9fb7;
  background: #edf8fb;
}
.notification-toggle-icon svg {
  width: 18px;
  height: 18px;
}
.notification-toggle-list b,
.notification-toggle-list small {
  display: block;
}
.notification-toggle-list b {
  color: #273f4d;
  font-size: 15px;
}
.notification-toggle-list small {
  margin-top: 4px;
  color: #93a2ac;
  font-size: 11px;
}
.notification-toggle-switch {
  display: flex;
  align-items: center;
  gap: 7px;
}
.notification-toggle-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0 !important;
  margin: 0;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}
.notification-toggle-switch i {
  position: relative;
  width: 48px;
  height: 27px;
  border-radius: 999px;
  background: #d6dee2;
  transition: background .18s ease;
}
.notification-toggle-switch i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(37, 68, 80, .18);
  transition: transform .18s ease;
}
.notification-toggle-switch input:checked + i {
  background: linear-gradient(90deg, #4db8eb, #318fd0);
}
.notification-toggle-switch input:checked + i::after {
  transform: translateX(21px);
}
.notification-toggle-switch em {
  min-width: 26px;
  color: #8b9aa3;
  font-size: 11px;
  font-style: normal;
}
.notification-save-button {
  min-width: 170px;
  display: block;
  margin: 18px auto 0;
}

@keyframes qxmAcceptPulse {
  0% { opacity: .55; transform: scale(.84); }
  70% { opacity: 0; transform: scale(1.38); }
  100% { opacity: 0; transform: scale(1.38); }
}

@media (max-width: 700px) {
  .supplier-video-replica .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0;
    z-index: 80;
    isolation: isolate;
    pointer-events: auto;
  }
  .supplier-video-replica .mobile-bottom-nav button {
    pointer-events: auto;
  }
  .supplier-video-replica .mobile-video-floats {
    right: max(6px, env(safe-area-inset-right)) !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    justify-items: center;
    gap: 7px !important;
  }
  .supplier-video-replica .mobile-video-menu {
    position: relative;
    width: 47px;
    height: 47px;
    min-height: 47px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(83, 166, 148, .24);
    border-radius: 50%;
    color: #4f8b91;
    background: radial-gradient(circle at 32% 28%, #fff 0 22%, #f1fff7 72%, #e9f9ef 100%);
    box-shadow: 0 8px 22px rgba(53, 145, 116, .17), inset 0 0 0 5px rgba(116, 218, 126, .08);
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    transition: box-shadow .16s ease, background .16s ease, color .16s ease;
    will-change: transform;
  }
  .supplier-video-replica .mobile-video-menu::before {
    content: "";
    position: absolute;
    inset: -5px;
    z-index: -1;
    border: 2px solid rgba(84, 201, 96, .32);
    border-radius: 50%;
    animation: qxmAcceptPulse 2.1s ease-out infinite;
    pointer-events: none;
  }
  .supplier-video-replica .mobile-video-menu.paused::before {
    border-color: rgba(239, 105, 105, .28);
  }
  .supplier-video-replica .mobile-video-menu > i {
    position: absolute;
    top: -1px;
    left: 1px;
    width: 11px;
    height: 11px;
    display: block !important;
    border: 2px solid #effff3;
    border-radius: 50%;
    background: #68cb42;
    box-shadow: 0 0 0 3px rgba(104, 203, 66, .12);
  }
  .supplier-video-replica .mobile-video-menu > svg {
    width: 21px;
    height: 21px;
  }
  .supplier-video-replica .mobile-video-menu > b {
    position: absolute;
    right: -3px;
    bottom: -3px;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #45aeb4;
    box-shadow: 0 3px 8px rgba(52, 137, 145, .2);
    font-size: 8px;
    line-height: 1;
  }
  .supplier-video-replica .mobile-video-menu > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .supplier-video-replica .mobile-video-menu.is-dragging {
    cursor: grabbing;
    box-shadow: 0 12px 30px rgba(53, 145, 116, .24), inset 0 0 0 5px rgba(116, 218, 126, .1);
  }
  .supplier-video-replica .mobile-video-new-order {
    width: 31px;
    min-width: 31px;
    min-height: 74px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    padding: 5px 3px;
    border: 1px solid rgba(42, 159, 190, .35);
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(180deg, #62c8d8, #2f9dbc);
    box-shadow: 0 7px 18px rgba(44, 143, 170, .18);
    writing-mode: vertical-rl;
    letter-spacing: 1px;
  }
  .supplier-video-replica .mobile-video-new-order > svg {
    width: 13px;
    height: 13px;
  }
  .supplier-video-replica .mobile-video-new-order > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: inherit;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.05;
  }
  .supplier-video-replica .mobile-video-new-order > em {
    top: -5px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    font-size: 8px;
  }
  .mobile-accept-panel {
    width: min(274px, calc(100vw - 82px));
    padding: 10px 14px 8px;
    border: 1px solid rgba(63, 145, 160, .14);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(37, 78, 87, .2);
  }
  .mobile-accept-panel .quick-setting-list > div {
    min-height: 46px;
    padding: 6px 0;
  }
  .mobile-accept-panel .quick-setting-list b {
    font-size: 12.5px;
  }
  .notification-settings-page {
    gap: 12px;
  }
  .notification-recipient-section,
  .notification-preference-section {
    padding: 16px;
    border-radius: 18px;
  }
  .notification-section-title {
    grid-template-columns: 4px minmax(0, 1fr) auto;
    gap: 9px;
    margin-bottom: 14px;
  }
  .notification-section-title > i {
    width: 4px;
    height: 25px;
  }
  .notification-section-title h2 {
    font-size: 17px;
  }
  .notification-recipient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .notification-recipient {
    min-height: 132px;
    padding: 11px 8px;
    border-radius: 15px;
  }
  .notification-recipient-avatar,
  .notification-recipient.add > span {
    width: 55px;
    height: 55px;
  }
  .notification-guide {
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 14px;
  }
  .notification-guide p {
    font-size: 12px;
  }
  .notification-toggle-list > label {
    min-height: 65px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
  }
  .notification-toggle-icon {
    width: 31px;
    height: 31px;
  }
  .notification-toggle-list b {
    font-size: 14px;
  }
  .notification-toggle-list small {
    max-width: 180px;
    font-size: 10px;
    line-height: 1.4;
  }
  .notification-toggle-switch {
    gap: 4px;
  }
  .notification-toggle-switch i {
    width: 43px;
    height: 24px;
  }
  .notification-toggle-switch i::after {
    width: 18px;
    height: 18px;
  }
  .notification-toggle-switch input:checked + i::after {
    transform: translateX(19px);
  }
  .notification-toggle-switch em {
    display: none;
  }
  .notification-save-button {
    width: 170px;
    min-height: 40px;
    margin-top: 15px;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .supplier-video-replica .mobile-video-menu::before {
    animation: none;
  }
}

/* 供货商团队模块：参考客户视频后的双端轻量工作区 */
.team-simplified-workspace {
  --team-blue: #2798e8;
  --team-blue-deep: #177fc9;
  --team-mint: #eefbfc;
  --team-ink: #24313a;
  --team-muted: #7c8b95;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #e6eef2;
  border-radius: 18px;
  color: var(--team-ink);
  background: linear-gradient(180deg, #effcfd 0, #f8fbfc 210px, #fff 100%);
  box-shadow: 0 12px 32px rgba(35, 89, 108, .07);
}
.team-simple-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 18px;
}
.team-simple-summary > div {
  min-height: 88px;
  display: grid;
  place-content: center;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(69, 157, 182, .12);
  background: rgba(255,255,255,.82);
  text-align: center;
}
.team-simple-summary > div:first-child { border-radius: 14px 0 0 14px; }
.team-simple-summary > div:last-child { border-radius: 0 14px 14px 0; }
.team-simple-summary span { color: var(--team-muted); font-size: 13px; }
.team-simple-summary b { color: var(--team-ink); font-size: 22px; }
.team-simplified-workspace .mobile-team-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 18px;
  overflow-x: auto;
  border-bottom: 1px solid #e7eef1;
  background: rgba(255,255,255,.78);
}
.team-simplified-workspace .mobile-team-tabs button {
  min-height: 54px;
  padding: 8px 4px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #72818b;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}
.team-simplified-workspace .mobile-team-tabs button.active {
  border-bottom-color: var(--team-blue);
  color: var(--team-blue-deep);
  font-weight: 800;
}
.team-simplified-workspace .mobile-team-privacy {
  margin: 14px 18px 0;
  padding: 10px 13px;
  border: 1px solid #dceef2;
  border-radius: 10px;
  color: #61808b;
  background: rgba(244,252,253,.92);
}
.simple-team-panel { padding: 16px 18px 24px; }
.simple-team-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-bottom: 14px;
}
.simple-team-toolbar label {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #dce7ec;
  border-radius: 10px;
  background: #fff;
}
.simple-team-toolbar label svg { width: 18px; height: 18px; color: #8a9aa3; }
.simple-team-toolbar input {
  width: 100%;
  min-height: 38px;
  padding: 6px 0;
  border: 0;
  background: transparent;
}
.simple-team-toolbar select {
  min-width: 150px;
  min-height: 42px;
  border: 1px solid #dce7ec;
  border-radius: 10px;
  background: #fff;
}
.team-simplified-workspace .mobile-team-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 14px;
}
.team-simplified-workspace .mobile-team-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 21px;
  color: #fff;
  background: linear-gradient(90deg, #30a7ef, #278be0);
  box-shadow: 0 7px 18px rgba(39, 142, 224, .15);
}
.simple-team-list,
.team-profit-products,
.team-order-list,
.team-balance-list,
.team-promotion-list {
  display: grid;
  gap: 10px;
}
.simple-team-list article,
.team-profit-products article,
.team-order-list article,
.team-balance-list article,
.team-promotion-list article {
  border: 1px solid #e8eef1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(39, 80, 96, .045);
}
.simple-team-list article {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
}
.simple-team-list article > div { min-width: 0; }
.simple-team-list article b,
.simple-team-list article small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.simple-team-list article small { margin-top: 3px; color: var(--team-muted); font-size: 12px; }
.simple-team-list article em { color: #22a06b; font-size: 12px; font-style: normal; }
.simple-team-list article em.bad { color: #d65353; }
.simple-team-review { display: flex; gap: 6px; }
.simple-team-review button { min-height: 32px; padding: 5px 10px; border-radius: 8px; font-size: 12px; }
.team-profit-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.team-profit-products article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 13px;
}
.team-profit-products img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 10px;
  background: #f6fafb;
}
.team-profit-products article > div { min-width: 0; }
.team-profit-products b,
.team-profit-products small,
.team-profit-products span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team-profit-products small { margin: 3px 0; color: var(--team-muted); font-size: 12px; }
.team-profit-products span { color: #e47831; font-size: 12px; }
.team-profit-products button { color: #fff; background: var(--team-blue); }
.team-order-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-order-list article { padding: 13px; }
.team-order-list header,
.team-order-list footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.team-order-list header { padding-bottom: 9px; border-bottom: 1px solid #edf1f3; }
.team-order-list header b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team-order-list header span { flex: 0 0 auto; color: var(--team-blue-deep); font-size: 12px; }
.team-order-list p { margin: 8px 0; color: var(--team-muted); font-size: 12px; }
.team-order-list footer span { color: #98a4ab; font-size: 11px; }
.team-order-list footer b { color: #e27531; }
.team-balance-list article,
.team-promotion-list article {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
}
.team-balance-list span b,
.team-balance-list span small,
.team-promotion-list span b,
.team-promotion-list span small { display: block; }
.team-balance-list small,
.team-promotion-list small { margin-top: 4px; color: var(--team-muted); font-size: 11px; }
.team-balance-list strong { color: #e16f2c; }
.team-promotion-list em { color: #299b6b; font-size: 12px; font-style: normal; }
.team-promotion-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(115deg, #42b9df, #2a8fd9);
}
.team-promotion-card b { font-size: 22px; letter-spacing: 2px; }
.team-promotion-card button { color: var(--team-blue-deep); background: #fff; }
.simple-team-panel > h3 { margin: 8px 0 12px; font-size: 16px; }
.team-invite-settings { color: var(--team-ink); background: #f6fbfc !important; }
.team-invite-settings > h3 { display: flex; align-items: center; gap: 7px; }
.team-invite-settings > label,
.team-switch-line {
  min-height: 58px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #e7eef1;
}
.team-invite-settings > label:last-child { border-bottom: 0; }
.team-invite-settings span b,
.team-invite-settings span small,
.team-switch-line span b,
.team-switch-line span small { display: block; }
.team-invite-settings span small,
.team-switch-line span small { margin-top: 3px; color: var(--team-muted); font-size: 11px; }
.team-invite-settings input,
.team-switch-line input { width: 19px; height: 19px; }

@media (max-width: 700px) {
  .team-simplified-workspace {
    min-height: calc(100dvh - 54px);
    margin: 0 -8px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .team-simple-summary { padding: 10px 8px 8px; }
  .team-simple-summary > div { min-height: 58px; padding: 7px 3px; }
  .team-simple-summary span { font-size: 10px; }
  .team-simple-summary b { font-size: 16px; }
  .team-simplified-workspace .mobile-team-tabs { padding: 0 4px; }
  .team-simplified-workspace .mobile-team-tabs button { min-height: 43px; padding: 5px 1px; font-size: 12px; }
  .team-simplified-workspace .mobile-team-privacy { margin: 9px 8px 0; padding: 8px 10px; font-size: 10.5px; }
  .simple-team-panel { padding: 10px 8px 16px; }
  .simple-team-toolbar { gap: 6px; margin-bottom: 9px; }
  .simple-team-toolbar label { min-height: 38px; padding: 0 9px; border-radius: 8px; }
  .simple-team-toolbar input { min-height: 34px; font-size: 12px; }
  .simple-team-toolbar select { min-width: 102px; min-height: 38px; padding: 0 7px; border-radius: 8px; font-size: 11px; }
  .simple-team-toolbar > button { min-height: 38px; padding: 6px 10px; font-size: 11px; }
  .team-simplified-workspace .mobile-team-actions { gap: 10px; margin-bottom: 10px; }
  .team-simplified-workspace .mobile-team-actions button { min-height: 38px; font-size: 12px; }
  .simple-team-list,
  .team-profit-products,
  .team-order-list,
  .team-balance-list,
  .team-promotion-list { gap: 7px; }
  .simple-team-list article { min-height: 61px; gap: 8px; padding: 8px 9px; }
  .simple-team-list article .mobile-member-avatar { width: 34px; height: 34px; font-size: 12px; }
  .simple-team-list article b { font-size: 13px; }
  .simple-team-list article small { font-size: 9.5px; }
  .simple-team-review { display: grid; gap: 3px; }
  .simple-team-review button { min-height: 25px; padding: 3px 7px; font-size: 9px; }
  .team-profit-products,
  .team-order-list { grid-template-columns: 1fr; }
  .team-profit-products article { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 8px; padding: 9px; }
  .team-profit-products img { width: 38px; height: 38px; }
  .team-profit-products b { font-size: 12.5px; }
  .team-profit-products small,
  .team-profit-products span { font-size: 9.5px; }
  .team-profit-products button { min-height: 31px; padding: 5px 8px; font-size: 10px; }
  .team-order-list article { padding: 10px; }
  .team-order-list header b { font-size: 12.5px; }
  .team-order-list p { margin: 6px 0; font-size: 10px; }
  .team-balance-list article,
  .team-promotion-list article { min-height: 52px; padding: 8px 10px; }
  .team-balance-list b,
  .team-promotion-list b { font-size: 12px; }
  .team-promotion-card { gap: 7px; padding: 12px; }
  .team-promotion-card span { font-size: 10px; }
  .team-promotion-card b { font-size: 17px; }
  .team-promotion-card button { min-height: 32px; padding: 5px 8px; font-size: 10px; }
}

@media (max-width: 700px) {
  .supplier-video-replica .main {
    position: relative;
    isolation: isolate;
    padding-bottom: calc(54px + env(safe-area-inset-bottom)) !important;
  }
  .supplier-video-replica #panel.section,
  .supplier-video-replica .mobile-compliance-footer {
    position: relative;
    z-index: 1;
  }
  .supplier-video-replica .mobile-bottom-nav {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    z-index: 90 !important;
    pointer-events: auto;
    transform: translateZ(0);
  }
  .supplier-video-replica .mobile-bottom-nav button {
    pointer-events: auto;
  }
}

/* 20260811：供货端资金/账号设置参考站清爽卡片化优化 */
.finance-page,
.settings-page {
  display: grid;
  gap: 16px;
}
.finance-hero,
.settings-identity-card {
  overflow: hidden;
  border: 1px solid rgba(84, 190, 206, .22);
  background: linear-gradient(135deg, #ffffff 0%, #f4fcff 56%, #fff8f0 100%);
  box-shadow: 0 16px 42px rgba(43, 111, 145, .08);
}
.finance-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.finance-hero span,
.finance-hero small {
  color: #6e8a96;
}
.finance-hero h2 {
  margin: 8px 0 7px;
  color: #153744;
  font-size: clamp(24px, 4vw, 38px);
}
.finance-hero p {
  margin: 0;
  color: #6e8a96;
}
.finance-hero-stats,
.finance-quick-actions {
  display: grid;
  gap: 8px;
  min-width: 180px;
}
.finance-hero-stats b {
  color: #0c9ca7;
  font-size: 22px;
}
.finance-quick-actions button {
  min-height: 38px;
}
.finance-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.finance-mini-grid article,
.payout-card > div {
  padding: 16px;
  border: 1px solid rgba(84, 190, 206, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(43, 111, 145, .06);
}
.finance-mini-grid small,
.payout-card small {
  color: #7b96a3;
}
.finance-mini-grid b,
.payout-card b {
  display: block;
  margin: 6px 0 4px;
  color: #173947;
  font-size: 24px;
}
.finance-mini-grid span,
.payout-card span {
  color: #8aa0aa;
  font-size: 12px;
}
.finance-list-card h2 {
  margin-top: 0;
}
.finance-ledger-list {
  display: grid;
  gap: 10px;
}
.finance-ledger-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid #eef5f7;
  border-radius: 16px;
  background: #fff;
}
.ledger-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff9b54;
}
.ledger-dot.in {
  background: #34c7a3;
}
.finance-ledger-list b {
  color: #173947;
}
.finance-ledger-list small {
  display: block;
  margin-top: 4px;
  color: #8aa0aa;
  font-size: 12px;
}
.finance-ledger-list strong {
  color: #f47b32;
  white-space: nowrap;
}
.finance-ledger-list strong.income {
  color: #0ba885;
}
.finance-ledger-list strong.expense {
  color: #ef7d45;
}
.finance-ledger-list article[hidden] {
  display: none !important;
}
.finance-filter-toolbar {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}
.finance-filter-toolbar label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid #e8f1f4;
  border-radius: 14px;
  background: #f8fcfd;
}
.finance-filter-toolbar label svg {
  width: 18px;
  color: #7fa3b1;
}
.finance-filter-toolbar input {
  min-width: 0;
  width: 100%;
  min-height: 42px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}
.finance-filter-toolbar nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.finance-filter-toolbar nav::-webkit-scrollbar {
  display: none;
}
.finance-filter-toolbar nav button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 14px;
  border-color: #e4eef1;
  border-radius: 999px;
  color: #6f8d99;
  background: #fff;
}
.finance-filter-toolbar nav button.active {
  border-color: #21afbd;
  color: #087b87;
  background: #eafafd;
  box-shadow: 0 6px 16px rgba(24, 174, 189, .12);
}
.finance-filter-empty {
  margin: 0;
  padding: 24px 10px;
  color: #8ba1aa;
  text-align: center;
}
.commission-settlement-note {
  display: flex;
  align-items: center;
  gap: 12px;
  border-color: rgba(255, 177, 72, .24);
  background: linear-gradient(135deg, #fffdf9, #fff8ec);
}
.commission-settlement-note > span {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #f59a2f;
  background: #fff0d8;
}
.commission-settlement-note svg {
  width: 21px;
}
.commission-settlement-note p,
.commission-settlement-note b,
.commission-settlement-note small {
  display: block;
  margin: 0;
}
.commission-settlement-note b {
  color: #4c3b2e;
}
.commission-settlement-note small {
  margin-top: 4px;
  color: #9a806c;
}
.commission-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bond-actions button {
  min-height: 32px;
  padding: 5px 12px;
  border-radius: 999px;
}
.payout-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.settings-identity-card .detail-head {
  margin-bottom: 14px;
}
.identity-lock-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.identity-lock-list article {
  display: flex;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(84, 190, 206, .18);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}
.identity-lock-list svg {
  flex: 0 0 20px;
  color: #17a6b5;
}
.identity-lock-list b,
.identity-lock-list small {
  display: block;
  color: #7b96a3;
}
.identity-lock-list strong {
  display: block;
  margin: 4px 0;
  color: #173947;
}
.security-action-card .settings-action-list {
  display: grid;
  gap: 10px;
}
.settings-action-list button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #edf5f7;
  border-radius: 16px;
  background: #fff;
  text-align: left;
}
.settings-action-list svg {
  color: #18aebd;
}
.settings-action-list small {
  display: block;
  margin-top: 3px;
  color: #8aa0aa;
}
.settings-action-form .modal-footer {
  grid-column: 1 / -1;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .finance-page,
  .settings-page {
    gap: 10px;
  }
  .finance-hero {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin: 0 2px;
    padding: 15px;
    border-radius: 18px;
  }
  .finance-hero h2 {
    font-size: 26px;
  }
  .finance-hero-stats,
  .finance-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
  .finance-mini-grid,
  .identity-lock-list,
  .payout-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .finance-mini-grid article,
  .payout-card > div,
  .identity-lock-list article {
    border-radius: 14px;
    padding: 12px;
  }
  .finance-ledger-list article {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    padding: 11px;
  }
  .finance-ledger-list strong {
    font-size: 14px;
  }
  .withdrawal-mobile-list strong .pill {
    margin-top: 5px;
  }
  .finance-filter-toolbar {
    margin: 2px 0 11px;
  }
  .commission-actions {
    grid-template-columns: 1fr;
  }
  .bond-actions {
    grid-column: 2 / -1;
  }
  .settings-action-list button {
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .supplier-video-replica .mobile-bottom-nav {
    height: calc(60px + env(safe-area-inset-bottom));
    min-height: calc(60px + env(safe-area-inset-bottom));
    align-items: stretch;
    overflow: visible;
    padding: 3px 0 env(safe-area-inset-bottom) !important;
  }
  .supplier-video-replica .mobile-bottom-nav button,
  .supplier-video-replica .mobile-bottom-nav button.active,
  .supplier-video-replica .mobile-bottom-nav button:active {
    align-self: stretch;
    min-height: 57px;
    height: 57px;
    grid-template-rows: 25px 15px;
    align-content: center;
    justify-content: center;
    gap: 2px;
    overflow: visible;
    padding: 5px 0 4px !important;
    transform: none !important;
  }
  .supplier-video-replica .mobile-bottom-nav .mobile-tab-icon {
    display: block;
    align-self: center;
    width: 23px;
    height: 23px;
    margin: 0;
  }
  .supplier-video-replica .mobile-bottom-nav button span {
    display: block;
    align-self: center;
    height: 15px;
    margin: 0;
    line-height: 15px;
    overflow: visible;
  }
  .settings-profile-only,
  .feedback-form-only {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .realname-service-alert,
  .realname-approved-panel,
  .withdraw-setup-guide {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid #e2e9ed;
    border-radius: 12px;
    background: #fff;
  }
  .realname-service-alert > span,
  .realname-approved-panel > span,
  .withdraw-setup-guide > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #3d8ca4;
    background: #e8f5f7;
  }
  .realname-service-alert svg,
  .realname-approved-panel svg,
  .withdraw-setup-guide svg { width: 16px; height: 16px; }
  .realname-service-alert div,
  .realname-approved-panel div,
  .withdraw-setup-guide div { min-width: 0; }
  .realname-service-alert b,
  .realname-approved-panel b,
  .withdraw-setup-guide b { font-size: 13px; }
  .realname-service-alert p,
  .realname-approved-panel p,
  .withdraw-setup-guide p { margin: 3px 0 0; color: #7f898b; font-size: 10px; }
  .realname-service-alert > button,
  .realname-approved-panel > button,
  .withdraw-setup-guide > button { grid-column: 1 / -1; min-height: 38px; }
  body:has(.support-group-page) .supplier-app .mobile-bottom-nav.mobile-only,
  body:has(.support-group-page) .supplier-app .mobile-video-floats.mobile-only,
  body:has(.support-group-page) .supplier-app .mobile-compliance-footer.mobile-only {
    display: none !important;
  }
  body:has(.support-group-page) .supplier-video-replica .main {
    padding-bottom: 0 !important;
  }
  body:has(.support-group-page) .support-group-page {
    min-height: 100dvh;
  }
  body:has(.support-group-page) .support-group-mobile-header button {
    display: grid;
    place-items: center;
    padding-left: 10px;
    color: #27323a !important;
    font-size: 20px;
    line-height: 1;
  }
}
