#wxssc-home-market-deck-v6519,
#wxssc-home-market-deck-v6519 * {
  box-sizing: border-box;
}

#wxssc-home-market-deck-v6519 {
  --wx-bg: #ffffff;
  --wx-soft: #f6f9ff;
  --wx-soft2: #eef5ff;
  --wx-line: #dbe6f5;
  --wx-line2: #edf2fa;
  --wx-text: #071326;
  --wx-muted: #61728a;
  --wx-blue: #2563eb;
  --wx-green: #16a36a;
  --wx-red: #e24b5b;
  --wx-gold: #a16207;

  width: 1300px;
  max-width: calc(100vw - 32px);
  margin: 12px auto 10px;
  padding: 16px;
  border-radius: 30px;
  color: var(--wx-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(37,99,235,.08), transparent 32%),
    radial-gradient(circle at 92% 4%, rgba(20,184,166,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(37,99,235,.15);
  box-shadow: 0 18px 50px rgba(15,45,90,.10);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  isolation: isolate;
}

.wx27-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.wx27-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  color: #08785d;
  background: #e9fbf4;
  border: 1px solid #c9f2e4;
  font-size: 12px;
  font-weight: 950;
}

.wx27-badge i,
.hm-spot-badge i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #18b478;
  box-shadow: 0 0 0 5px rgba(24,180,120,.14);
}

.wx27-title {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 980;
}

.wx27-sub {
  margin: 7px 0 0;
  color: var(--wx-muted);
  font-size: 13.5px;
  font-weight: 780;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wx27-safe {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #7c5b19;
  background: #fff8e8;
  border: 1px solid #f4dc9f;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.wx27-summary {
  display: grid;
  grid-template-columns: 1.05fr .95fr .95fr .95fr;
  gap: 10px;
  margin-bottom: 12px;
}

.wx27-tile {
  min-width: 0;
  padding: 11px 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--wx-line2);
  box-shadow: 0 8px 22px rgba(15,45,90,.045);
}

.wx27-tile span {
  display: block;
  color: var(--wx-muted);
  font-size: 11px;
  font-weight: 850;
}

.wx27-tile b {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 980;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wx27-tile small {
  display: block;
  margin-top: 4px;
  color: var(--wx-muted);
  font-size: 11px;
  font-weight: 780;
}

.hm-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr);
  gap: 14px;
  align-items: stretch;
}

.hm-panel {
  min-width: 0;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--wx-line);
  box-shadow: 0 12px 30px rgba(15,45,90,.06);
}

.hm-futures {
  padding: 14px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
}

.hm-futures-top {
  display: grid;
  grid-template-columns: 226px minmax(0, 1fr);
  gap: 10px;
}

.hm-quote {
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid var(--wx-line2);
}

.hm-symbol-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}

.hm-symbol b {
  display: block;
  font-size: 15px;
  font-weight: 980;
}

.hm-symbol span {
  display: block;
  margin-top: 4px;
  color: var(--wx-muted);
  font-size: 11px;
  font-weight: 800;
}

.hm-status {
  padding: 5px 8px;
  border-radius: 999px;
  color: #08785d;
  background: #e9fbf4;
  border: 1px solid #c9f2e4;
  font-size: 10px;
  font-weight: 950;
}

.hm-price {
  margin-top: 14px;
  font-size: 36px;
  line-height: 1;
  font-weight: 980;
  letter-spacing: -.05em;
}

.hm-change {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 950;
}

.hm-up { color: var(--wx-green); }
.hm-down { color: var(--wx-red); }
.hm-flat { color: var(--wx-text); }

.hm-tabs,
.hm-periods,
.hm-spot-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hm-tab,
.hm-period,
.hm-spot-tab,
.hm-expand-btn {
  appearance: none;
  height: 30px;
  border: 1px solid #d7e2f1;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 0 11px;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.hm-tab.is-active,
.hm-period.is-active,
.hm-spot-tab.is-active,
.hm-expand-btn {
  color: #fff;
  background: linear-gradient(135deg, #2f74ff, #2456df);
  border-color: rgba(37,99,235,.35);
}

.wx27-chart-panel {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 9px;
}

.hm-futures-tools {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid var(--wx-line2);
}

.hm-futures-tools-title {
  color: var(--wx-muted);
  font-size: 11px;
  font-weight: 850;
}

.hm-futures-tools-title span::after {
  content: " · 默认摘要";
  color: #94a3b8;
}

.hm-periods {
  margin: 0 !important;
}

.hm-time {
  color: var(--wx-muted);
  font-size: 11px;
  font-weight: 800;
}

.hm-chart-box {
  position: relative;
  min-height: 178px;
  max-height: 178px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(#edf3fb 1px, transparent 1px),
    linear-gradient(90deg, #edf3fb 1px, transparent 1px),
    #ffffff;
  background-size: 34px 34px;
  border: 1px solid var(--wx-line2);
}

#wxssc-home-market-deck-v6519.is-expanded .hm-chart-box {
  min-height: 390px;
  max-height: 390px;
}

#hm-kline-canvas-v6519 {
  width: 100%;
  height: 100%;
  display: block;
}

.hm-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  color: #506179;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.08), transparent 42%),
    rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 850;
}

.hm-empty b {
  display: block;
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 4px;
}

.hm-empty span {
  display: block;
  color: #66758a;
  font-size: 11px;
  font-weight: 760;
}

.hm-metrics {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.hm-metric {
  min-width: 0;
  padding: 9px 10px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid var(--wx-line2);
}

.hm-metric span,
.hm-spot-mini span {
  display: block;
  color: var(--wx-muted);
  font-size: 11px;
  font-weight: 820;
}

.hm-metric b {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hm-chart-note {
  display: none;
}

.hm-spot {
  padding: 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.hm-spot-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.hm-spot-badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  color: #08785d;
  background: #e9fbf4;
  border: 1px solid #c9f2e4;
  font-size: 11px;
  font-weight: 950;
}

.hm-spot-title h3 {
  margin: 7px 0 0;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 980;
}

.hm-spot-title p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hm-chip {
  padding: 6px 9px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff5ff;
  border: 1px solid #cfe0ff;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.hm-spot-main {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 10px;
}

.hm-main-price,
.hm-source-card,
.hm-spot-card,
.hm-spot-mini {
  min-width: 0;
  padding: 10px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid var(--wx-line2);
}

.hm-main-price-head,
.hm-source-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--wx-muted);
  font-size: 11.5px;
  font-weight: 900;
}

.hm-orange {
  color: var(--wx-gold);
}

.hm-main-number {
  margin-top: 5px;
  font-size: 36px;
  line-height: 1;
  font-weight: 980;
  letter-spacing: -.05em;
}

.hm-spot-pill {
  display: inline-flex;
  margin-top: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff5ff;
  font-size: 11px;
  font-weight: 950;
}

.hm-sparkline {
  width: 100%;
  height: 38px;
  display: block;
  margin-top: 3px;
}

.hm-source-title {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 980;
}

.hm-source-desc {
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hm-spot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hm-spot-mini b {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 980;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hm-spot-card .hm-spot-title > div {
  font-size: 14px !important;
}

.hm-spot-card .hm-source-desc {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px 16px !important;
  margin-top: 5px;
}

.hm-spot-card .hm-source-desc div {
  padding: 0 !important;
  border-bottom: 0 !important;
  font-size: 11px;
  line-height: 1.28;
}

.hm-spot-card .hm-source-desc div:nth-child(n+3) {
  display: none !important;
}

.hm-spot-footer {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}

.hm-spot-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 950;
  white-space: nowrap;
}

#wxssc-next-content-cue-v6520 {
  width: 1300px;
  max-width: calc(100vw - 32px);
  margin: 0 auto 8px;
  padding: 7px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 13px;
  color: #183153;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(37,99,235,.12);
  box-shadow: 0 8px 24px rgba(15,45,90,.08);
  font-size: 12px;
  font-weight: 850;
}

#wxssc-next-content-cue-v6520 a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 950;
}

@media (max-width: 1180px) {
  .wx27-topbar,
  .wx27-summary,
  .hm-layout,
  .hm-futures-top,
  .hm-spot-main {
    grid-template-columns: 1fr !important;
  }

  .hm-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .hm-chart-box,
  #wxssc-home-market-deck-v6519.is-expanded .hm-chart-box {
    min-height: 260px !important;
    max-height: none !important;
  }
}

@media (max-width: 720px) {
  #wxssc-home-market-deck-v6519 {
    width: calc(100% - 20px) !important;
    padding: 12px !important;
  }

  .hm-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* WXSSC V65.33B PREMIUM MARKET BOARD START
   高级财经行情看板视觉精修：
   - 不新增 CSS/JS 请求
   - 不改变 V65.32 性能分级
   - 减少空白
   - 提升信息密度
   - 让左侧更像行情看板，右侧更像现货数据卡
*/

#wxssc-home-market-deck-v6519 {
  width: 1300px !important;
  max-width: calc(100vw - 32px) !important;
  margin: 12px auto 10px !important;
  padding: 14px 16px 16px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 5% 0%, rgba(37, 99, 235, .075), transparent 28%),
    radial-gradient(circle at 96% 8%, rgba(16, 185, 129, .075), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid rgba(37,99,235,.15) !important;
  box-shadow: 0 18px 46px rgba(15,45,90,.095) !important;
  overflow: hidden !important;
}

#wxssc-home-market-deck-v6519::before {
  opacity: .36 !important;
}

/* 顶部：压缩大白区，做成金融信息头 */
#wxssc-home-market-deck-v6519 .wx27-topbar,
#wxssc-home-market-deck-v6519 .hm-head {
  margin: 0 0 12px !important;
  padding: 12px 14px !important;
  border-radius: 22px !important;
  border: 1px solid #e3ecf8 !important;
  background:
    linear-gradient(90deg, rgba(239,246,255,.9), rgba(255,255,255,.86) 45%, rgba(236,253,245,.72)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95) !important;
  align-items: center !important;
}

#wxssc-home-market-deck-v6519 .wx27-badge,
#wxssc-home-market-deck-v6519 .hm-kicker {
  height: 30px !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  border-radius: 999px !important;
  color: #08785d !important;
  background: #e9fbf4 !important;
  border: 1px solid #c9f2e4 !important;
  box-shadow: 0 6px 16px rgba(16,185,129,.08) !important;
}

#wxssc-home-market-deck-v6519 .wx27-title,
#wxssc-home-market-deck-v6519 .hm-title {
  margin-top: 7px !important;
  font-size: 31px !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .wx27-sub,
#wxssc-home-market-deck-v6519 .hm-sub {
  margin-top: 6px !important;
  color: #5e7088 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 780 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#wxssc-home-market-deck-v6519 .wx27-safe,
#wxssc-home-market-deck-v6519 .hm-safe {
  height: 30px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #fff8e8 !important;
  border: 1px solid #f2d99b !important;
  color: #8a5f10 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

/* 主体：两栏均衡，减少表单感 */
#wxssc-home-market-deck-v6519 .hm-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr) !important;
  gap: 12px !important;
}

#wxssc-home-market-deck-v6519 .hm-panel {
  border-radius: 24px !important;
  border: 1px solid #dce7f6 !important;
  background: rgba(255,255,255,.95) !important;
  box-shadow: 0 12px 30px rgba(15,45,90,.055) !important;
}

/* 左侧行情看板 */
#wxssc-home-market-deck-v6519 .hm-futures {
  padding: 12px !important;
  gap: 9px !important;
}

#wxssc-home-market-deck-v6519 .hm-futures-top {
  display: grid !important;
  grid-template-columns: 216px 158px minmax(260px, 1fr) !important;
  gap: 9px !important;
}

#wxssc-home-market-deck-v6519 .hm-quote,
#wxssc-home-market-deck-v6519 .hm-futures-tools,
#wxssc-home-market-deck-v6519 .hm-chart-box,
#wxssc-home-market-deck-v6519 .hm-metric,
#wxssc-home-market-deck-v6519 .hm-main-price,
#wxssc-home-market-deck-v6519 .hm-source-card,
#wxssc-home-market-deck-v6519 .hm-spot-mini,
#wxssc-home-market-deck-v6519 .hm-spot-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,255,.98)) !important;
  border: 1px solid #e3ebf7 !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92) !important;
}

#wxssc-home-market-deck-v6519 .hm-quote {
  padding: 12px !important;
  position: relative !important;
  overflow: hidden !important;
}

#wxssc-home-market-deck-v6519 .hm-quote::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 64%);
  pointer-events: none;
}

#wxssc-home-market-deck-v6519 .hm-symbol b {
  font-size: 15px !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .hm-symbol span {
  color: #6b7d95 !important;
  font-size: 11px !important;
}

#wxssc-home-market-deck-v6519 .hm-status {
  background: #e9fbf4 !important;
  border-color: #c9f2e4 !important;
  color: #08785d !important;
}

#wxssc-home-market-deck-v6519 .hm-price {
  margin-top: 13px !important;
  font-size: 34px !important;
  letter-spacing: -0.05em !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .hm-change {
  margin-top: 5px !important;
  font-size: 13px !important;
}

/* 周期区 */
#wxssc-home-market-deck-v6519 .hm-futures-tools {
  padding: 12px !important;
  display: grid !important;
  align-content: start !important;
}

#wxssc-home-market-deck-v6519 .hm-futures-tools-title {
  margin-bottom: 9px !important;
  color: #6b7d95 !important;
  font-size: 11px !important;
}

#wxssc-home-market-deck-v6519 .hm-tab,
#wxssc-home-market-deck-v6519 .hm-period,
#wxssc-home-market-deck-v6519 .hm-spot-tab,
#wxssc-home-market-deck-v6519 .hm-expand-btn {
  height: 29px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border-color: #d7e2f1 !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

#wxssc-home-market-deck-v6519 .hm-tab.is-active,
#wxssc-home-market-deck-v6519 .hm-period.is-active,
#wxssc-home-market-deck-v6519 .hm-spot-tab.is-active,
#wxssc-home-market-deck-v6519 .hm-expand-btn {
  color: #fff !important;
  background: linear-gradient(135deg, #2f74ff, #2456df) !important;
  border-color: rgba(37,99,235,.35) !important;
  box-shadow: 0 8px 18px rgba(37,99,235,.18) !important;
}

#wxssc-home-market-deck-v6519 .hm-time {
  margin-top: 9px !important;
  font-size: 11px !important;
  color: #6b7d95 !important;
}

/* K线预览卡 */
#wxssc-home-market-deck-v6519 .hm-chart-box {
  min-height: 142px !important;
  max-height: 142px !important;
  background:
    linear-gradient(#edf3fb 1px, transparent 1px),
    linear-gradient(90deg, #edf3fb 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f8fbff) !important;
  background-size: 34px 34px !important;
}

#wxssc-home-market-deck-v6519.is-expanded .hm-chart-box {
  min-height: 380px !important;
  max-height: 380px !important;
}

#wxssc-home-market-deck-v6519 .hm-empty {
  color: #5f7088 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.08), transparent 42%),
    rgba(255,255,255,.86) !important;
}

#wxssc-home-market-deck-v6519 .hm-empty b {
  color: #0f172a !important;
  font-size: 13px !important;
}

#wxssc-home-market-deck-v6519 .hm-empty span {
  color: #66758a !important;
  font-size: 11px !important;
}

/* 开高低收数据条 */
#wxssc-home-market-deck-v6519 .hm-metrics {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

#wxssc-home-market-deck-v6519 .hm-metric {
  padding: 8px 9px !important;
  min-height: 58px !important;
}

#wxssc-home-market-deck-v6519 .hm-metric span {
  font-size: 10.5px !important;
  color: #6b7d95 !important;
}

#wxssc-home-market-deck-v6519 .hm-metric b {
  margin-top: 4px !important;
  font-size: 13px !important;
}

/* 右侧现货卡 */
#wxssc-home-market-deck-v6519 .hm-spot {
  padding: 12px !important;
  gap: 9px !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-top {
  align-items: center !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-title h3 {
  font-size: 26px !important;
  letter-spacing: -0.04em !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-title p {
  color: #64748b !important;
  display: block !important;
  font-size: 12px !important;
}

#wxssc-home-market-deck-v6519 .hm-chip {
  background: #eff5ff !important;
  border-color: #cfe0ff !important;
  color: #2563eb !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-main {
  grid-template-columns: .9fr 1.1fr !important;
  gap: 9px !important;
}

#wxssc-home-market-deck-v6519 .hm-main-number {
  font-size: 34px !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .hm-sparkline {
  height: 34px !important;
}

#wxssc-home-market-deck-v6519 .hm-source-title {
  font-size: 19px !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .hm-source-desc {
  color: #64748b !important;
  font-size: 11.5px !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-grid {
  gap: 8px !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-mini {
  padding: 9px 10px !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-mini b {
  font-size: 17px !important;
  color: #071326 !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-card {
  padding: 8px 10px !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-card .hm-source-desc {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 5px 14px !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-card .hm-source-desc div:nth-child(n+3) {
  display: none !important;
}

#wxssc-home-market-deck-v6519 .hm-spot-footer {
  color: #64748b !important;
  font-size: 11px !important;
}

#wxssc-home-market-deck-v6519 .hm-chart-note {
  display: none !important;
}

@media (max-width: 1180px) {
  #wxssc-home-market-deck-v6519 .hm-layout,
  #wxssc-home-market-deck-v6519 .hm-futures-top,
  #wxssc-home-market-deck-v6519 .hm-spot-main {
    grid-template-columns: 1fr !important;
  }

  #wxssc-home-market-deck-v6519 .hm-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #wxssc-home-market-deck-v6519 .hm-chart-box,
  #wxssc-home-market-deck-v6519.is-expanded .hm-chart-box {
    min-height: 260px !important;
    max-height: none !important;
  }
}

@media (max-width: 720px) {
  #wxssc-home-market-deck-v6519 {
    width: calc(100% - 20px) !important;
    padding: 12px !important;
  }

  #wxssc-home-market-deck-v6519 .wx27-topbar,
  #wxssc-home-market-deck-v6519 .hm-head {
    grid-template-columns: 1fr !important;
  }

  #wxssc-home-market-deck-v6519 .hm-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* WXSSC V65.33B PREMIUM MARKET BOARD END */


/* WXSSC V65.34 MARKET BOARD STRUCTURE START */

#wxssc-home-market-deck-v6519.wx34-market-board {
  width: 1300px !important;
  max-width: calc(100vw - 32px) !important;
  margin: 12px auto 10px !important;
  padding: 14px 16px 16px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 5% 0%, rgba(37,99,235,.075), transparent 28%),
    radial-gradient(circle at 96% 8%, rgba(16,185,129,.075), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid rgba(37,99,235,.15) !important;
  box-shadow: 0 18px 46px rgba(15,45,90,.095) !important;
  color: #071326 !important;
  overflow: hidden !important;
}

.wx34-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 22px;
  border: 1px solid #e3ecf8;
  background: linear-gradient(90deg, rgba(239,246,255,.92), rgba(255,255,255,.88) 45%, rgba(236,253,245,.74));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}

.wx34-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  width: fit-content;
  border-radius: 999px;
  color: #08785d;
  background: #e9fbf4;
  border: 1px solid #c9f2e4;
  font-size: 12px;
  font-weight: 950;
}

.wx34-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18b478;
  box-shadow: 0 0 0 5px rgba(24,180,120,.14);
}

.wx34-head h2 {
  margin: 7px 0 0;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 980;
}

.wx34-head p {
  margin: 6px 0 0;
  color: #5e7088;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 780;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wx34-head-right {
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 999px;
  color: #8a5f10;
  background: #fff8e8;
  border: 1px solid #f2d99b;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.wx34-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr);
  gap: 12px;
}

.wx34-card {
  min-width: 0;
  border-radius: 24px;
  border: 1px solid #dce7f6;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 30px rgba(15,45,90,.055);
}

.wx34-futures,
.wx34-spot {
  padding: 12px;
  display: grid;
  gap: 9px;
  align-content: start;
}

.wx34-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}

.wx34-card-eyebrow {
  display: block;
  color: #6b7d95;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.wx34-card-head h3 {
  margin: 5px 0 0;
  color: #071326;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 980;
}

.wx34-card-head p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 760;
}

.wx34-live,
.wx34-chip {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.wx34-live {
  color: #08785d;
  background: #e9fbf4;
  border: 1px solid #c9f2e4;
}

.wx34-chip {
  color: #2563eb;
  background: #eff5ff;
  border: 1px solid #cfe0ff;
}

.wx34-futures-main {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 9px;
}

.wx34-quote-panel,
.wx34-chart-panel,
.wx34-spot-price-card,
.wx34-source-card,
.wx34-spot-stats > div,
.wx34-local-note,
.wx34-metrics .hm-metric {
  border-radius: 18px;
  border: 1px solid #e3ebf7;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,255,.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

.wx34-quote-panel {
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.wx34-quote-panel::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 64%);
  pointer-events: none;
}

.wx34-price {
  color: #071326;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 980;
}

.wx34-change {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 950;
}

.wx34-tabs,
.wx34-periods,
.wx34-spot-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wx34-tabs {
  margin-top: 13px;
}

.wx34-chart-panel {
  padding: 10px;
  display: grid;
  gap: 8px;
}

.wx34-chart-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#wxssc-home-market-deck-v6519 .hm-tab,
#wxssc-home-market-deck-v6519 .hm-period,
#wxssc-home-market-deck-v6519 .hm-spot-tab,
#wxssc-home-market-deck-v6519 .hm-expand-btn {
  height: 29px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid #d7e2f1 !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

#wxssc-home-market-deck-v6519 .hm-tab.is-active,
#wxssc-home-market-deck-v6519 .hm-period.is-active,
#wxssc-home-market-deck-v6519 .hm-spot-tab.is-active,
#wxssc-home-market-deck-v6519 .hm-expand-btn {
  color: #fff !important;
  background: linear-gradient(135deg, #2f74ff, #2456df) !important;
  border-color: rgba(37,99,235,.35) !important;
  box-shadow: 0 8px 18px rgba(37,99,235,.18) !important;
}

.wx34-chart-box {
  min-height: 142px !important;
  max-height: 142px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(#edf3fb 1px, transparent 1px),
    linear-gradient(90deg, #edf3fb 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f8fbff) !important;
  background-size: 34px 34px !important;
  border: 1px solid #e3ebf7 !important;
  overflow: hidden !important;
}

#wxssc-home-market-deck-v6519.is-expanded .wx34-chart-box {
  min-height: 380px !important;
  max-height: 380px !important;
}

.wx34-empty {
  color: #5f7088 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.08), transparent 42%),
    rgba(255,255,255,.86) !important;
}

.wx34-empty b {
  color: #0f172a !important;
  font-size: 13px !important;
}

.wx34-empty span {
  color: #66758a !important;
  font-size: 11px !important;
}

.wx34-metrics {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

#wxssc-home-market-deck-v6519 .wx34-metrics .hm-metric {
  padding: 8px 9px !important;
  min-height: 58px !important;
  border-radius: 16px !important;
  border: 1px solid #e3ebf7 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,255,.98)) !important;
}

.wx34-metrics .hm-metric span {
  color: #6b7d95 !important;
  font-size: 10.5px !important;
}

.wx34-metrics .hm-metric b {
  margin-top: 4px !important;
  color: #071326 !important;
  font-size: 13px !important;
}

.wx34-footline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}

.wx34-footline a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 950;
}

.wx34-spot-tabs {
  margin-top: -1px;
}

.wx34-spot-main {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 9px;
}

.wx34-spot-price-card,
.wx34-source-card {
  padding: 10px;
}

.wx34-mini-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #64748b;
  font-size: 11.5px;
  font-weight: 900;
}

.wx34-mini-label b {
  color: #a16207;
}

.wx34-spot-price {
  margin-top: 5px;
  color: #071326;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 980;
}

.wx34-spot-material {
  display: inline-flex;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff5ff;
  font-size: 11px;
  font-weight: 950;
}

.wx34-sparkline {
  height: 34px !important;
  margin-top: 3px;
}

.wx34-source-title {
  margin-top: 6px;
  color: #071326;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 980;
}

.wx34-source-card p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 760;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wx34-spot-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.wx34-spot-stats > div {
  padding: 9px 10px;
}

.wx34-spot-stats span {
  display: block;
  color: #6b7d95;
  font-size: 10.5px;
  font-weight: 820;
}

.wx34-spot-stats b {
  display: block;
  margin-top: 4px;
  color: #071326;
  font-size: 17px;
  line-height: 1.08;
  font-weight: 980;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wx34-local-note {
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 14px;
}

.wx34-local-note span {
  display: block;
  color: #6b7d95;
  font-size: 10.5px;
  font-weight: 820;
}

.wx34-local-note b {
  display: block;
  margin-top: 3px;
  color: #071326;
  font-size: 12px;
  font-weight: 950;
}

#wxssc-home-market-deck-v6519 .hm-chart-note {
  display: none !important;
}

@media (max-width: 1180px) {
  .wx34-head,
  .wx34-grid,
  .wx34-futures-main,
  .wx34-spot-main {
    grid-template-columns: 1fr !important;
  }

  .wx34-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .wx34-chart-box,
  #wxssc-home-market-deck-v6519.is-expanded .wx34-chart-box {
    min-height: 260px !important;
    max-height: none !important;
  }
}

@media (max-width: 720px) {
  #wxssc-home-market-deck-v6519.wx34-market-board {
    width: calc(100% - 20px) !important;
    padding: 12px !important;
  }

  .wx34-metrics,
  .wx34-spot-stats,
  .wx34-local-note {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* WXSSC V65.34 MARKET BOARD STRUCTURE END */


/* WXSSC V65.35 MARKET BOARD DETAIL POLISH START
   细节级视觉打磨：
   - 字号层级更清楚
   - 间距更紧凑
   - 卡片阴影更轻更高级
   - K线空状态更专业
   - 右侧现货价格卡更像财经数据卡
   - 不新增CSS/JS请求，不改变性能分级
*/

#wxssc-home-market-deck-v6519.wx34-market-board {
  padding: 13px 15px 15px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 7% -8%, rgba(37,99,235,.10), transparent 30%),
    radial-gradient(circle at 92% -2%, rgba(16,185,129,.085), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  border-color: rgba(37,99,235,.14) !important;
  box-shadow:
    0 18px 46px rgba(15,45,90,.09),
    0 1px 0 rgba(255,255,255,.9) inset !important;
}

/* 顶部状态栏：更轻、更像金融信息头 */
#wxssc-home-market-deck-v6519 .wx34-head {
  padding: 11px 13px !important;
  margin-bottom: 11px !important;
  border-radius: 21px !important;
  background:
    linear-gradient(90deg, rgba(239,246,255,.94), rgba(255,255,255,.90) 44%, rgba(236,253,245,.78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 22px rgba(15,45,90,.035) !important;
}

#wxssc-home-market-deck-v6519 .wx34-kicker {
  height: 28px !important;
  padding: 0 11px !important;
  font-size: 11.5px !important;
  letter-spacing: .02em !important;
}

#wxssc-home-market-deck-v6519 .wx34-head h2 {
  margin-top: 6px !important;
  font-size: 30px !important;
  letter-spacing: -0.042em !important;
}

#wxssc-home-market-deck-v6519 .wx34-head p {
  margin-top: 5px !important;
  color: #5f7087 !important;
  font-size: 12.8px !important;
  line-height: 1.32 !important;
}

#wxssc-home-market-deck-v6519 .wx34-head-right {
  height: 28px !important;
  padding: 0 11px !important;
  font-size: 10.8px !important;
  background: #fff9eb !important;
  border-color: #efd694 !important;
}

/* 主体卡片：减少厚重感，提升精致度 */
#wxssc-home-market-deck-v6519 .wx34-grid {
  gap: 11px !important;
}

#wxssc-home-market-deck-v6519 .wx34-card {
  border-radius: 23px !important;
  border-color: #dce8f6 !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow:
    0 10px 26px rgba(15,45,90,.05),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

#wxssc-home-market-deck-v6519 .wx34-futures,
#wxssc-home-market-deck-v6519 .wx34-spot {
  padding: 11px !important;
  gap: 8px !important;
}

/* 卡片标题区：财经数据站风格 */
#wxssc-home-market-deck-v6519 .wx34-card-eyebrow {
  color: #74849a !important;
  font-size: 9.6px !important;
  letter-spacing: .09em !important;
}

#wxssc-home-market-deck-v6519 .wx34-card-head h3 {
  margin-top: 4px !important;
  font-size: 19px !important;
  letter-spacing: -0.032em !important;
}

#wxssc-home-market-deck-v6519 .wx34-card-head p {
  color: #64748b !important;
  font-size: 11.5px !important;
}

#wxssc-home-market-deck-v6519 .wx34-live,
#wxssc-home-market-deck-v6519 .wx34-chip {
  height: 25px !important;
  padding: 0 9px !important;
  font-size: 10.5px !important;
}

/* 左侧：期货报价卡更像quote summary */
#wxssc-home-market-deck-v6519 .wx34-futures-main {
  grid-template-columns: 204px minmax(0, 1fr) !important;
  gap: 8px !important;
}

#wxssc-home-market-deck-v6519 .wx34-quote-panel,
#wxssc-home-market-deck-v6519 .wx34-chart-panel,
#wxssc-home-market-deck-v6519 .wx34-spot-price-card,
#wxssc-home-market-deck-v6519 .wx34-source-card,
#wxssc-home-market-deck-v6519 .wx34-spot-stats > div,
#wxssc-home-market-deck-v6519 .wx34-local-note,
#wxssc-home-market-deck-v6519 .wx34-metrics .hm-metric {
  border-radius: 17px !important;
  border-color: #e3ecf7 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(248,251,255,.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 5px 14px rgba(15,45,90,.025) !important;
}

#wxssc-home-market-deck-v6519 .wx34-quote-panel {
  padding: 11px !important;
}

#wxssc-home-market-deck-v6519 .wx34-price {
  font-size: 35px !important;
  letter-spacing: -0.055em !important;
}

#wxssc-home-market-deck-v6519 .wx34-change {
  margin-top: 4px !important;
  font-size: 13px !important;
}

/* 按钮更精致，不像表单 */
#wxssc-home-market-deck-v6519 .hm-tab,
#wxssc-home-market-deck-v6519 .hm-period,
#wxssc-home-market-deck-v6519 .hm-spot-tab,
#wxssc-home-market-deck-v6519 .hm-expand-btn {
  height: 28px !important;
  padding: 0 10px !important;
  font-size: 10.8px !important;
  border-color: #d9e4f2 !important;
  box-shadow: 0 1px 0 rgba(15,45,90,.025) !important;
}

#wxssc-home-market-deck-v6519 .hm-tab.is-active,
#wxssc-home-market-deck-v6519 .hm-period.is-active,
#wxssc-home-market-deck-v6519 .hm-spot-tab.is-active,
#wxssc-home-market-deck-v6519 .hm-expand-btn {
  box-shadow:
    0 8px 18px rgba(37,99,235,.16),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

/* K线空状态：更像专业行情接入状态 */
#wxssc-home-market-deck-v6519 .wx34-chart-box {
  min-height: 138px !important;
  max-height: 138px !important;
  border-radius: 17px !important;
  background:
    linear-gradient(#edf3fb 1px, transparent 1px),
    linear-gradient(90deg, #edf3fb 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.035), transparent 55%),
    linear-gradient(180deg, #ffffff, #f8fbff) !important;
}

#wxssc-home-market-deck-v6519.is-expanded .wx34-chart-box {
  min-height: 380px !important;
  max-height: 380px !important;
}

#wxssc-home-market-deck-v6519 .wx34-empty {
  background:
    radial-gradient(circle at 50% -10%, rgba(37,99,235,.10), transparent 42%),
    rgba(255,255,255,.88) !important;
}

#wxssc-home-market-deck-v6519 .wx34-empty b {
  font-size: 13px !important;
  color: #0f172a !important;
}

#wxssc-home-market-deck-v6519 .wx34-empty span {
  margin-top: 2px !important;
  color: #65758c !important;
  font-size: 10.8px !important;
}

/* 开高低收指标条：紧凑但不拥挤 */
#wxssc-home-market-deck-v6519 .wx34-metrics {
  gap: 6px !important;
}

#wxssc-home-market-deck-v6519 .wx34-metrics .hm-metric {
  min-height: 55px !important;
  padding: 7px 8px !important;
}

#wxssc-home-market-deck-v6519 .wx34-metrics .hm-metric span {
  font-size: 10px !important;
  color: #718097 !important;
}

#wxssc-home-market-deck-v6519 .wx34-metrics .hm-metric b {
  margin-top: 3px !important;
  font-size: 12.5px !important;
}

/* 右侧现货价格卡：增强主流价质感 */
#wxssc-home-market-deck-v6519 .wx34-spot-main {
  gap: 8px !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-price-card {
  position: relative !important;
  overflow: hidden !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-price-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 64%);
  pointer-events: none;
}

#wxssc-home-market-deck-v6519 .wx34-mini-label {
  color: #64748b !important;
  font-size: 11px !important;
}

#wxssc-home-market-deck-v6519 .wx34-mini-label b {
  color: #a16207 !important;
  font-weight: 950 !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-price {
  margin-top: 4px !important;
  font-size: 36px !important;
  letter-spacing: -0.055em !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-material {
  margin-top: 5px !important;
  font-size: 10.8px !important;
  background: #eff5ff !important;
}

/* 右侧样本口径卡更清晰 */
#wxssc-home-market-deck-v6519 .wx34-source-title {
  margin-top: 5px !important;
  font-size: 19px !important;
}

#wxssc-home-market-deck-v6519 .wx34-source-card p {
  margin-top: 4px !important;
  color: #64748b !important;
  font-size: 11.3px !important;
  line-height: 1.34 !important;
}

/* 活跃公司/样本等统计更像金融指标 */
#wxssc-home-market-deck-v6519 .wx34-spot-stats {
  gap: 7px !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-stats > div {
  padding: 8px 9px !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-stats span,
#wxssc-home-market-deck-v6519 .wx34-local-note span {
  color: #718097 !important;
  font-size: 10px !important;
}

#wxssc-home-market-deck-v6519 .wx34-spot-stats b {
  margin-top: 3px !important;
  font-size: 16.5px !important;
}

/* 本地研判区更像摘要条 */
#wxssc-home-market-deck-v6519 .wx34-local-note {
  padding: 7px 9px !important;
  gap: 5px 12px !important;
}

#wxssc-home-market-deck-v6519 .wx34-local-note b {
  font-size: 11.6px !important;
}

/* 页脚信息轻一点 */
#wxssc-home-market-deck-v6519 .wx34-footline {
  color: #64748b !important;
  font-size: 10.8px !important;
}

#wxssc-home-market-deck-v6519 .wx34-footline a {
  color: #2563eb !important;
}

/* 防止旧类干扰 */
#wxssc-home-market-deck-v6519 .hm-chart-note,
#wxssc-home-market-deck-v6519 .hm-safe,
#wxssc-home-market-deck-v6519 .hm-head {
  display: none !important;
}

@media (max-width: 1180px) {
  #wxssc-home-market-deck-v6519 .wx34-grid,
  #wxssc-home-market-deck-v6519 .wx34-futures-main,
  #wxssc-home-market-deck-v6519 .wx34-spot-main {
    grid-template-columns: 1fr !important;
  }

  #wxssc-home-market-deck-v6519 .wx34-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #wxssc-home-market-deck-v6519 .wx34-chart-box,
  #wxssc-home-market-deck-v6519.is-expanded .wx34-chart-box {
    min-height: 260px !important;
    max-height: none !important;
  }
}

@media (max-width: 720px) {
  #wxssc-home-market-deck-v6519.wx34-market-board {
    width: calc(100% - 20px) !important;
    padding: 12px !important;
  }

  #wxssc-home-market-deck-v6519 .wx34-head {
    grid-template-columns: 1fr !important;
  }

  #wxssc-home-market-deck-v6519 .wx34-metrics,
  #wxssc-home-market-deck-v6519 .wx34-spot-stats,
  #wxssc-home-market-deck-v6519 .wx34-local-note {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* WXSSC V65.35 MARKET BOARD DETAIL POLISH END */
