/* WXSSC V67.2-C2 Price Center Full Workbench */
:root{
  --pc2-blue:#315be8;
  --pc2-blue2:#2563eb;
  --pc2-border:#bad3ff;
  --pc2-soft:#eef6ff;
  --pc2-text:#0f172a;
  --pc2-muted:#64748b;
  --pc2-red:#d33b37;
  --pc2-green:#16a34a;
  --pc2-w:1300px;
}

body{
  background:
    radial-gradient(circle at 8% 0%, rgba(69,115,255,.14), transparent 28%),
    linear-gradient(180deg,#f4f9ff,#eef6ff 38%,#f6fbff);
  color:var(--pc2-text);
}

.wx-pc2-page{
  width:min(var(--pc2-w), calc(100vw - 40px));
  margin:26px auto 72px;
}

.wx-pc2-card{
  border:1px solid var(--pc2-border);
  border-radius:30px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 60px rgba(59,105,180,.12);
}

.wx-pc2-hero{
  padding:28px 30px 22px;
  overflow:hidden;
  position:relative;
}

.wx-pc2-hero:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-110px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(49,91,232,.12), transparent 62%);
  pointer-events:none;
}

.wx-pc2-hero-top{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
}

.wx-pc2-badge{
  display:inline-flex;
  align-items:center;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#eef5ff;
  color:#2563eb;
  font-size:13px;
  font-weight:1000;
}

.wx-pc2-hero h1{
  margin:12px 0 8px;
  color:#071126;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.05em;
}

.wx-pc2-hero p{
  margin:0;
  color:#475569;
  font-size:17px;
  line-height:1.55;
  font-weight:850;
}

.wx-pc2-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.wx-pc2-btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--pc2-border);
  background:#fff;
  color:#244ee4;
  text-decoration:none;
  font-size:15px;
  font-weight:1000;
  cursor:pointer;
  white-space:nowrap;
}

.wx-pc2-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(37,99,235,.12);
}

.wx-pc2-btn.primary{
  background:linear-gradient(135deg,#315be8,#294bd2);
  border-color:#315be8;
  color:#fff;
  box-shadow:0 14px 30px rgba(49,91,232,.22);
}

.wx-pc2-btn.gold{
  background:#facc15;
  border-color:#facc15;
  color:#111827;
}

.wx-pc2-btn.ghost{
  min-height:34px;
  padding:0 13px;
  font-size:13px;
  background:#f4f8ff;
}

.wx-pc2-meta{
  position:relative;
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  padding:12px;
  border:1px solid var(--pc2-border);
  border-radius:22px;
  background:rgba(248,251,255,.9);
}

.wx-pc2-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:45px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--pc2-border);
  background:#fff;
  color:#111827;
  font-size:15px;
  font-weight:1000;
}

.wx-pc2-pill small{
  color:#64748b;
  font-size:13px;
  font-weight:900;
}

.wx-pc2-live-dot{
  width:15px;
  height:15px;
  border-radius:50%;
  background:#5fd176;
  box-shadow:0 0 0 12px rgba(95,209,118,.14);
}

.wx-pc2-workbench{
  margin-top:24px;
  padding:30px;
}

.wx-pc2-workbench-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.wx-pc2-workbench h2{
  margin:0 0 8px;
  font-size:31px;
  color:#071126;
  line-height:1.1;
  letter-spacing:-.05em;
}

.wx-pc2-workbench p{
  margin:0;
  color:#475569;
  font-size:17px;
  font-weight:850;
  line-height:1.5;
}

.wx-pc2-filter-tip{
  min-height:44px;
  display:flex;
  align-items:center;
  padding:0 20px;
  border:1px solid #9de7b1;
  border-radius:999px;
  background:#f0fff4;
  color:#23723b;
  font-size:15px;
  font-weight:1000;
  white-space:nowrap;
}

.wx-pc2-stats{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding:12px;
  border:1px solid var(--pc2-border);
  border-radius:22px;
  background:#f8fbff;
  margin-bottom:18px;
}

.wx-pc2-stat{
  min-width:112px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 16px;
  border:1px solid var(--pc2-border);
  border-radius:999px;
  background:#fff;
  color:#071126;
  font-size:14px;
  font-weight:1000;
}

.wx-pc2-stat b{
  font-size:19px;
  color:#071126;
  letter-spacing:-.04em;
}

.wx-pc2-stat.up b{color:var(--pc2-red)}
.wx-pc2-stat.down b{color:var(--pc2-green)}
.wx-pc2-stat.flat b{color:#2563eb}

.wx-pc2-search-row{
  display:grid;
  grid-template-columns:1fr auto auto auto;
  gap:12px;
  margin-bottom:14px;
}

.wx-pc2-input,
.wx-pc2-select{
  height:62px;
  border:1px solid var(--pc2-border);
  border-radius:19px;
  padding:0 20px;
  background:#fff;
  color:#111827;
  font-size:17px;
  font-weight:900;
  outline:none;
}

.wx-pc2-input:focus,
.wx-pc2-select:focus{
  border-color:#315be8;
  box-shadow:0 0 0 5px rgba(49,91,232,.12);
}

.wx-pc2-btn.big{
  height:62px;
  min-width:190px;
  font-size:17px;
  border-radius:19px;
}

.wx-pc2-filter-row{
  display:grid;
  grid-template-columns:78px 1fr;
  gap:14px;
  align-items:center;
  padding:13px 0;
  border-top:1px solid #e5eefb;
}

.wx-pc2-filter-label{
  color:#475569;
  font-size:16px;
  font-weight:1000;
}

.wx-pc2-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.wx-pc2-chip{
  height:45px;
  min-width:78px;
  padding:0 17px;
  border:1px solid var(--pc2-border);
  border-radius:999px;
  background:#fff;
  color:#315be8;
  font-size:16px;
  font-weight:1000;
  cursor:pointer;
}

.wx-pc2-chip.active{
  background:linear-gradient(135deg,#315be8,#294bd2);
  border-color:#315be8;
  color:#fff;
  box-shadow:0 12px 22px rgba(49,91,232,.18);
}

.wx-pc2-chip.disabled{
  opacity:.42;
  cursor:not-allowed;
  background:#f8fafc;
}

.wx-pc2-modes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:18px 0 14px;
}

.wx-pc2-mode{
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 20px;
  border:1px solid var(--pc2-border);
  border-radius:22px;
  background:#fff;
  text-decoration:none;
  color:#0f172a;
  cursor:pointer;
}

.wx-pc2-mode.active{
  background:linear-gradient(135deg,#315be8,#294bd2);
  color:#fff;
  box-shadow:0 16px 34px rgba(49,91,232,.22);
}

.wx-pc2-mode i{
  width:43px;
  height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#315be8;
  color:#fff;
  font-style:normal;
  font-size:16px;
  font-weight:1000;
}

.wx-pc2-mode.active i{
  background:#fff;
  color:#315be8;
}

.wx-pc2-mode b{
  display:block;
  font-size:17px;
  font-weight:1000;
}

.wx-pc2-mode span{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:13px;
  font-weight:850;
}

.wx-pc2-mode.active span{
  color:rgba(255,255,255,.88);
}

.wx-pc2-status{
  min-height:47px;
  display:flex;
  align-items:center;
  padding:0 18px;
  margin-bottom:12px;
  border:1px solid var(--pc2-border);
  border-radius:15px;
  background:#eef6ff;
  color:#244ee4;
  font-size:15px;
  font-weight:1000;
}

.wx-pc2-table-card{
  border:1px solid var(--pc2-border);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}

.wx-pc2-table-scroll{
  overflow:auto;
}

.wx-pc2-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
}

.wx-pc2-table th{
  padding:15px 16px;
  background:#f8fbff;
  color:#64748b;
  text-align:left;
  border-bottom:1px solid #dbeafe;
  font-size:14px;
  font-weight:1000;
  white-space:nowrap;
}

.wx-pc2-table td{
  padding:18px 16px;
  border-bottom:1px solid #eaf1fb;
  color:#071126;
  font-size:15px;
  font-weight:900;
  vertical-align:middle;
}

.wx-pc2-table tr:hover td{
  background:#f8fbff;
}

.wx-pc2-product{
  display:block;
  font-size:21px;
  line-height:1.1;
  font-weight:1000;
  color:#071126;
}

.wx-pc2-sub{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-size:13px;
  font-weight:900;
}

.wx-pc2-price{
  color:var(--pc2-red);
  font-size:25px;
  font-weight:1000;
  font-variant-numeric:tabular-nums;
}

.wx-pc2-lock{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid #dbeafe;
  background:#f8fafc;
  color:#64748b;
  font-size:13px;
  font-weight:1000;
}

.wx-pc2-up{
  color:var(--pc2-red)!important;
  background:#fff5f5;
}

.wx-pc2-down{
  color:var(--pc2-green)!important;
  background:#f0fdf4;
}

.wx-pc2-flat{
  color:#64748b!important;
  background:#f8fafc;
}

.wx-pc2-change-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  font-size:14px;
  font-weight:1000;
}

.wx-pc2-session{
  display:inline-flex;
  align-items:center;
  height:28px;
  margin-top:6px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid #fed7aa;
  background:#fff7ed;
  color:#ea580c;
  font-size:12px;
  font-weight:1000;
}

.wx-pc2-pager{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:14px;
  color:#64748b;
  font-size:14px;
  font-weight:900;
}

.wx-pc2-empty{
  padding:44px 20px;
  text-align:center;
  color:#64748b;
  font-size:15px;
  line-height:1.8;
  font-weight:850;
}

.wx-pc2-modal-mask{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(15,23,42,.45);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.wx-pc2-modal-mask.show{
  display:flex;
}

.wx-pc2-modal{
  width:min(560px, calc(100vw - 32px));
  border-radius:26px;
  background:#fff;
  border:1px solid #dbeafe;
  box-shadow:0 30px 80px rgba(15,23,42,.28);
  overflow:hidden;
}

.wx-pc2-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:20px 22px;
  border-bottom:1px solid #e5eefb;
}

.wx-pc2-modal-head b{
  font-size:20px;
  color:#071126;
}

.wx-pc2-modal-body{
  padding:20px 22px 24px;
  color:#334155;
  font-size:14px;
  font-weight:850;
  line-height:1.75;
}

.wx-pc2-detail-grid{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:10px 14px;
}

.wx-pc2-detail-grid span{
  color:#64748b;
}

.wx-pc2-detail-grid b{
  color:#071126;
}

.wx67p-card{
  width:auto;
  margin-top:22px;
  border:1px solid var(--pc2-border);
  border-radius:30px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 60px rgba(59,105,180,.12);
}

.wx67p-btn{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:999px;
  border:1px solid #dbeafe;
  background:#f4f8ff;
  color:#2563eb;
  text-decoration:none;
  font-size:13px;
  font-weight:1000;
}

@media(max-width:900px){
  .wx-pc2-page{
    width:calc(100vw - 24px);
    margin-top:16px;
  }
  .wx-pc2-hero,
  .wx-pc2-workbench{
    padding:20px 16px;
    border-radius:24px;
  }
  .wx-pc2-hero-top,
  .wx-pc2-workbench-head{
    flex-direction:column;
  }
  .wx-pc2-hero h1{
    font-size:28px;
  }
  .wx-pc2-workbench h2{
    font-size:26px;
  }
  .wx-pc2-search-row{
    grid-template-columns:1fr;
  }
  .wx-pc2-btn.big{
    width:100%;
  }
  .wx-pc2-modes{
    grid-template-columns:1fr;
  }
  .wx-pc2-filter-tip{
    white-space:normal;
    border-radius:18px;
    padding:10px 14px;
    min-height:auto;
  }
  .wx-pc2-pager{
    flex-direction:column;
    align-items:flex-start;
  }
}
