/* 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;
  }
}

/* WXSSC V68.20-E1B masked price display */
.wx-pc2-price-masked-v6820e1b{
  color:#2563eb !important;
  letter-spacing:.02em;
}


/* WXSSC V68.20-E1C masked price display */
.wx-pc2-price-masked-v6820e1c{
  color:#2563eb !important;
  font-weight:900 !important;
  letter-spacing:.03em;
}

/* WXSSC V68.20-E2D2 price center core table exact rebuild
   Scope: /prices.html .wx-pc2-table only
   Goal: remove origin column; product subline like home price list; change uses color + text + arrow.
*/
.wx-pc2-table{
  table-layout:fixed !important;
  min-width:900px !important;
}

.wx-pc2-table th,
.wx-pc2-table td{
  vertical-align:middle !important;
}

.wx-pc2-table th:nth-child(1),
.wx-pc2-table td:nth-child(1){width:28% !important;}

.wx-pc2-table th:nth-child(2),
.wx-pc2-table td:nth-child(2){width:13% !important;}

.wx-pc2-table th:nth-child(3),
.wx-pc2-table td:nth-child(3){width:19% !important;}

.wx-pc2-table th:nth-child(4),
.wx-pc2-table td:nth-child(4){width:14% !important;}

.wx-pc2-table th:nth-child(5),
.wx-pc2-table td:nth-child(5){width:12% !important;}

.wx-pc2-table th:nth-child(6),
.wx-pc2-table td:nth-child(6){width:14% !important;}

.wx-pc2-row-v6820e2d2 td{
  padding:12px 12px !important;
  border-bottom:1px solid rgba(148,163,184,.14) !important;
}

.wx-pc2-row-v6820e2d2:hover td{
  background:linear-gradient(90deg,rgba(37,99,235,.045),rgba(255,255,255,.98)) !important;
}

.wx-pc2-product-v6820e2d2{
  display:grid !important;
  gap:5px !important;
  min-width:0 !important;
}

.wx-pc2-product-v6820e2d2 b{
  display:block !important;
  color:#071326 !important;
  font-size:14px !important;
  line-height:1.22 !important;
  font-weight:1000 !important;
  white-space:normal !important;
  word-break:break-word !important;
}

.wx-pc2-product-v6820e2d2 small{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  flex-wrap:wrap !important;
  color:#64748b !important;
  font-size:11px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
}

.wx-pc2-product-v6820e2d2 small span{
  display:inline-flex !important;
  align-items:center !important;
  min-height:20px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  background:#f1f5f9 !important;
  color:#475569 !important;
  border:1px solid #e2e8f0 !important;
}

.wx-pc2-product-v6820e2d2 small span:first-child{
  background:#eff6ff !important;
  color:#2563eb !important;
  border-color:#bfdbfe !important;
}

.wx-pc2-company-v6820e2d2,
.wx-pc2-spec-v6820e2d2{
  color:#0f172a !important;
  font-weight:950 !important;
  font-size:13px !important;
  line-height:1.35 !important;
  word-break:break-word !important;
}

.wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-num{
  font-size:14px !important;
  font-weight:1000 !important;
  letter-spacing:.01em !important;
}

.wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-masked-v6820e1c{
  color:#334155 !important;
  background:#f8fafc !important;
  border:1px solid #e2e8f0 !important;
  border-radius:999px !important;
  padding:4px 10px !important;
  display:inline-flex !important;
  align-items:center !important;
}

.wx-pc2-change-v6820e2d2{
  min-width:68px !important;
  min-height:28px !important;
  padding:4px 10px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  font-size:12px !important;
  font-weight:1000 !important;
  line-height:1 !important;
  border:1px solid transparent !important;
}

.wx-pc2-change-v6820e2d2 b{font:inherit !important;}

.wx-pc2-change-v6820e2d2 small{
  font-size:10px !important;
  font-weight:900 !important;
  opacity:.78 !important;
}

.wx-pc2-change-v6820e2d2.wx-pc2-change-up{
  color:#dc2626 !important;
  background:#fff1f2 !important;
  border-color:#fecdd3 !important;
}

.wx-pc2-change-v6820e2d2.wx-pc2-change-down{
  color:#16a34a !important;
  background:#f0fdf4 !important;
  border-color:#bbf7d0 !important;
}

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

.wx-pc2-date-cell-v6820e2d2{
  display:grid !important;
  gap:5px !important;
  justify-items:start !important;
}

.wx-pc2-date-cell-v6820e2d2 b{
  color:#0f172a !important;
  font-size:13px !important;
  font-weight:1000 !important;
  line-height:1.1 !important;
}

.wx-pc2-date-cell-v6820e2d2 em{
  display:inline-flex !important;
  align-items:center !important;
  min-height:24px !important;
  padding:0 9px !important;
  border-radius:999px !important;
  background:#fff7ed !important;
  border:1px solid #fed7aa !important;
  color:#ea580c !important;
  font-size:11px !important;
  font-weight:950 !important;
  font-style:normal !important;
}

@media(max-width:980px){
  .wx-pc2-table{min-width:860px !important;}
  .wx-pc2-product-v6820e2d2 b{font-size:13px !important;}
  .wx-pc2-change-v6820e2d2{min-width:62px !important;padding:4px 8px !important;}
}

/* WXSSC V68.20-E3B price center select/input focus polish CSS-only
   Scope: /prices.html .wx-pc2-search-row only
   Rule: CSS visual only; no JS/API/member/price-data changes
*/
.wx-pc2-search-row{
  align-items:center !important;
}

.wx-pc2-search-row .wx-pc2-input,
.wx-pc2-search-row .wx-pc2-select{
  height:44px !important;
  border:1px solid #d8e6ff !important;
  border-radius:14px !important;
  background-color:#fff !important;
  color:#0f172a !important;
  box-shadow:0 6px 16px rgba(37,99,235,.045) !important;
  transition:border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}

.wx-pc2-search-row .wx-pc2-input:hover,
.wx-pc2-search-row .wx-pc2-select:hover{
  border-color:#b9cffb !important;
  background-color:#fbfdff !important;
}

.wx-pc2-search-row .wx-pc2-input:focus,
.wx-pc2-search-row .wx-pc2-input:focus-visible,
.wx-pc2-search-row .wx-pc2-select:focus,
.wx-pc2-search-row .wx-pc2-select:focus-visible{
  outline:none !important;
  border-color:#2f6df6 !important;
  box-shadow:0 0 0 3px rgba(47,109,246,.14), 0 8px 20px rgba(37,99,235,.08) !important;
}

.wx-pc2-search-row .wx-pc2-select{
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  cursor:pointer !important;
  padding-right:42px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #315be8 50%),
    linear-gradient(135deg, #315be8 50%, transparent 50%),
    linear-gradient(to right, rgba(216,230,255,.85), rgba(216,230,255,.85)) !important;
  background-position:
    calc(100% - 23px) 50%,
    calc(100% - 17px) 50%,
    calc(100% - 38px) 50% !important;
  background-size:
    6px 6px,
    6px 6px,
    1px 22px !important;
  background-repeat:no-repeat !important;
}

.wx-pc2-search-row .wx-pc2-select:focus,
.wx-pc2-search-row .wx-pc2-select:focus-visible{
  background-image:
    linear-gradient(45deg, transparent 50%, #174ee8 50%),
    linear-gradient(135deg, #174ee8 50%, transparent 50%),
    linear-gradient(to right, rgba(47,109,246,.22), rgba(47,109,246,.22)) !important;
}

.wx-pc2-search-row .wx-pc2-select option{
  color:#0f172a !important;
  background:#fff !important;
}

.wx-pc2-search-row #searchBtn{
  height:44px !important;
  border-radius:14px !important;
  box-shadow:0 10px 22px rgba(37,99,235,.18) !important;
}

.wx-pc2-search-row #searchBtn:focus,
.wx-pc2-search-row #searchBtn:focus-visible{
  outline:none !important;
  box-shadow:0 0 0 3px rgba(47,109,246,.18), 0 10px 22px rgba(37,99,235,.18) !important;
}

@media(max-width:980px){
  .wx-pc2-search-row .wx-pc2-input,
  .wx-pc2-search-row .wx-pc2-select,
  .wx-pc2-search-row #searchBtn{
    height:42px !important;
    border-radius:13px !important;
  }
}
/* WXSSC V68.20-E3B END */


/* WXSSC V68.20-E4B price center premium workbench CSS-only START
   Scope: /prices.html CSS visual polish only.
   Locked: do not change /api/prices, member permission, mask logic, table JS data chain.
*/

html body .wx-pc2-page{
  padding-top:24px !important;
}

html body .wx-pc2-workbench{
  position:relative !important;
  overflow:hidden !important;
  border:1px solid rgba(147,197,253,.72) !important;
  border-radius:22px !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(37,99,235,.105), transparent 31%),
    radial-gradient(circle at 92% 10%, rgba(14,165,233,.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.97)) !important;
  box-shadow:
    0 28px 70px rgba(37,99,235,.105),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

html body .wx-pc2-workbench:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, transparent, rgba(37,99,235,.75), rgba(14,165,233,.42), transparent);
  pointer-events:none;
}

html body .wx-pc2-workbench-head{
  align-items:flex-start !important;
  padding-bottom:14px !important;
  border-bottom:1px solid rgba(191,219,254,.72) !important;
}

html body .wx-pc2-workbench h2{
  letter-spacing:-.035em !important;
  color:#071326 !important;
}

html body .wx-pc2-workbench p{
  max-width:860px !important;
  color:#405069 !important;
  font-weight:780 !important;
}

html body .wx-pc2-filter-tip{
  min-height:38px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:1px solid rgba(134,239,172,.75) !important;
  background:linear-gradient(180deg,#f0fdf4,#ecfdf5) !important;
  color:#15803d !important;
  box-shadow:0 10px 24px rgba(22,163,74,.10) !important;
}

html body .wx-pc2-stats{
  margin-top:14px !important;
  padding:8px !important;
  gap:8px !important;
  border:1px solid rgba(191,219,254,.82) !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,251,255,.92)) !important;
}

html body .wx-pc2-stat{
  min-height:42px !important;
  justify-content:center !important;
  border-radius:14px !important;
  border:1px solid rgba(219,234,254,.95) !important;
  background:linear-gradient(180deg,#fff,#f8fbff) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86) !important;
  font-weight:950 !important;
}

html body .wx-pc2-stat b{
  font-size:15px !important;
  letter-spacing:-.02em !important;
}

html body .wx-pc2-search-row{
  margin-top:14px !important;
  display:grid !important;
  grid-template-columns:minmax(420px,1fr) 240px 160px 150px !important;
  gap:8px !important;
  padding:8px !important;
  border:1px solid rgba(147,197,253,.86) !important;
  border-radius:18px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.95)) !important;
  box-shadow:
    0 16px 34px rgba(37,99,235,.075),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

html body .wx-pc2-search-row .wx-pc2-input,
html body .wx-pc2-search-row .wx-pc2-select{
  height:46px !important;
  min-height:46px !important;
  border-radius:14px !important;
  border:1px solid rgba(191,219,254,.95) !important;
  background-color:#fff !important;
  color:#0f172a !important;
  font-weight:900 !important;
  font-size:14px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9) !important;
  transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease !important;
}

html body .wx-pc2-search-row .wx-pc2-input{
  padding-left:17px !important;
  letter-spacing:.01em !important;
}

html body .wx-pc2-search-row .wx-pc2-input::placeholder{
  color:#71819a !important;
  font-weight:800 !important;
}

html body .wx-pc2-search-row .wx-pc2-select{
  appearance:none !important;
  -webkit-appearance:none !important;
  padding-left:16px !important;
  padding-right:46px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #2563eb 50%),
    linear-gradient(135deg, #2563eb 50%, transparent 50%),
    linear-gradient(to right, rgba(191,219,254,.75), rgba(191,219,254,.75)) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%,
    calc(100% - 42px) 50% !important;
  background-size:6px 6px, 6px 6px, 1px 25px !important;
  background-repeat:no-repeat !important;
}

html body .wx-pc2-search-row .wx-pc2-input:hover,
html body .wx-pc2-search-row .wx-pc2-select:hover{
  border-color:rgba(37,99,235,.72) !important;
  background-color:#fbfdff !important;
}

html body .wx-pc2-search-row .wx-pc2-input:focus,
html body .wx-pc2-search-row .wx-pc2-input:focus-visible,
html body .wx-pc2-search-row .wx-pc2-select:focus,
html body .wx-pc2-search-row .wx-pc2-select:focus-visible{
  outline:0 !important;
  border-color:#2563eb !important;
  box-shadow:
    0 0 0 4px rgba(37,99,235,.13),
    0 12px 24px rgba(37,99,235,.12) !important;
  transform:translateY(-1px) !important;
}

html body .wx-pc2-search-row #searchBtn{
  height:46px !important;
  border-radius:14px !important;
  font-size:14px !important;
  font-weight:1000 !important;
  letter-spacing:.04em !important;
  background:linear-gradient(135deg,#2563eb,#315be8) !important;
  box-shadow:0 14px 28px rgba(37,99,235,.24) !important;
}

html body .wx-pc2-search-row #searchBtn:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 18px 34px rgba(37,99,235,.30) !important;
}

html body .wx-pc2-filter-row{
  padding:12px 0 10px !important;
  border-bottom:1px solid rgba(226,232,240,.78) !important;
}

html body .wx-pc2-filter-row:last-of-type{
  border-bottom:0 !important;
}

html body .wx-pc2-filter-label{
  width:54px !important;
  color:#334155 !important;
  font-weight:1000 !important;
}

html body .wx-pc2-chip{
  height:34px !important;
  padding:0 17px !important;
  border-radius:999px !important;
  border:1px solid rgba(147,197,253,.82) !important;
  background:linear-gradient(180deg,#fff,#f8fbff) !important;
  color:#2563eb !important;
  font-weight:950 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92) !important;
}

html body .wx-pc2-chip:hover{
  border-color:#2563eb !important;
  background:#eff6ff !important;
}

html body .wx-pc2-chip.active{
  color:#fff !important;
  border-color:#2563eb !important;
  background:linear-gradient(135deg,#2563eb,#315be8) !important;
  box-shadow:0 12px 22px rgba(37,99,235,.22) !important;
}

html body .wx-pc2-chip b{
  margin-left:4px !important;
  font-weight:1000 !important;
}

html body .wx-pc2-modes{
  gap:10px !important;
  margin-top:14px !important;
  margin-bottom:12px !important;
}

html body .wx-pc2-mode{
  min-height:66px !important;
  border-radius:18px !important;
  border:1px solid rgba(191,219,254,.96) !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.94)) !important;
  box-shadow:0 12px 28px rgba(37,99,235,.065) !important;
}

html body .wx-pc2-mode i{
  width:36px !important;
  height:36px !important;
  border-radius:14px !important;
  font-weight:1000 !important;
}

html body .wx-pc2-mode b{
  font-size:15px !important;
  letter-spacing:-.02em !important;
}

html body .wx-pc2-mode span{
  margin-top:3px !important;
  color:#64748b !important;
  font-weight:850 !important;
}

html body .wx-pc2-mode.active{
  border-color:rgba(37,99,235,.95) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.30), transparent 34%),
    linear-gradient(135deg,#2563eb,#315be8) !important;
  box-shadow:0 18px 34px rgba(37,99,235,.26) !important;
}

html body .wx-pc2-status{
  border-radius:14px !important;
  border:1px solid rgba(147,197,253,.72) !important;
  background:linear-gradient(180deg,#eff6ff,#f8fbff) !important;
  color:#1d4ed8 !important;
  font-weight:900 !important;
}

html body .wx-pc2-table-card{
  margin-top:10px !important;
  border-radius:18px !important;
  border:1px solid rgba(191,219,254,.86) !important;
  overflow:hidden !important;
  box-shadow:0 18px 44px rgba(15,23,42,.055) !important;
  background:#fff !important;
}

html body .wx-pc2-table{
  border-collapse:separate !important;
  border-spacing:0 !important;
}

html body .wx-pc2-table thead th{
  position:sticky !important;
  top:0 !important;
  z-index:2 !important;
  height:42px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  background:linear-gradient(180deg,#f8fbff,#eef6ff) !important;
  border-bottom:1px solid rgba(191,219,254,.92) !important;
  color:#64748b !important;
  font-size:12px !important;
  font-weight:1000 !important;
  letter-spacing:.03em !important;
}

html body .wx-pc2-table td{
  height:56px !important;
  border-bottom:1px solid rgba(226,232,240,.72) !important;
  background:rgba(255,255,255,.96) !important;
}

html body .wx-pc2-table tbody tr:hover td{
  background:linear-gradient(90deg,rgba(239,246,255,.95),rgba(255,255,255,.98)) !important;
}

html body .wx-pc2-product-v6820e2d2 b{
  color:#071326 !important;
  font-weight:1000 !important;
  letter-spacing:-.02em !important;
}

html body .wx-pc2-product-v6820e2d2 small{
  margin-top:5px !important;
}

html body .wx-pc2-product-v6820e2d2 small span{
  border-color:rgba(191,219,254,.88) !important;
  background:#f8fbff !important;
  font-weight:900 !important;
}

html body .wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-num{
  min-width:74px !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#fff !important;
  box-shadow:inset 0 0 0 1px rgba(226,232,240,.85) !important;
}

html body .wx-pc2-price-cell-v6820e2d2 .wx-pc2-price-masked-v6820e1c{
  color:#334155 !important;
  background:#f8fafc !important;
  letter-spacing:.16em !important;
}

html body .wx-pc2-change-v6820e2d2{
  min-width:78px !important;
  height:30px !important;
  border-radius:999px !important;
  font-weight:1000 !important;
}

html body .wx-pc2-change-v6820e2d2 small{
  font-size:10px !important;
  font-weight:900 !important;
}

html body .wx-pc2-date-cell-v6820e2d2 b{
  color:#071326 !important;
  font-weight:1000 !important;
}

html body .wx-pc2-date-cell-v6820e2d2 em{
  margin-top:4px !important;
  border-color:rgba(251,146,60,.55) !important;
  background:#fff7ed !important;
  color:#ea580c !important;
  font-weight:1000 !important;
}

html body .wx-pc2-pager{
  margin-top:14px !important;
}

@media(max-width:980px){
  html body .wx-pc2-search-row{
    grid-template-columns:1fr !important;
  }
  html body .wx-pc2-stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  html body .wx-pc2-modes{
    grid-template-columns:1fr !important;
  }
  html body .wx-pc2-table{
    min-width:860px !important;
  }
}

/* WXSSC V68.20-E4B price center premium workbench CSS-only END */


/* WXSSC V68.20-E4D price center mode card contrast fix
   Scope: /prices.html mode cards only
   Goal: active blue card text must remain readable.
   CSS-only: no JS/API/member/table-data changes.
*/
.wx-pc2-modes .wx-pc2-mode.active{
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #2f6df6 0%, #2453df 100%) !important;
  border-color: rgba(37,99,235,.88) !important;
  box-shadow:
    0 18px 38px rgba(37,99,235,.22),
    inset 0 1px 0 rgba(255,255,255,.24) !important;
}

.wx-pc2-modes .wx-pc2-mode.active i{
  background:#ffffff !important;
  color:#2453df !important;
  border-color:rgba(255,255,255,.9) !important;
  box-shadow:0 8px 18px rgba(15,23,42,.14) !important;
}

.wx-pc2-modes .wx-pc2-mode.active b{
  color:#ffffff !important;
  text-shadow:0 1px 2px rgba(15,23,42,.22) !important;
  font-weight:1000 !important;
}

.wx-pc2-modes .wx-pc2-mode.active span{
  color:rgba(255,255,255,.94) !important;
  text-shadow:0 1px 2px rgba(15,23,42,.24) !important;
  font-weight:850 !important;
}

.wx-pc2-modes .wx-pc2-mode:not(.active) b{
  color:#0f172a !important;
}

.wx-pc2-modes .wx-pc2-mode:not(.active) span{
  color:#64748b !important;
}

.wx-pc2-modes .wx-pc2-mode:focus-visible{
  outline:0 !important;
  box-shadow:
    0 0 0 4px rgba(37,99,235,.18),
    0 12px 30px rgba(37,99,235,.16) !important;
}
/* WXSSC V68.20-E4D END */
