/* WXSSC Mobile Prices v1
   Mobile-only price center. Desktop price workbench remains untouched. */
@media (max-width: 760px){
  html body.wx-mobile-prices-v1-ready{
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
    background:#f3f6fa !important;
    color:#111827 !important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif !important;
  }

  html body.wx-mobile-prices-v1-ready > :not(#wxMobilePricesV1){
    display:none !important;
  }

  #wxMobilePricesV1,
  #wxMobilePricesV1 *{
    box-sizing:border-box;
  }

  #wxMobilePricesV1{
    display:block;
    min-height:100vh;
    padding:0 0 64px;
    background:linear-gradient(180deg,#edf5ff 0,#f7fafc 138px,#f3f6fa 100%);
    color:#101828;
    letter-spacing:0;
  }

  .wxmp-appbar{
    position:sticky;
    top:0;
    z-index:40;
    height:48px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:7px 10px;
    background:#08111f;
    box-shadow:0 2px 10px rgba(8,17,31,.16);
  }

  .wxmp-logo{
    width:28px;
    height:28px;
    border-radius:6px;
    background:#fff;
    object-fit:cover;
    flex:0 0 auto;
  }

  .wxmp-brand{
    min-width:0;
    flex:1 1 auto;
  }

  .wxmp-brand b{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:1.05;
    font-weight:950;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .wxmp-brand span{
    display:block;
    margin-top:2px;
    color:#8ea2bd;
    font-size:10px;
    line-height:1;
    font-weight:800;
  }

  .wxmp-nav{
    display:flex;
    gap:5px;
    flex:0 0 auto;
  }

  .wxmp-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:26px;
    padding:0 9px;
    border-radius:6px;
    color:#cbd5e1;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
  }

  .wxmp-nav a.is-on{
    color:#fff;
    background:#2563eb;
  }

  .wxmp-page{
    padding:7px;
  }

  .wxmp-card{
    border:1px solid #e2e8f0;
    border-radius:10px;
    background:#fff;
    box-shadow:0 1px 0 rgba(15,23,42,.03);
    overflow:hidden;
  }

  .wxmp-hero{
    padding:10px 10px 9px;
    border-color:#d9e7ff;
    background:
      radial-gradient(circle at 84% 8%,rgba(37,99,235,.12),transparent 34%),
      linear-gradient(135deg,#fff 0,#f8fbff 100%);
  }

  .wxmp-kicker{
    display:inline-flex;
    align-items:center;
    gap:5px;
    height:20px;
    padding:0 7px;
    border-radius:999px;
    background:#eef6ff;
    color:#2563eb;
    font-size:10px;
    font-weight:950;
    letter-spacing:.02em;
  }

  .wxmp-kicker:before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 4px rgba(34,197,94,.13);
  }

  .wxmp-hero h1{
    margin:7px 0 0;
    color:#0f172a;
    font-size:20px;
    line-height:1.16;
    font-weight:950;
  }

  .wxmp-hero p{
    margin:4px 0 0;
    color:#64748b;
    font-size:12px;
    line-height:1.45;
    font-weight:800;
  }

  .wxmp-meta{
    display:flex;
    align-items:center;
    gap:6px;
    overflow-x:auto;
    margin-top:8px;
    padding:6px;
    border:1px solid #e5edf8;
    border-radius:8px;
    background:rgba(255,255,255,.78);
    scrollbar-width:none;
  }

  .wxmp-meta::-webkit-scrollbar{
    display:none;
  }

  .wxmp-meta span{
    flex:0 0 auto;
    color:#64748b;
    font-size:11px;
    line-height:1;
    font-weight:900;
  }

  .wxmp-meta b{
    color:#0f172a;
    font-weight:950;
  }

  .wxmp-search{
    margin-top:8px;
    padding:9px;
  }

  .wxmp-search-row{
    display:grid;
    grid-template-columns:1fr 82px;
    gap:7px;
  }

  .wxmp-input{
    width:100%;
    height:38px;
    border:1px solid #c7dcff;
    border-radius:8px;
    padding:0 10px;
    background:#fff;
    color:#0f172a;
    outline:none;
    font-size:13px;
    font-weight:850;
  }

  .wxmp-input:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.12);
  }

  .wxmp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:38px;
    border:0;
    border-radius:8px;
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:950;
    box-shadow:0 8px 16px rgba(37,99,235,.16);
  }

  .wxmp-chips{
    display:flex;
    gap:6px;
    overflow-x:auto;
    padding:8px 0 0;
    scrollbar-width:none;
  }

  .wxmp-chips::-webkit-scrollbar{
    display:none;
  }

  .wxmp-chip{
    flex:0 0 auto;
    height:28px;
    border:1px solid #bfdbfe;
    border-radius:999px;
    background:#fff;
    color:#2563eb;
    padding:0 10px;
    font-size:12px;
    font-weight:950;
  }

  .wxmp-chip.is-on{
    border-color:#2563eb;
    background:#2563eb;
    color:#fff;
  }

  .wxmp-chip.up.is-on{
    background:#ef4444;
    border-color:#ef4444;
  }

  .wxmp-chip.down.is-on{
    background:#16a34a;
    border-color:#16a34a;
  }

  .wxmp-tools{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:6px;
    margin-top:7px;
  }

  .wxmp-tool{
    min-height:38px;
    border:1px solid #dbeafe;
    border-radius:9px;
    background:#fff;
    padding:7px 8px;
    text-decoration:none;
    color:#0f172a;
  }

  .wxmp-tool small{
    display:inline-block;
    margin-right:4px;
    color:#2563eb;
    font-size:10px;
    font-weight:950;
  }

  .wxmp-tool b{
    display:inline;
    margin-top:0;
    font-size:12px;
    line-height:1.1;
    font-weight:950;
  }

  .wxmp-list-card{
    margin-top:8px;
  }

  .wxmp-card-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    padding:10px 10px 8px;
    border-bottom:1px solid #edf2f7;
  }

  .wxmp-card-title span{
    display:block;
    color:#2563eb;
    font-size:10px;
    line-height:1;
    font-weight:950;
    letter-spacing:.08em;
  }

  .wxmp-card-title h2{
    margin:3px 0 0;
    color:#0f172a;
    font-size:19px;
    line-height:1.1;
    font-weight:950;
  }

  .wxmp-status{
    color:#64748b;
    font-size:11px;
    line-height:1.3;
    font-weight:850;
    text-align:right;
  }

  .wxmp-quotes{
    display:grid;
  }

  .wxmp-quote{
    display:grid;
    grid-template-columns:minmax(0,1fr) 86px;
    gap:8px;
    align-items:center;
    min-height:58px;
    padding:8px 10px;
    border-bottom:1px solid #edf2f7;
    background:#fff;
  }

  .wxmp-quote:last-child{
    border-bottom:0;
  }

  .wxmp-quote-main{
    min-width:0;
  }

  .wxmp-company{
    display:block;
    color:#0f172a;
    font-size:15px;
    line-height:1.12;
    font-weight:950;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .wxmp-product{
    display:block;
    margin-top:4px;
    color:#5f6f85;
    font-size:12px;
    line-height:1.25;
    font-weight:850;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .wxmp-price{
    color:#0f172a;
    font-size:15px;
    line-height:1;
    font-weight:950;
    text-align:right;
    font-variant-numeric:tabular-nums;
  }

  .wxmp-price.is-locked{
    display:inline-flex;
    justify-content:center;
    justify-self:end;
    min-width:54px;
    height:23px;
    align-items:center;
    border-radius:999px;
    background:#ecfdf5;
    color:#16a34a;
    font-size:10px;
    box-shadow:none;
  }

  .wxmp-price.is-locked.is-soft{
    min-width:40px;
    height:21px;
    background:#f8fafc;
    color:#94a3b8;
    border:1px solid #edf2f7;
    font-size:10px;
  }

  .wxmp-side{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-items:end;
    gap:5px;
    min-width:0;
  }

  .wxmp-delta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:19px;
    padding:0 6px;
    border-radius:999px;
    border:1px solid #e5edf8;
    background:#f8fafc;
    color:#94a3b8;
    font-size:10px;
    font-weight:950;
    font-variant-numeric:tabular-nums;
  }

  .wxmp-delta.up{
    border-color:#fecaca;
    background:#fff1f2;
    color:#ef4444;
  }

  .wxmp-delta.down{
    border-color:#bbf7d0;
    background:#ecfdf5;
    color:#16a34a;
  }

  .wxmp-session{
    display:none;
  }

  .wxmp-date{
    display:inline-flex;
    color:#64748b;
    font-size:10px;
    font-weight:850;
    line-height:1;
  }

  .wxmp-empty,
  .wxmp-loading{
    padding:18px 10px;
    color:#64748b;
    font-size:13px;
    font-weight:850;
    text-align:center;
  }

  .wxmp-more-wrap{
    display:flex;
    justify-content:center;
    padding:10px;
    border-top:1px solid #edf2f7;
    background:#fff;
  }

  .wxmp-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:176px;
    height:34px;
    border:1px solid #bfdbfe;
    border-radius:999px;
    background:#f8fbff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
  }

  .wxmp-bottom{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:50;
    height:56px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    border-top:1px solid #e2e8f0;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
  }

  .wxmp-bottom a,
  .wxmp-bottom button{
    border:0;
    background:transparent;
    color:#64748b;
    text-decoration:none;
    font-size:12px;
    font-weight:950;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
  }

  .wxmp-bottom i{
    width:18px;
    height:18px;
    border-radius:5px;
    background:#e8eef7;
  }

  .wxmp-bottom .is-on{
    color:#2563eb;
  }

  .wxmp-bottom .is-on i{
    background:#dbeafe;
  }
}
