:root{--red:#6f35b5;--red-dark:#4e218d;--red-soft:#f4edff;--gold:#d8aa43;--gold-light:#f7df96;--gold-dark:#a97612;--bg:#f7f4fb;--card:#fff;--text:#2e2637;--muted:#8b8395;--line:#e9e1f0;--green:#159968;--orange:#c28a21;--bad:#c84d62;--shadow:0 10px 30px rgba(74,39,112,.10)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;background:var(--bg);color:var(--text);padding-bottom:78px}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.desktop-topbar{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(10px)}.desktop-nav{max-width:1180px;margin:auto;height:64px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.desktop-brand{font-size:20px;font-weight:900;display:flex;align-items:center;gap:10px;color:#4d247f}.desktop-brand img{width:44px;height:44px;object-fit:cover;border-radius:12px;box-shadow:0 5px 14px rgba(89,43,141,.14)}.desktop-brand b{color:var(--red)}.desktop-links{display:flex;gap:18px;font-weight:650;font-size:14px}.page{max-width:1080px;margin:0 auto}.mobile-titlebar{background:#fff;height:58px;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:800;border-bottom:1px solid #f2f2f2;position:relative}.mobile-titlebar .left,.mobile-titlebar .right{position:absolute;top:0;height:58px;display:flex;align-items:center}.mobile-titlebar .left{left:18px}.mobile-titlebar .right{right:18px}.home-shell{padding:0 14px 24px}.city-row{height:64px;display:flex;align-items:center;font-weight:750;font-size:20px;gap:8px}.city-row .pin{color:var(--red)}.hero-banner{min-height:196px;border-radius:18px;padding:20px 22px;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(247,223,150,.44),transparent 24%),linear-gradient(135deg,#4b1d82,#6f35b5 58%,#b48125);display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 36px rgba(74,34,116,.20);overflow:hidden;position:relative}.hero-brand{display:flex;align-items:center;justify-content:center;gap:18px;width:100%}.hero-brand img{width:132px;height:132px;object-fit:cover;border-radius:22px;background:#fff;box-shadow:0 12px 28px rgba(30,13,46,.18)}.hero-copy{text-align:left}.hero-copy h1{font-size:31px;margin:0 0 8px;line-height:1.25;letter-spacing:2px}.hero-copy p{margin:0;color:#f9e9ba;font-size:15px}.hero-banner h1{font-size:32px;margin:0;line-height:1.35;letter-spacing:2px}.announcement{margin:10px 0 18px;background:#f5effd;color:#65438a;padding:13px 15px;border:1px solid #eadcf8;border-radius:10px;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px 8px;margin:14px 0 22px}.category-item{text-align:center;font-size:14px}.category-icon{width:64px;height:64px;margin:0 auto 8px;border-radius:50%;display:grid;place-items:center;font-size:28px;color:white;border:6px solid rgba(255,255,255,.35);box-shadow:inset 0 0 0 2px rgba(0,0,0,.03)}.category-item:nth-child(8n+1) .category-icon{background:linear-gradient(145deg,#5a2697,#8050c0)}.category-item:nth-child(8n+2) .category-icon{background:linear-gradient(145deg,#b78020,#e1b95b)}.category-item:nth-child(8n+3) .category-icon{background:linear-gradient(145deg,#7040a9,#a174d4)}.category-item:nth-child(8n+4) .category-icon{background:linear-gradient(145deg,#c08a24,#f0ca72)}.category-item:nth-child(8n+5) .category-icon{background:linear-gradient(145deg,#4d207f,#6e35b3)}.category-item:nth-child(8n+6) .category-icon{background:linear-gradient(145deg,#a87518,#d8aa43)}.category-item:nth-child(8n+7) .category-icon{background:linear-gradient(145deg,#8151b7,#5d2b96)}.category-item:nth-child(8n+8) .category-icon{background:linear-gradient(145deg,#9f7a2d,#cfac58)}.section-head{display:flex;align-items:center;justify-content:space-between;margin:18px 2px 10px}.section-head h2{font-size:20px;margin:0}.muted{color:var(--muted)}.product-list{display:flex;flex-direction:column;gap:10px}.market-card{display:block;background:linear-gradient(105deg,#fff5d4,#f2d486 54%,#6a31aa);border:1px solid #ecd89c;border-radius:14px;padding:16px 17px;color:#553c18;box-shadow:0 7px 20px rgba(95,60,120,.09)}.market-card-main{display:flex;justify-content:space-between;align-items:center;gap:14px}.market-title{font-size:21px;font-weight:900;margin-bottom:8px}.market-meta{display:flex;gap:14px;font-size:14px;align-items:center;flex-wrap:wrap}.buy-chip{display:inline-block;background:linear-gradient(135deg,#5e2b9d,#7d47bd);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:5px 13px;margin-top:9px;font-size:14px}.market-price{text-align:right;color:white;min-width:100px}.market-price b{display:block;font-size:34px;font-weight:500}.market-price del{display:block;font-size:14px;opacity:.9}.market-merchant{font-size:12px;margin-top:8px;opacity:.8}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:72px;background:#fff;border-top:1px solid #ddd;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:13px;color:#333}.bottom-nav a.active{color:var(--red)}.nav-icon{font-size:25px;font-weight:900;line-height:28px}.buy-layout{display:grid;grid-template-columns:152px 1fr;min-height:calc(100vh - 130px)}.category-side{background:#f0f0f2;padding-bottom:20px}.category-side button{display:block;width:100%;border:0;background:transparent;padding:18px 12px;text-align:left;font-size:16px;border-left:5px solid transparent}.category-side button.active{background:#fff;color:var(--red);font-weight:800;border-left-color:var(--red)}.buy-main{padding:0 12px 22px}.filters-bar{background:#fff;padding:10px;display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:8px;position:sticky;top:64px;z-index:10;border-bottom:1px solid var(--line)}.input,textarea,select{width:100%;border:1px solid #e3e4e8;border-radius:10px;background:#fff;padding:11px 12px;outline:none}.input:focus,textarea:focus,select:focus{border-color:#9a68cf;box-shadow:0 0 0 3px rgba(111,53,181,.10)}textarea{min-height:92px;resize:vertical}.btn{border:0;border-radius:10px;padding:11px 16px;background:#efeff2;color:#303039;font-weight:750;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#5a2797,#7b47bd);color:white;box-shadow:0 6px 16px rgba(92,42,151,.18)}.btn.ok{background:#e8fff3;color:#0b9454}.btn.danger{background:#fff0f3;color:#bd3e58}.btn.block{width:100%}.btn.small{padding:7px 10px;font-size:12px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:var(--shadow)}.sell-hero,.profile-hero{background:radial-gradient(circle at 90% 12%,rgba(246,214,120,.36),transparent 26%),linear-gradient(135deg,#4c1f81,#6f35b5 66%,#a87924);color:#fff;padding:26px 22px}.sell-hero h1{margin:0 0 16px;text-align:center;font-size:24px}.sell-balance{font-size:42px;font-weight:300}.sell-caption{margin-top:4px;opacity:.92}.sell-limit-row{display:flex;justify-content:space-between;margin-top:24px;font-size:15px}.sell-shell,.me-shell,.support-shell,.form-shell{max-width:820px;margin:0 auto;padding:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:750}.note-red{color:#6f35b5;text-align:center;margin:10px 0;font-weight:700}.seller-product-row,.order-row{border-bottom:1px solid var(--line);padding:14px 0}.seller-product-row:last-child,.order-row:last-child{border-bottom:0}.row-between{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.actions{display:flex;gap:8px;flex-wrap:wrap}.status{font-weight:800}.status.pending,.status.refund_requested{color:var(--orange)}.status.confirmed,.status.approved,.status.active,.status.resolved,.status.completed{color:var(--green)}.status.rejected,.status.timeout,.status.expired{color:var(--bad)}.profile-top{display:flex;align-items:center;gap:14px}.store-avatar{width:74px;height:74px;border-radius:50%;object-fit:cover;background:#f8f2ff;border:3px solid rgba(255,225,146,.80)}.avatar-fallback{display:grid;place-items:center;font-size:30px}.profile-name{font-size:23px;font-weight:800}.profile-sub{font-size:13px;opacity:.9}.expiry-pill{display:inline-block;background:#f9e6ad;color:#6b4910;padding:6px 12px;border-radius:999px;margin-top:8px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:22px}.profile-stat{text-align:center;border-right:1px solid rgba(255,255,255,.5)}.profile-stat:last-child{border-right:0}.profile-stat b{font-size:24px;display:block}.invite-card{background:linear-gradient(100deg,#fff2c9,#f5dda0);color:#68490f;border:1px solid #ead18d;border-radius:14px;padding:15px;margin:-4px 16px 16px;position:relative;box-shadow:0 6px 18px rgba(119,79,17,.07)}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.metric{background:white;border:1px solid var(--line);border-radius:12px;padding:14px}.metric b{font-size:20px;display:block;margin-top:6px}.order-section{background:white;margin-top:12px;padding:18px 16px}.order-section h2{margin:0 0 16px;font-size:20px}.order-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.order-status-grid a,.order-status-grid div{padding:10px 5px}.order-status-icon{font-size:30px;margin-bottom:6px}.quota-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;margin:12px 0}.progress{height:8px;background:#eee;border-radius:999px;overflow:hidden;margin-top:8px}.progress i{display:block;height:100%;background:var(--red);border-radius:999px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:700px}.table th,.table td{padding:11px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.positive{color:var(--green);font-weight:800}.negative{color:var(--bad);font-weight:800}.countdown-card{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#342044,#5e2b9d);color:#fff;border:1px solid #aa7bd5;border-radius:12px;padding:13px 16px;margin-bottom:12px}.countdown-card b{font-size:30px;letter-spacing:2px}.qr{display:block;width:min(300px,88vw);margin:12px auto;border-radius:12px;background:#fff;padding:8px;border:1px solid var(--line)}.license{width:100%;max-height:400px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:12px}.thumb{width:92px;height:92px;object-fit:cover;border:1px solid var(--line);border-radius:10px}.notice{padding:12px 14px;background:#fff5dd;color:#775813;border:1px solid #f1ddaa;border-radius:10px;font-size:13px}.notice.info{background:#f4edff;color:#604083;border-color:#e3d3f5}.notice.success{background:#eafff3;color:#236b47;border-color:#c7efd9}.empty{padding:32px 16px;text-align:center;color:var(--muted)}.hidden{display:none!important}.toast{position:fixed;left:50%;transform:translateX(-50%);bottom:88px;background:#282832;color:#fff;padding:11px 16px;border-radius:10px;z-index:100;box-shadow:var(--shadow)}.admin-wrap{max-width:1220px;margin:24px auto;padding:0 18px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-kpi{background:#fff;padding:14px;border-radius:12px;border:1px solid var(--line)}.admin-kpi b{font-size:23px;display:block}.admin-merchant{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.admin-limits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.admin-limits .field.full2{grid-column:span 2}.membership-box{background:#f7f7f9;padding:12px;border-radius:10px;margin-top:12px}.contact-box{background:#fff8e7;border:1px solid #ead6a5;border-radius:10px;padding:12px}.admin-only-badge{font-size:12px;color:#6e4d11;font-weight:800}.searchbox{display:flex;gap:8px;margin-bottom:10px}.searchbox .input{flex:1}.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.product-price{font-size:34px;font-weight:900;color:var(--red);margin:12px 0}.tag{display:inline-block;background:#f4edff;color:var(--red);border:1px solid #e4d6f4;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:750}.tag.soft{background:#f1f2f5;color:#666}.expired-box{padding:16px;border-radius:12px;background:#fff0f0;color:#a53a3f}.support-contact p{border-bottom:1px solid var(--line);padding-bottom:10px}@media(min-width:760px){.bottom-nav{display:none}body{padding-bottom:0}.mobile-titlebar{display:none}.home-shell{padding-top:24px}.page{padding:0 16px}.hero-banner{min-height:220px}.hero-banner h1{font-size:42px}.category-grid{grid-template-columns:repeat(6,1fr)}.sell-hero,.profile-hero{border-radius:16px;margin-top:20px}.filters-bar{top:64px}.buy-layout{border-radius:14px;overflow:hidden;margin-top:20px}.product-list{gap:12px}}@media(max-width:759px){.desktop-topbar{display:none}.page{width:100%}.admin-wrap{padding:0 10px}.admin-grid{grid-template-columns:repeat(2,1fr)}.admin-merchant{grid-template-columns:1fr}.admin-limits{grid-template-columns:1fr 1fr}.detail-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.buy-layout{grid-template-columns:136px 1fr}.market-card{padding:13px}.market-title{font-size:18px}.market-price b{font-size:28px}.market-meta{font-size:12px}.category-side button{font-size:15px;padding:17px 8px}.filters-bar{top:0}.home-shell{padding-bottom:14px}}@media(max-width:420px){.category-icon{width:58px;height:58px}.buy-layout{grid-template-columns:112px 1fr}.category-side button{font-size:14px}.filters-bar{grid-template-columns:1fr 1fr}.filters-bar select{grid-column:1/-1}.market-card-main{align-items:flex-start}.market-price{min-width:78px}.market-price b{font-size:25px}.profile-stat b{font-size:20px}}

/* 店管家 · 紫金品牌增强 */
.brand-titlebar{gap:8px;color:#4e218d}.brand-titlebar img{width:36px;height:36px;border-radius:10px;object-fit:cover;box-shadow:0 4px 12px rgba(91,43,148,.12)}
.brand-lockup{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 18px}.brand-lockup img{width:72px;height:72px;border-radius:16px;box-shadow:0 8px 22px rgba(82,37,132,.15)}.brand-lockup strong{font-size:28px;color:#51258a}.brand-lockup span{display:block;font-size:12px;color:#a27727;margin-top:4px}
.card h1,.card h2,.section-head h2{color:#3e2856}.btn:hover{filter:brightness(.98)}.btn.primary:hover{filter:brightness(1.04)}
.market-price b{color:#fff4cb;text-shadow:0 1px 8px rgba(48,17,80,.18)}.market-price del{color:#f5e7ff}.product-price{color:#6f35b5}
.desktop-links a:hover{color:#6f35b5}.desktop-links a{transition:.18s ease}
.bottom-nav a.active .nav-icon{filter:drop-shadow(0 2px 5px rgba(111,53,181,.20))}
@media(max-width:759px){.hero-brand{gap:12px}.hero-brand img{width:104px;height:104px;border-radius:18px}.hero-copy h1{font-size:24px}.hero-copy p{font-size:13px}.hero-banner{min-height:160px;padding:16px}.mobile-titlebar.brand-titlebar{font-size:19px}}
@media(max-width:390px){.hero-brand img{width:88px;height:88px}.hero-copy h1{font-size:21px;letter-spacing:1px}.hero-copy p{font-size:12px}}

/* V3.2 商品类目发布约束 */
.required-mark{color:var(--gold,#c99a2e);font-weight:800}
.field-help{margin-top:7px;font-size:12px;line-height:1.55;color:var(--muted,#7b7287)}
select:invalid{color:#9b94a3}

/* 手机端比例与触控体验优化 */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{min-width:0;overflow-x:hidden}
img{max-width:100%}

@media(max-width:759px){
  body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}
  .mobile-titlebar{height:54px;padding:0 52px;font-size:19px}
  .mobile-titlebar .left,.mobile-titlebar .right{height:54px}
  .mobile-titlebar .left{left:14px}
  .mobile-titlebar .right{right:14px}
  .home-shell{padding:0 14px calc(18px + env(safe-area-inset-bottom))}
  .city-row{height:56px;font-size:19px}
  .hero-banner{min-height:150px;padding:16px 18px;border-radius:16px}
  .hero-brand{gap:14px;min-width:0}
  .hero-brand img{width:92px;height:92px;flex:0 0 92px;border-radius:17px}
  .hero-copy{min-width:0}
  .hero-copy h1{font-size:24px;line-height:1.2;letter-spacing:1px}
  .hero-copy p{font-size:13px;line-height:1.45}
  .announcement{margin:10px 0 16px;padding:12px 13px;font-size:14px;line-height:1.55}
  .category-grid{gap:14px 6px;margin:14px 0 20px}
  .category-icon{width:56px;height:56px;margin-bottom:7px;border-width:5px;font-size:26px}
  .category-item{min-width:0;font-size:13px;line-height:1.35}
  .section-head{margin:16px 2px 9px}
  .section-head h2{font-size:19px}
  .market-card{padding:13px 14px}
  .market-title{font-size:18px;line-height:1.35}
  .market-meta{gap:6px 12px;font-size:13px;line-height:1.45}
  .market-price b{font-size:28px}
  .bottom-nav{height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}
  .bottom-nav a{min-width:0;gap:1px;font-size:13px}
  .nav-icon{font-size:23px;line-height:26px}
  .toast{bottom:calc(74px + env(safe-area-inset-bottom))}
  .sell-shell,.me-shell,.support-shell,.form-shell{padding:12px}
  .card{padding:15px}
  .input,textarea,select{min-height:46px;font-size:16px}
  textarea{min-height:96px}
  .btn{min-height:44px;padding:10px 15px}
  .btn.small{font-size:13px}
  .field label{font-size:14px}
  .admin-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .admin-tabs::-webkit-scrollbar{display:none}
  .admin-tabs .btn{flex:0 0 auto}
  .order-row .row-between,.seller-product-row .row-between{flex-wrap:wrap}
}

@media(max-width:520px){
  .buy-layout{display:block;min-height:calc(100vh - 176px)}
  .category-side{display:flex;gap:8px;overflow-x:auto;padding:8px 12px;background:#f3eff8;border-bottom:1px solid var(--line);scroll-snap-type:x proximity;scrollbar-width:none}
  .category-side::-webkit-scrollbar{display:none}
  .category-side button{width:auto;min-height:42px;flex:0 0 auto;padding:9px 14px;border:1px solid transparent;border-radius:999px;text-align:center;font-size:14px;white-space:nowrap;scroll-snap-align:start}
  .category-side button.active{border-left-color:#dec8f4;border-color:#dec8f4;background:#fff;box-shadow:0 3px 10px rgba(82,37,132,.08)}
  .buy-main{padding:0 12px 24px}
  .filters-bar{padding:10px 12px}
  .admin-limits{grid-template-columns:1fr}
  .admin-limits .field.full2{grid-column:auto}
  .admin-wrap{padding:0 12px}
  .admin-wrap>h1{font-size:24px}
  .admin-wrap .row-between{flex-wrap:wrap}
  .row-between>*{min-width:0}
  .searchbox{flex-wrap:wrap}
  .searchbox .input{flex-basis:100%}
}

@media(max-width:359px){
  .home-shell{padding-left:12px;padding-right:12px}
  .brand-titlebar img{width:32px;height:32px}
  .mobile-titlebar.brand-titlebar{font-size:18px}
  .hero-banner{min-height:142px;padding:14px;border-radius:14px}
  .hero-brand{gap:10px}
  .hero-brand img{width:78px;height:78px;flex-basis:78px;border-radius:15px}
  .hero-copy h1{font-size:21px}
  .hero-copy p{font-size:12.5px;line-height:1.4}
  .announcement{margin-bottom:14px}
  .category-grid{gap:10px 2px;margin-top:12px;margin-bottom:16px}
  .category-icon{width:50px;height:50px;font-size:23px}
  .category-item{font-size:12.5px}
  .market-card-main{gap:8px}
  .market-price{min-width:72px}
  .market-price b{font-size:25px}
  .countdown-card b{font-size:24px}
  .profile-stat b{font-size:18px}
  .profile-stat span{font-size:12px}
}

/* 后台商户列表：待处理优先，审核后紧凑折叠 */
.merchant-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 8px}
.merchant-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.merchant-filter{min-height:38px;border:1px solid var(--line);border-radius:999px;padding:8px 13px;background:#fff;color:#51475d;font-weight:750;cursor:pointer}
.merchant-filter b{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:4px;padding:0 6px;border-radius:999px;background:#f0e9f8;color:#6f35b5;font-size:12px}
.merchant-filter.active{border-color:#6f35b5;background:#6f35b5;color:#fff;box-shadow:0 5px 14px rgba(92,42,151,.18)}
.merchant-filter.active b{background:rgba(255,255,255,.2);color:#fff}
.merchant-card{margin:12px 0!important;padding:0;overflow:hidden}
.merchant-card.merchant-pending{border-left:4px solid var(--orange)}
.merchant-card.merchant-expired{border-left:4px solid var(--bad)}
.merchant-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px 18px;cursor:pointer;list-style:none;user-select:none}
.merchant-summary::-webkit-details-marker{display:none}
.merchant-summary:focus-visible{outline:3px solid rgba(111,53,181,.22);outline-offset:-3px}
.merchant-summary-main{min-width:0}
.merchant-summary h2{margin:7px 0 5px;font-size:20px;color:#3e2856}
.merchant-summary-meta{display:flex;gap:6px 18px;flex-wrap:wrap;color:var(--muted);font-size:13px}
.merchant-toggle{display:inline-flex;align-items:center;gap:7px;color:#6f35b5;font-size:13px;font-weight:800;white-space:nowrap}
.merchant-toggle::before{content:"展开详情"}
.merchant-toggle::after{content:"⌄";font-size:20px;line-height:1;transition:transform .18s ease}
.merchant-card[open] .merchant-toggle::before{content:"收起详情"}
.merchant-card[open] .merchant-toggle::after{transform:rotate(180deg)}
.merchant-details{padding:18px;border-top:1px solid var(--line);background:#fff}
.merchant-card:not([open]):hover .merchant-summary{background:#fcfaff}

@media(max-width:759px){
  .merchant-toolbar{align-items:flex-start;flex-direction:column}
  .merchant-filters{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .merchant-filters::-webkit-scrollbar{display:none}
  .merchant-filter{flex:0 0 auto;min-height:42px}
  .merchant-summary{padding:14px;gap:10px}
  .merchant-summary h2{font-size:18px}
  .merchant-summary-meta{display:grid;gap:3px;font-size:13px}
  .merchant-toggle::before{content:"展开"}
  .merchant-card[open] .merchant-toggle::before{content:"收起"}
  .merchant-details{padding:14px}
}
