:root{
  --bg:#f7fbff;
  --card:#fff;
  --text:#1f2937;
  --muted:#64748b;
  --line:#e8eef8;
  --line2:#dbeafe;
  --blue:#2563eb;
  --red:#ef3340;
  --gold:#a66b16;
  --gold-bg:#fff7e6;
  --green:#16a34a;
  --shadow:0 12px 34px rgba(15,23,42,.06);
  --max:1320px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 10% -10%,rgba(37,99,235,.08),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#eef7fb 48%,#f8fafc 100%);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}

.wx43-page{
  width:min(var(--max),100%);
  margin:0 auto;
  padding:10px 16px 42px;
}

.wx43-top{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.wx43-brand{
  display:flex;
  align-items:center;
  gap:9px;
  color:#0f172a;
  font-size:15px;
  font-weight:950;
}

.wx43-logo{
  width:31px;
  height:31px;
  border-radius:11px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#0ea5e9);
  box-shadow:0 10px 24px rgba(37,99,235,.20);
}

.wx43-nav{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
}

.wx43-nav a{
  height:30px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
}

.wx43-nav a.active{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
}

.wx43-shell{
  border:1px solid #dbeafe;
  background:rgba(255,255,255,.96);
  border-radius:20px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.wx43-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:16px;
  align-items:center;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#f8fbff);
}

.wx43-title h1{
  margin:0;
  color:#0f172a;
  font-size:22px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.02em;
}

.wx43-title h1 span{color:#2563eb}

.wx43-title p{
  margin:6px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.55;
  font-weight:750;
}

.wx43-focus{
  border:1px solid #dbeafe;
  background:#fff;
  border-radius:16px;
  padding:11px 13px;
}

.wx43-focus b{
  display:block;
  margin-bottom:6px;
  color:#0f172a;
  font-size:14px;
  font-weight:950;
}

.wx43-focus span{
  display:block;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
  font-weight:750;
}

.wx43-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid var(--line);
}

.wx43-stat{
  padding:11px 15px;
  border-right:1px solid var(--line);
}
.wx43-stat:last-child{border-right:0}

.wx43-stat span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:850;
}

.wx43-stat b{
  display:block;
  margin-top:4px;
  color:#0f172a;
  font-size:19px;
  line-height:1;
  font-weight:950;
}

.wx43-stat b.blue{color:#2563eb}
.wx43-stat b.red{color:#ef3340}
.wx43-stat b.gold{color:#a66b16}
.wx43-stat b.green{color:#16a34a}

.wx43-toolbar{
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px 14px;
  border-bottom:1px solid var(--line);
  background:#fbfdff;
}

.wx43-searchrow{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  flex-wrap:wrap;
}

.wx43-search{
  width:300px;
  max-width:100%;
  height:34px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#fff;
  padding:0 14px;
  outline:0;
  color:#0f172a;
  font-size:13px;
  font-weight:750;
}
.wx43-search:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.09);
}

.wx43-select{
  height:34px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
  padding:0 10px;
  outline:0;
  font-size:13px;
  font-weight:900;
}

.wx43-member-pill{
  height:26px;
  display:inline-flex;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  border:1px solid #f7c56b;
  background:#fff7e6;
  color:#a66b16;
  font-size:12px;
  font-weight:950;
}

.wx43-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
}

.wx43-btn{
  height:32px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
  padding:0 12px;
  font-size:12px;
  font-weight:900;
}
.wx43-btn.active,
.wx43-btn.primary{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
}
.wx43-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.wx43-tabs{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  padding:9px 14px;
  border-bottom:1px solid var(--line);
}

.wx43-tabs span{
  color:#64748b;
  font-size:12px;
  font-weight:900;
}

.wx43-tab{
  height:28px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  color:#2563eb;
  padding:0 11px;
  font-size:12px;
  font-weight:900;
}
.wx43-tab.active{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
}

.wx43-marketbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:58px;
  padding:0 13px;
  border-bottom:1px solid var(--line);
  background:#fff;
  overflow:hidden;
}

.wx43-market-tabs{
  display:flex;
  align-items:stretch;
  gap:24px;
  height:58px;
  flex:0 0 auto;
}

.wx43-market-tab{
  position:relative;
  border:0;
  background:transparent;
  color:#64748b;
  font-size:21px;
  font-weight:850;
  letter-spacing:-.02em;
  padding:0;
  min-width:82px;
}
.wx43-market-tab.active{color:#2563eb}
.wx43-market-tab.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  border-radius:999px 999px 0 0;
  background:#2563eb;
}

.wx43-divider{
  width:1px;
  height:26px;
  background:#e5e7eb;
  flex:0 0 auto;
}

.wx43-chips{
  display:flex;
  align-items:center;
  gap:10px;
  overflow:hidden;
  flex:1 1 auto;
  min-width:0;
}

.wx43-chip{
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  max-width:220px;
  padding:0 17px;
  border:0;
  border-radius:999px;
  font-size:19px;
  line-height:1;
  font-weight:850;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wx43-chip.blue{color:#2563eb;background:#eff6ff}
.wx43-chip.red{color:#ef3340;background:#fff1f2}
.wx43-chip.teal{color:#0f9f8e;background:#e8fbf7}
.wx43-chip.gold{color:#a66b16;background:#fff7e6}

.wx43-chip .hot{
  min-width:36px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 8px;
  border-radius:999px;
  color:#fff;
  background:#ef3340;
  font-size:15px;
  font-weight:950;
}

.wx43-controls{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}

.wx43-arrow-group{
  display:inline-flex;
  align-items:center;
  height:38px;
  border-radius:999px;
  background:#f3f4f6;
  overflow:hidden;
}
.wx43-arrow{
  width:44px;
  height:38px;
  border:0;
  background:transparent;
  color:#111827;
  font-size:16px;
  font-weight:950;
}
.wx43-arrow:first-child{
  border-right:1px solid #e5e7eb;
  color:#9ca3af;
}

.wx43-voice{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#6b7280;
  font-size:20px;
  font-weight:850;
  white-space:nowrap;
}

.wx43-switch{
  width:70px;
  height:40px;
  border-radius:999px;
  background:#e5e7eb;
  position:relative;
  cursor:pointer;
  flex:0 0 auto;
  transition:.18s ease;
}
.wx43-switch::after{
  content:"";
  position:absolute;
  width:32px;
  height:32px;
  top:4px;
  left:4px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 12px rgba(15,23,42,.18);
  transition:.18s ease;
}
.wx43-switch.on{background:#5b7fea}
.wx43-switch.on::after{left:34px}

.wx43-gear{
  width:38px;
  height:38px;
  border:0;
  background:transparent;
  color:#111827;
  font-size:24px;
  line-height:1;
}

.wx43-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 288px;
  gap:12px;
  align-items:start;
  padding:12px;
  background:#f8fbff;
}

.wx43-maincol{
  min-width:0;
  border:1px solid #dbeafe;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
}

.wx43-side{
  position:sticky;
  top:10px;
  display:grid;
  gap:12px;
  min-width:0;
}

.wx43-stream-head{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 14px;
  border-bottom:1px solid var(--line);
}

.wx43-stream-title{
  display:flex;
  align-items:center;
  gap:8px;
  color:#0f172a;
  font-size:15px;
  font-weight:950;
}
.wx43-stream-title i{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#ef3340;
  box-shadow:0 0 0 5px rgba(239,51,64,.10);
}

.wx43-stream-meta{
  color:#64748b;
  font-size:12px;
  font-weight:850;
}

.wx43-list{
  background:#fff;
}

.wx43-item{
  display:grid;
  grid-template-columns:86px minmax(0,1fr) 34px;
  gap:12px;
  align-items:start;
  min-height:66px;
  padding:12px 14px;
  border-bottom:1px solid var(--line);
  transition:background .14s ease;
}
.wx43-item:hover{background:#fbfdff}

.wx43-time{
  color:#2563eb;
  font-size:14px;
  line-height:1.35;
  font-weight:900;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.wx43-time.important{color:#ef3340}
.wx43-time.vip{color:#a66b16}

.wx43-content{min-width:0}
.wx43-line{
  margin:0;
  color:#1f2937;
  font-size:15px;
  line-height:1.65;
  font-weight:700;
}
.wx43-line.important{
  color:#ef3340;
  font-weight:850;
}
.wx43-line.vip{
  color:#8a5a12;
  font-weight:850;
}

.wx43-vip-row{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-right:8px;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  background:linear-gradient(135deg,#f7c56b,#a56929);
  color:#fff;
  font-size:11px;
  font-weight:950;
  vertical-align:1px;
}

.wx43-lock{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:10px;
  height:26px;
  padding:0 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#f7c56b,#a56929);
  color:#fff;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}

.wx43-summary{
  margin:4px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.6;
  font-weight:650;
}
.wx43-summary.vip-mask{
  filter:blur(3px);
  user-select:none;
  pointer-events:none;
}

.wx43-tags{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-top:7px;
}

.wx43-tag{
  height:21px;
  display:inline-flex;
  align-items:center;
  padding:0 7px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  color:#2563eb;
  font-size:11px;
  font-weight:900;
}
.wx43-tag.red{
  border-color:#fecaca;
  background:#fef2f2;
  color:#ef3340;
}
.wx43-tag.gold{
  border-color:#f7c56b;
  background:#fff7e6;
  color:#a56929;
}

.wx43-op{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:#94a3b8;
}
.wx43-op button{
  width:24px;
  height:24px;
  border:0;
  background:transparent;
  color:#94a3b8;
  font-size:18px;
  line-height:1;
}

.wx43-vip-card{
  display:grid;
  grid-template-columns:86px minmax(0,1fr) 34px;
  gap:12px;
  align-items:center;
  min-height:58px;
  padding:11px 14px;
  border-bottom:1px solid #f2e7d0;
  background:linear-gradient(90deg,#fff7e6,#fff);
}

.wx43-vip-title{
  color:#8a5a12;
  font-size:15px;
  line-height:1.55;
  font-weight:950;
}

.wx43-pager{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 14px;
  background:#fbfdff;
  color:#64748b;
  font-size:12px;
  font-weight:850;
}
.wx43-pager-actions{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}

.wx43-panel{
  border:1px solid #dbeafe;
  background:rgba(255,255,255,.96);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(15,23,42,.055);
  overflow:hidden;
}

.wx43-panel-head{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 13px;
  border-bottom:1px solid #edf2f7;
  color:#0f172a;
  font-size:14px;
  font-weight:950;
}
.wx43-panel-head small{
  color:#94a3b8;
  font-size:11px;
  font-weight:850;
}

.wx43-panel-body{padding:12px}

.wx43-status-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.wx43-status-card{
  min-height:58px;
  padding:10px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #edf2f7;
}
.wx43-status-card span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:850;
}
.wx43-status-card b{
  display:block;
  margin-top:5px;
  color:#0f172a;
  font-size:16px;
  font-weight:950;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wx43-status-card b.ok{color:#16a34a}
.wx43-status-card b.warn{color:#f59e0b}
.wx43-status-card b.red{color:#ef3340}
.wx43-status-card b.blue{color:#2563eb}
.wx43-status-card b.gold{color:#a66b16}

.wx43-setting{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:34px;
  color:#334155;
  font-size:13px;
  font-weight:850;
}

.wx43-toggle{
  width:38px;
  height:22px;
  border-radius:999px;
  background:#e2e8f0;
  position:relative;
  flex:0 0 auto;
  cursor:pointer;
}
.wx43-toggle::after{
  content:"";
  position:absolute;
  width:16px;
  height:16px;
  left:3px;
  top:3px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 2px 6px rgba(15,23,42,.18);
  transition:.16s ease;
}
.wx43-toggle.on{background:#2563eb}
.wx43-toggle.on::after{left:19px}

.wx43-heat-list,
.wx43-price-list{
  display:grid;
  gap:8px;
}
.wx43-heat-row,
.wx43-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:38px;
  padding:9px 11px;
  border-radius:13px;
  background:#f8fafc;
  border:1px solid #edf2f7;
  color:#1e293b;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  transition:.14s ease;
}
.wx43-heat-row:hover,
.wx43-price-row:hover{
  background:#eff6ff;
  border-color:#bfdbfe;
}
.wx43-heat-row b{color:#ef3340;font-weight:950}
.wx43-price-row b{color:#2563eb;font-weight:950}
.wx43-price-row em{
  color:#64748b;
  font-size:12px;
  font-style:normal;
  font-weight:850;
}
.wx43-price-row .up{color:#ef3340}
.wx43-price-row .down{color:#16a34a}

.wx43-empty{
  padding:42px 14px;
  text-align:center;
  color:#64748b;
  font-size:14px;
  font-weight:850;
}
.wx43-empty button{
  margin-left:10px;
}

.wx43-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:10000;
  max-width:360px;
  padding:11px 14px;
  border-radius:16px;
  border:1px solid #bfdbfe;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 48px rgba(15,23,42,.14);
  color:#0f172a;
  font-size:13px;
  font-weight:850;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:.22s ease;
}
.wx43-toast.show{
  opacity:1;
  transform:translateY(0);
}

body.wx43-night{
  filter:brightness(.93);
}

@media(max-width:1023px){
  .wx43-grid{display:block}
  .wx43-side{display:grid;gap:12px;margin-top:12px}
  .wx43-marketbar{align-items:flex-start;flex-direction:column;padding:10px 12px}
  .wx43-market-tabs{height:38px;gap:20px}
  .wx43-market-tab{font-size:18px;min-width:auto}
  .wx43-chips{width:100%;overflow-x:auto;scrollbar-width:none}
  .wx43-chips::-webkit-scrollbar{display:none}
  .wx43-chip{flex:0 0 auto;height:34px;font-size:16px}
  .wx43-controls{width:100%;justify-content:space-between}
}

@media(max-width:760px){
  .wx43-page{padding:10px}
  .wx43-top{height:auto;align-items:flex-start;flex-direction:column}
  .wx43-head{grid-template-columns:1fr}
  .wx43-focus{min-width:0;width:100%}
  .wx43-stats{grid-template-columns:1fr 1fr}
  .wx43-toolbar{grid-template-columns:1fr}
  .wx43-search{width:100%}
  .wx43-actions{justify-content:flex-start}
  .wx43-item,.wx43-vip-card{grid-template-columns:64px minmax(0,1fr) 26px;padding:11px 10px}
  .wx43-time{font-size:13px}
  .wx43-line{font-size:14px}
  .wx43-pager{align-items:flex-start;flex-direction:column}
  .wx43-status-grid{grid-template-columns:1fr 1fr}
  .wx43-toast{left:12px;right:12px;bottom:12px;max-width:none}
}
