:root{
  --theme-bg:#f6f7fb;
  --theme-card:#ffffff;
  --theme-text:#0f172a;
  --theme-muted:#64748b;
  --theme-border:rgba(15,23,42,.10);
  --theme-accent:#2f6bff;
  --theme-accent-2:#6a5cff;
  --theme-bg-image:
    radial-gradient(820px 480px at 15% 0%, rgba(47, 107, 255, 0.12), rgba(0, 0, 0, 0) 60%),
    radial-gradient(760px 440px at 85% 0%, rgba(106, 92, 255, 0.10), rgba(0, 0, 0, 0) 60%);

  --wx01-bg:#f6f7fb;
  --wx01-card:#ffffff;
  --wx01-text:#0f172a;
  --wx01-muted:#64748b;
  --wx01-line:#e7eaf3;
  --wx01-primary:#2f6bff;
  --wx01-primary-2:#6a5cff;
  --wx01-danger:#ff3b30;
  --wx01-ok:#22c55e;
  --wx01-warn:#f59e0b;
  --wx01-radius:16px;
  --wx01-shadow:0 10px 30px rgba(15,23,42,.08);
  --wx01-shadow2:0 14px 40px rgba(15,23,42,.12);
}

.wx01-filter{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin:12px 0 18px;
}
.wx01-input{
  padding:8px 10px;
  border:1px solid #e2e8f0;
  border-radius:8px;
  background:#fff;
  font-size:14px;
}
.wx01-grid--list{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.wx01-card--list{
  display:block;
}
.wx01-pagination{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.wx01-page{
  padding:8px 12px;
  border:1px solid #e2e8f0;
  border-radius:8px;
  text-decoration:none;
  color:#0f172a;
  background:#fff;
}
.wx01-page.is-active{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}
.wx01-empty{
  padding:18px;
  border:1px dashed #e2e8f0;
  border-radius:12px;
  color:#94a3b8;
}
@media (max-width: 720px){
  .wx01-grid--list{grid-template-columns:1fr;}
}

*{box-sizing:border-box}
html,body{height:100%}
body.wx01-body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:var(--wx01-text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(47,107,255,.18), rgba(0,0,0,0) 60%),
    radial-gradient(900px 500px at 110% 10%, rgba(106,92,255,.14), rgba(0,0,0,0) 55%),
    var(--wx01-bg);
  overflow-x:hidden;
}

.wx01-container{max-width:1180px;margin:0 auto;padding:0 20px}

.wx01-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(231,234,243,.75);
}
.wx01-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:64px;
}
.wx01-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:inherit;
}
.wx01-brand__mark{
  width:36px;height:36px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:normal;letter-spacing:.5px;
  color:#fff;
  background:linear-gradient(135deg,var(--wx01-primary),var(--wx01-primary-2));
  box-shadow:0 10px 20px rgba(47,107,255,.25);
}
.wx01-brand__name{font-weight:normal}

.wx01-nav{
  display:flex;
  gap:6px;
  align-items:center;
}
.wx01-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:40px;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  color:rgba(15,23,42,.78);
  font-weight:normal;
  font-size:14px;
  transition:background .2s,color .2s,transform .2s;
}
.wx01-nav a:hover{background:rgba(47,107,255,.08);color:rgba(15,23,42,.92)}
.wx01-nav a.is-active{
  background:rgba(47,107,255,.12);
  color:rgba(15,23,42,.96);
}

.wx01-nav-toggle{
  display:none;
  width:44px;height:44px;border-radius:12px;
  border:1px solid rgba(231,234,243,.9);
  background:#fff;
  padding:0;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.wx01-nav-toggle span{
  width:18px;height:2px;border-radius:2px;background:rgba(15,23,42,.82);
}

.wx01-hero{padding:36px 0 18px}
.wx01-hero__inner{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}
.wx01-hero__copy{
  border-radius:var(--wx01-radius);
  background:
    radial-gradient(800px 420px at 10% 20%, rgba(47,107,255,.20), rgba(0,0,0,0) 60%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
  border:1px solid rgba(231,234,243,.85);
  box-shadow:var(--wx01-shadow);
  padding:28px 26px;
  overflow:hidden;
  position:relative;
}
.wx01-badge-row{display:flex;gap:8px;flex-wrap:wrap}
.wx01-badge{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:normal;
  color:#1b2a56;
  background:rgba(47,107,255,.12);
  border:1px solid rgba(47,107,255,.20);
}
.wx01-badge--soft{background:rgba(15,23,42,.05);border-color:rgba(231,234,243,.95);color:rgba(15,23,42,.70)}
.wx01-badge--ok{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.18);color:#166534}
.wx01-badge--info{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.18);color:#1d4ed8}
.wx01-badge--warn{background:rgba(245,158,11,.14);border-color:rgba(245,158,11,.22);color:#92400e}
.wx01-badge--danger{background:rgba(255,59,48,.10);border-color:rgba(255,59,48,.18);color:#b91c1c}
.wx01-badge--muted{background:rgba(15,23,42,.06);border-color:rgba(15,23,42,.10);color:rgba(15,23,42,.65)}

.wx01-hero__title{margin:14px 0 8px;font-size:44px;line-height:1.05;letter-spacing:-.6px}
.wx01-hero__sub{margin:0;color:rgba(15,23,42,.70);font-size:16px;line-height:1.7;max-width:36ch}
.wx01-hero__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

.wx01-btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:42px;padding:0 16px;border-radius:12px;
  text-decoration:none;font-weight:normal;font-size:14px;
  border:1px solid transparent;
  transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;
}
.wx01-btn--primary{
  background:linear-gradient(135deg,var(--wx01-primary),var(--wx01-primary-2));
  color:#fff;
  box-shadow:0 14px 28px rgba(47,107,255,.26);
}
.wx01-btn--primary:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(47,107,255,.30)}
.wx01-btn--ghost{
  background:rgba(255,255,255,.82);
  color:rgba(15,23,42,.86);
  border-color:rgba(231,234,243,.95);
}
.wx01-btn--ghost:hover{transform:translateY(-1px);border-color:rgba(47,107,255,.25);box-shadow:0 10px 22px rgba(15,23,42,.10)}
.wx01-btn--mini{height:34px;padding:0 12px;border-radius:12px;font-size:13px}
.wx01-btn--buy{
  width:100%;
  background:linear-gradient(135deg,#ff4d4f,#ff7a45);
  color:#fff;
  box-shadow:0 16px 34px rgba(255,77,79,.22);
}
.wx01-btn--buy:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}

.wx01-hero__panel{display:flex;flex-direction:column;gap:12px}
.wx01-panel{
  border-radius:var(--wx01-radius);
  background:linear-gradient(135deg, rgba(15,23,42,.94), rgba(17,24,39,.86));
  color:rgba(255,255,255,.92);
  box-shadow:var(--wx01-shadow2);
  padding:22px 22px 18px;
  border:1px solid rgba(255,255,255,.08);
}
.wx01-panel__h{font-size:14px;letter-spacing:1.6px;text-transform:uppercase;color:rgba(255,255,255,.70)}
.wx01-panel__p{margin:10px 0 16px;color:rgba(255,255,255,.72);line-height:1.7}
.wx01-panel__kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.wx01-kpi{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:12px 12px 10px}
.wx01-kpi__v{font-weight:normal;font-size:18px}
.wx01-kpi__k{color:rgba(255,255,255,.65);font-size:12px;margin-top:3px}

.wx01-strip{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.wx01-strip__item{
  display:flex;gap:10px;align-items:center;
  padding:12px 12px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.wx01-strip__item span{font-size:18px}
.wx01-strip__item b{display:block;font-size:13px}
.wx01-strip__item em{display:block;font-style:normal;color:rgba(15,23,42,.60);font-size:12px}

.wx01-section{padding:26px 0}
.wx01-section--soft{background:rgba(255,255,255,.68);border-top:1px solid rgba(231,234,243,.85);border-bottom:1px solid rgba(231,234,243,.85)}
.wx01-section--tight{padding:16px 0}
.wx01-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.wx01-section__title{margin:0;font-size:20px;letter-spacing:-.2px}
.wx01-section__meta{color:rgba(15,23,42,.58);font-size:13px}

.wx01-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.wx01-grid--mini{grid-template-columns:repeat(3,1fr)}

.wx01-card{
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius:18px;
  overflow:hidden;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  box-shadow:0 12px 26px rgba(15,23,42,.07);
  transition:transform .18s,box-shadow .18s,border-color .18s;
}
.wx01-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(15,23,42,.12);border-color:rgba(47,107,255,.25)}
.wx01-card__img{position:relative;width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,rgba(47,107,255,.18),rgba(106,92,255,.12))}
.wx01-card__img img{width:100%;height:100%;object-fit:cover;display:block}
.wx01-card__ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:rgba(47,107,255,.55)}
.wx01-card__tags{position:absolute;left:10px;right:10px;bottom:10px;display:flex;gap:8px;flex-wrap:wrap}
.wx01-tag{
  display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;
  font-size:12px;font-weight:normal;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(231,234,243,.90);
  color:rgba(15,23,42,.78);
}
.wx01-tag--dark{background:rgba(15,23,42,.80);border-color:rgba(15,23,42,.82);color:rgba(255,255,255,.92)}
.wx01-card__body{padding:14px 14px 14px}
.wx01-card__title{
  font-weight:normal;
  font-size:15px;
  line-height:1.35;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
  min-height:40px;
}
.wx01-card__row{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.wx01-card__btn{
  margin-top:12px;
  height:40px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(47,107,255,.10);
  border:1px solid rgba(47,107,255,.18);
  font-weight:normal;
  color:rgba(15,23,42,.90);
}
.wx01-price{display:flex;align-items:baseline;gap:6px}
.wx01-price__v{font-weight:normal;font-size:18px;color:var(--wx01-danger)}
.wx01-price__u{font-size:12px;color:rgba(15,23,42,.55);font-weight:normal}
.wx01-mini{font-size:12px;color:rgba(15,23,42,.60);font-weight:normal}

.wx01-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.wx01-feature{
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  padding:18px 16px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}
.wx01-feature__icon{font-size:22px}
.wx01-feature__title{margin-top:10px;font-weight:normal;font-size:14px}
.wx01-feature__desc{margin-top:8px;color:rgba(15,23,42,.60);font-size:13px;line-height:1.65}

.wx01-empty{
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  padding:34px 18px;
  text-align:center;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.wx01-empty--card{max-width:720px;margin:40px auto}
.wx01-empty__icon{font-size:54px;font-weight:normal;letter-spacing:2px;color:rgba(47,107,255,.60)}
.wx01-empty__title{margin-top:10px;font-weight:normal}
.wx01-empty__desc{margin-top:8px;color:rgba(15,23,42,.58);font-size:14px}
.wx01-empty__cta{margin-top:16px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}

.wx01-footer{
  margin-top:34px;
  background:
    radial-gradient(900px 260px at 10% 10%, rgba(47,107,255,.18), rgba(0,0,0,0) 62%),
    radial-gradient(720px 260px at 110% 30%, rgba(106,92,255,.16), rgba(0,0,0,0) 55%),
    rgba(15,23,42,.98);
  color:rgba(255,255,255,.80);
  border-top:1px solid rgba(255,255,255,.06);
}
.wx01-footer__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:18px;
  padding:26px 0 14px;
}
.wx01-footer__brand,.wx01-footer__col{min-width:0}
.wx01-footer__brand{
  padding:16px 16px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.wx01-footer__col{
  padding:16px 16px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
}
.wx01-footer__title{font-weight:normal;color:#fff;font-size:15px}
.wx01-footer__desc{margin-top:8px;color:rgba(255,255,255,.66);font-size:13px;line-height:1.7;overflow-wrap:anywhere;word-break:break-word}
.wx01-footer__h{font-weight:normal;font-size:13px;color:rgba(255,255,255,.86);margin-bottom:10px}
.wx01-footer__links a{display:block;color:rgba(255,255,255,.66);text-decoration:none;font-size:13px;margin:8px 0;overflow-wrap:anywhere;word-break:break-word}
.wx01-footer__links a:hover{color:#fff}
.wx01-footer__badges{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.wx01-footer__badge{
  height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:normal;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.wx01-footer__bottom{
  padding:14px 0 22px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:13px;
  color:rgba(255,255,255,.55);
  overflow-wrap:anywhere;
  word-break:break-word;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.wx01-footer__sep{opacity:.55}
.wx01-footer__mini-link{
  color:rgba(255,255,255,.70);
  text-decoration:none;
  font-weight:normal;
}
.wx01-footer__mini-link:hover{color:#fff}

.wx01-crumb{
  display:flex;gap:10px;align-items:center;
  padding:18px 0 10px;
  color:rgba(15,23,42,.58);
  font-size:13px;
}
.wx01-crumb a{text-decoration:none;color:rgba(15,23,42,.72);font-weight:normal}
.wx01-crumb a:hover{color:rgba(47,107,255,.92)}
.wx01-crumb span{color:rgba(15,23,42,.38)}

.wx01-product{padding-bottom:10px}
.wx01-products{padding:12px 0 10px}
.wx01-products__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  padding:18px 0 10px;
}
.wx01-products__title{margin:0;font-size:22px;font-weight:normal;letter-spacing:-.2px}
.wx01-products__sub{margin-top:8px;color:rgba(15,23,42,.58);font-size:13px}
.wx01-products__count{display:flex;gap:10px;flex-wrap:wrap}

.wx01-typebar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding:14px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}
.wx01-typebtn{
  height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(231,234,243,.95);
  background:rgba(15,23,42,.04);
  color:rgba(15,23,42,.72);
  font-weight:normal;
  font-size:13px;
  cursor:pointer;
  transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;
}
.wx01-typebtn:hover{transform:translateY(-1px);border-color:rgba(34,197,94,.35);box-shadow:0 12px 24px rgba(15,23,42,.08)}
.wx01-typebtn.is-active{
  background:linear-gradient(135deg,#16a34a,#22c55e);
  border-color:rgba(34,197,94,.45);
  color:#fff;
  box-shadow:0 12px 28px rgba(34,197,94,.22);
}

.wx01-btn--success{
  background:linear-gradient(135deg,#16a34a,#22c55e);
  color:#fff;
  box-shadow:0 14px 28px rgba(34,197,94,.22);
}
.wx01-btn--success:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(34,197,94,.26)}

.wx01-table{
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  box-shadow:0 12px 26px rgba(15,23,42,.06);
  overflow:hidden;
}
.wx01-table--products{margin-top:14px}
.wx01-thead,.wx01-tr{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(0,.7fr) minmax(0,.45fr) minmax(0,.45fr) minmax(0,.6fr) minmax(0,.45fr);
  gap:12px;
  align-items:center;
}
.wx01-table--products .wx01-thead,
.wx01-table--products .wx01-tr{
  grid-template-columns:minmax(0,.7fr) minmax(0,2.2fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,.7fr);
}
.wx01-thead{
  padding:14px 14px;
  background:linear-gradient(180deg, rgba(15,23,42,.04), rgba(15,23,42,.02));
  border-bottom:1px solid rgba(231,234,243,.90);
}
.wx01-th{
  font-size:12px;
  font-weight:normal;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:rgba(15,23,42,.55);
}
.wx01-th--num,.wx01-td--num{text-align:right}
.wx01-th--price,.wx01-td--price{text-align:right}
.wx01-th--action,.wx01-td--action{text-align:right}
.wx01-table--products .wx01-th--price,.wx01-table--products .wx01-td--price{text-align:center}
.wx01-table--products .wx01-th--status,.wx01-table--products .wx01-td--status{text-align:center}
.wx01-table--products .wx01-th--action,.wx01-table--products .wx01-td--action{text-align:right}
.wx01-tbody{display:block}
.wx01-tr{
  padding:14px 14px;
  border-bottom:1px solid rgba(231,234,243,.85);
  background:rgba(255,255,255,.92);
}
.wx01-tr:hover{background:rgba(47,107,255,.04)}
.wx01-tr[hidden]{display:none}
.wx01-td{min-width:0}
.wx01-td--title{display:flex;flex-direction:column;gap:6px;min-width:0}
.wx01-link{
  color:rgba(15,23,42,.92);
  text-decoration:none;
  font-weight:normal;
  line-height:1.35;
}
.wx01-link--sm{font-size:13px;font-weight:normal;color:rgba(15,23,42,.86)}
.wx01-link:hover{color:rgba(47,107,255,.95)}
.wx01-td__sub{display:flex;gap:10px;flex-wrap:wrap}
.wx01-num{font-weight:normal;color:rgba(15,23,42,.88)}
.wx01-price2{font-weight:normal;color:var(--wx01-danger)}
.wx01-price2u{margin-left:6px;font-size:12px;font-weight:normal;color:rgba(15,23,42,.55)}

.wx01-badge--type1{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.18);color:#1d4ed8}
.wx01-badge--type2{background:rgba(245,158,11,.16);border-color:rgba(245,158,11,.22);color:#92400e}
.wx01-status{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-weight:normal;
  font-size:12px;
  border:1px solid rgba(231,234,243,.95);
}
.wx01-status--ok{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.18);color:#166534}
.wx01-status--off{background:rgba(148,163,184,.14);border-color:rgba(148,163,184,.22);color:rgba(15,23,42,.62)}
.wx01-product__top{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  align-items:start;
}
.wx01-media{
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  box-shadow:0 12px 30px rgba(15,23,42,.07);
  overflow:hidden;
  aspect-ratio:1 / 1;
}
.wx01-media img{width:100%;height:100%;object-fit:contain;display:block}
.wx01-media__ph{height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;color:rgba(47,107,255,.55)}
.wx01-title{font-size:24px;font-weight:normal;letter-spacing:-.3px;line-height:1.25}
.wx01-meta-row{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}
.wx01-chip{
  display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;
  font-size:12px;font-weight:normal;background:rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.10);color:rgba(15,23,42,.72)
}
.wx01-chip--soft{background:rgba(47,107,255,.10);border-color:rgba(47,107,255,.18);color:rgba(15,23,42,.82)}

.wx01-buybox{
  margin-top:14px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  box-shadow:0 16px 44px rgba(15,23,42,.10);
  padding:16px 16px 14px;
}
.wx01-buybox__price{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.wx01-buybox__label{font-size:12px;color:rgba(15,23,42,.55);font-weight:normal;letter-spacing:.6px;text-transform:uppercase}
.wx01-buybox__value{font-weight:normal;font-size:28px;color:var(--wx01-danger)}
.wx01-buybox__value span{font-size:12px;color:rgba(15,23,42,.55);font-weight:normal;margin-left:6px}
.wx01-buybox__stock{
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(231,234,243,.90);
  background:rgba(15,23,42,.03);
  color:rgba(15,23,42,.72);
  font-weight:normal;
  font-size:13px;
  display:flex;gap:8px;flex-wrap:wrap;align-items:center;
}
.wx01-buybox__stock.is-in{background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.18);color:#166534}
.wx01-buybox__stock.is-out{background:rgba(255,59,48,.08);border-color:rgba(255,59,48,.16);color:#b91c1c}
.wx01-buybox__stock span{opacity:.82;font-weight:normal}

.wx01-alert{
  margin-top:12px;
  border-radius:14px;
  padding:10px 12px;
  font-size:13px;
  border:1px solid rgba(231,234,243,.90);
  line-height:1.6;
}
.wx01-alert--error{background:rgba(255,59,48,.08);border-color:rgba(255,59,48,.16);color:#b91c1c}
.wx01-alert--success{background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.18);color:#166534}

.wx01-form{margin-top:12px}
.wx01-field{margin-top:12px}
.wx01-field label{display:block;font-size:12px;font-weight:normal;color:rgba(15,23,42,.70);margin-bottom:6px}
.wx01-field input,.wx01-field select,.wx01-field textarea{
  width:100%;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid rgba(231,234,243,.95);
  background:#fff;
  font-size:14px;
  outline:none;
  transition:border-color .18s,box-shadow .18s;
}
.wx01-field textarea{min-height:140px;resize:vertical}
.wx01-field input:focus,.wx01-field select:focus,.wx01-field textarea:focus{
  border-color:rgba(47,107,255,.45);
  box-shadow:0 0 0 4px rgba(47,107,255,.12);
}
.wx01-help{margin-top:6px;color:rgba(15,23,42,.55);font-size:12px}

.wx01-qty{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.wx01-qty__label{font-weight:normal;font-size:12px;color:rgba(15,23,42,.70)}
.wx01-qty__ctrl{
  display:flex;align-items:center;gap:0;
  border-radius:14px;
  border:1px solid rgba(231,234,243,.95);
  overflow:hidden;
  background:#fff;
}
.wx01-qty__btn{
  width:44px;height:42px;border:0;background:rgba(15,23,42,.04);
  font-size:18px;font-weight:normal;color:rgba(15,23,42,.75);
  cursor:pointer;
}
.wx01-qty__btn:hover{background:rgba(47,107,255,.10)}
.wx01-qty__ctrl input{
  width:68px;height:42px;border:0;text-align:center;font-weight:normal;color:rgba(15,23,42,.85)
}

.wx01-safebox{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.wx01-safebox__item{
  padding:10px 10px 9px;
  border-radius:16px;
  background:rgba(15,23,42,.03);
  border:1px solid rgba(231,234,243,.95);
  display:flex;
  gap:8px;
  align-items:center;
}
.wx01-safebox__item span{font-size:16px}
.wx01-safebox__item b{font-size:12px}
.wx01-safebox__item em{font-style:normal;font-size:11px;color:rgba(15,23,42,.55)}

.wx01-cardbox{
  margin-top:14px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(231,234,243,.90);
  box-shadow:0 12px 26px rgba(15,23,42,.06);
  padding:16px 16px 14px;
}
.wx01-cardbox--soft{background:rgba(255,255,255,.80)}
.wx01-cardbox--detail{padding:14px 14px 6px}
.wx01-cardbox__h{font-weight:normal;font-size:14px;margin-bottom:10px}
.wx01-desc{color:rgba(15,23,42,.70);font-size:14px;line-height:1.85}
.wx01-list{margin:0;padding-left:18px;color:rgba(15,23,42,.68);line-height:1.85}
.wx01-list li{margin:6px 0}

.wx01-rich{color:rgba(15,23,42,.74);font-size:14px;line-height:1.9}
.wx01-rich h1,.wx01-rich h2,.wx01-rich h3,.wx01-rich h4{color:rgba(15,23,42,.92);line-height:1.35;margin:14px 0 10px}
.wx01-rich p{margin:10px 0}
.wx01-rich ul,.wx01-rich ol{margin:10px 0 10px 18px}
.wx01-rich li{margin:6px 0}
.wx01-rich a{color:rgba(47,107,255,.95);text-decoration:none;font-weight:normal}
.wx01-rich a:hover{text-decoration:underline}
.wx01-rich blockquote{
  margin:12px 0;
  padding:10px 12px;
  border-left:3px solid rgba(47,107,255,.55);
  background:rgba(47,107,255,.06);
  border-radius:14px;
}
.wx01-rich img{max-width:100%;height:auto;border-radius:14px}
.wx01-article-image{text-align:center;margin:16px 0}
.wx01-article-image img{display:inline-block}
.article-image{text-align:center;margin:16px 0}
.article-image img{display:inline-block}

.wx01-product__detail--mobile{display:none}
.wx01-pill-row{display:flex;flex-wrap:wrap;gap:10px}
.wx01-pill{
  display:inline-flex;align-items:center;height:34px;padding:0 12px;border-radius:999px;
  background:rgba(15,23,42,.05);border:1px solid rgba(231,234,243,.95);
  text-decoration:none;color:rgba(15,23,42,.78);font-weight:normal;font-size:13px;
}
.wx01-pill:hover{background:rgba(47,107,255,.10);border-color:rgba(47,107,255,.18)}

.wx01-article{padding-bottom:12px}
.wx01-article__cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

.wx01-formpage{max-width:920px;margin:22px auto 0}
.wx01-formpage__sub{color:rgba(15,23,42,.58);font-size:13px;margin-top:8px}
.wx01-form--grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.wx01-field--full{grid-column:1 / -1}
.wx01-form__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.wx01-divider{height:1px;background:rgba(231,234,243,.95);margin:16px 0}

.wx01-order{margin-top:6px}
.wx01-order__row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed rgba(231,234,243,.95)}
.wx01-order__row:last-child{border-bottom:0}
.wx01-order__k{color:rgba(15,23,42,.58);font-weight:normal;font-size:13px}
.wx01-order__v{font-weight:normal;color:rgba(15,23,42,.86);font-size:13px;text-align:right}
.wx01-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.wx01-badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;font-weight:normal;font-size:12px;border:1px solid rgba(231,234,243,.95)}

.wx01-delivery{display:grid;gap:10px}
.wx01-delivery__item{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(231,234,243,.95);
  background:rgba(255,255,255,.94);
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  word-break:break-all;
  font-size:13px;
}
.wx01-order__cta{margin-top:14px}

@media (max-width: 980px){
  .wx01-grid{grid-template-columns:repeat(3,1fr)}
  .wx01-features{grid-template-columns:repeat(2,1fr)}
  .wx01-hero__inner{grid-template-columns:1fr}
  .wx01-panel__kpi{grid-template-columns:repeat(3,1fr)}
  .wx01-product__top{grid-template-columns:1fr}
  .wx01-media img,.wx01-media__ph{height:360px}
  .wx01-product__detail--desktop{display:none}
  .wx01-product__detail--mobile{display:block}
}
@media (max-width: 720px){
  .wx01-header__inner{height:60px}
  .wx01-nav-toggle{display:inline-flex}
  .wx01-nav{
    position:fixed;
    left:14px;right:14px;top:74px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(231,234,243,.95);
    border-radius:18px;
    box-shadow:0 18px 48px rgba(15,23,42,.16);
    padding:10px;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    transform:translateY(-8px);
    opacity:0;
    pointer-events:none;
    transition:transform .18s,opacity .18s;
  }
  body.wx01-nav-open .wx01-nav{transform:translateY(0);opacity:1;pointer-events:auto}
  .wx01-nav a{justify-content:center}
  .wx01-hero__title{font-size:34px}
  .wx01-strip{grid-template-columns:1fr}
  .wx01-grid{grid-template-columns:1fr}
  .wx01-grid--mini{grid-template-columns:1fr}
  .wx01-features{grid-template-columns:1fr}
  .wx01-products__head{align-items:flex-start;flex-direction:column}
  .wx01-thead{display:none}
  .wx01-tr{
    grid-template-columns:minmax(0,1fr);
    gap:10px;
  }
  .wx01-table--products .wx01-tr{padding:14px 14px}
  .wx01-table--products .wx01-td--price,.wx01-table--products .wx01-td--status,.wx01-table--products .wx01-td--action{text-align:left}
  .wx01-table--products .wx01-td--action .wx01-btn{width:100%}
  .wx01-typebar{padding:12px 12px;border-radius:16px}
  .wx01-typebtn{height:34px;padding:0 12px}
  .wx01-footer__grid{grid-template-columns:1fr;gap:12px;padding:18px 0 10px}
  .wx01-footer__brand,.wx01-footer__col{padding:14px 14px 12px;border-radius:16px}
  .wx01-footer__h{margin-bottom:8px}
  .wx01-footer__links{display:flex;flex-wrap:wrap;gap:10px}
  .wx01-footer__links a{
    margin:0;
    height:34px;
    display:inline-flex;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.82);
    font-weight:normal;
  }
  .wx01-footer__links a:hover{color:#fff}
  .wx01-footer__bottom{padding:12px 0 18px;justify-content:center;text-align:center}
  .wx01-footer__sep{display:none}
  .wx01-safebox{grid-template-columns:1fr}
  .wx01-form--grid{grid-template-columns:1fr}
}
