/* ===== V92：右侧栏修复，今日情报 + 期货看板上下排列 ===== */

.wx-main{
  width:1440px!important;
  max-width:1440px!important;
  margin:10px auto 0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 460px!important;
  gap:18px!important;
  align-items:start!important;
}

.wx-price{
  grid-column:1!important;
  min-width:0!important;
  width:100%!important;
}

.wx-right-rail{
  grid-column:2!important;
  width:460px!important;
  min-width:460px!important;
  max-width:460px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  align-items:stretch!important;
}

.wx-right-rail .wx-home-intel,
.wx-right-rail .wx-home-intel.wx-v67-intel{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
}

/* 期货看板 */
.wx-futures-board{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:18px 20px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #E5E7EB!important;
  overflow:hidden!important;
}

.wx-futures-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}

.wx-futures-head h2{
  margin:0!important;
  color:#0F172A!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}

.wx-futures-head p{
  margin:8px 0 0!important;
  color:#64748B!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  font-weight:650!important;
}

.wx-futures-head a{
  color:#2563EB!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.wx-futures-live{
  height:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-bottom:10px!important;
  padding:0 10px!important;
  border-radius:10px!important;
  background:#F8FAFC!important;
  border:1px solid #E5E7EB!important;
}

.wx-futures-live span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#334155!important;
  font-size:12px!important;
  font-weight:760!important;
}

.wx-futures-live span::before{
  content:"";
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:#10B981!important;
  box-shadow:0 0 0 4px rgba(16,185,129,.12)!important;
}

.wx-futures-live time{
  color:#64748B!important;
  font-size:12px!important;
  font-weight:760!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

.wx-futures-list{
  display:grid!important;
  gap:0!important;
}

.wx-futures-row{
  min-height:44px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 88px 82px!important;
  gap:10px!important;
  align-items:center!important;
  border-bottom:1px solid #EEF2F7!important;
}

.wx-futures-row:last-child{
  border-bottom:0!important;
}

.wx-futures-name{
  min-width:0!important;
}

.wx-futures-name b{
  display:block!important;
  color:#0F172A!important;
  font-size:13.5px!important;
  line-height:1.15!important;
  font-weight:850!important;
  letter-spacing:-.018em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.wx-futures-name small{
  display:block!important;
  margin-top:4px!important;
  color:#94A3B8!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:650!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.wx-futures-price{
  color:#0F172A!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:right!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

.wx-futures-change{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:3px!important;
  text-align:right!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

.wx-futures-change b{
  font-size:12.5px!important;
  line-height:1!important;
  font-weight:850!important;
}

.wx-futures-change small{
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:760!important;
}

.wx-futures-row.up .wx-futures-change b,
.wx-futures-row.up .wx-futures-change small{
  color:#EF4444!important;
}

.wx-futures-row.down .wx-futures-change b,
.wx-futures-row.down .wx-futures-change small{
  color:#10B981!important;
}

.wx-futures-row.flat .wx-futures-change b,
.wx-futures-row.flat .wx-futures-change small{
  color:#64748B!important;
}

.wx-futures-row:hover{
  background:#F8FAFC!important;
}

@media(max-width:1180px){
  .wx-main{
    grid-template-columns:1fr!important;
  }

  .wx-right-rail{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}

@media(max-width:1480px){
  .wx-main{
    width:calc(100vw - 32px)!important;
    max-width:1440px!important;
  }
}
