/* WXSSC V68.2-A Futures + Spot Display Polish */
.wx-fs682a{
  width:100%;
  margin:0 0 14px 0;
  border:1px solid #dbeafe;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 14px 34px rgba(37,99,235,.08);
  overflow:hidden;
}

.wx-fs682a *{box-sizing:border-box}

.wx-fs682a-loading,
.wx-fs682a-error{
  padding:18px;
  color:#64748b;
  font-size:13px;
  font-weight:900;
  text-align:center;
}

.wx-fs682a-error b{
  display:block;
  color:#dc2626;
  margin-bottom:6px;
}

.wx-fs682a-error a{
  display:inline-flex;
  margin-top:10px;
  height:34px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  text-decoration:none;
  font-weight:1000;
}

.wx-fs682a-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px 12px;
  border-bottom:1px solid #e8f1ff;
}

.wx-fs682a-kicker{
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:1000;
}

.wx-fs682a h2{
  margin:8px 0 5px;
  font-size:22px;
  color:#071126;
  letter-spacing:-.04em;
  line-height:1.1;
}

.wx-fs682a p{
  margin:0;
  color:#64748b;
  font-size:13px;
  font-weight:850;
  line-height:1.5;
}

.wx-fs682a-link{
  flex:0 0 auto;
  height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:1000;
}

.wx-fs682a-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  padding:12px 14px;
}

.wx-fs682a-card{
  min-width:0;
  border:1px solid #e5efff;
  background:#fff;
  border-radius:18px;
  padding:12px;
}

.wx-fs682a-card.main{
  background:linear-gradient(180deg,#fff,#fff7f7);
  border-color:#fecaca;
}

.wx-fs682a-card.spot{
  background:linear-gradient(180deg,#fff,#f7fbff);
  border-color:#bfdbfe;
}

.wx-fs682a-card span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wx-fs682a-card b{
  display:block;
  margin-top:7px;
  color:#111827;
  font-size:22px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.04em;
}

.wx-fs682a-card em{
  display:inline-flex;
  margin-top:8px;
  height:24px;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  background:#f1f5f9;
  color:#64748b;
  font-size:11px;
  font-weight:1000;
  font-style:normal;
}

.wx-fs682a-card small{
  display:block;
  margin-top:8px;
  color:#94a3b8;
  font-size:11px;
  font-weight:850;
  line-height:1.35;
}

.wx-fs682a .up{color:#dc2626!important}
.wx-fs682a .down{color:#16a34a!important}
.wx-fs682a .flat{color:#64748b!important}

.wx-fs682a-bottom{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:10px;
  padding:0 14px 14px;
}

.wx-fs682a-basis,
.wx-fs682a-note{
  border:1px solid #e5efff;
  background:#fff;
  border-radius:18px;
  padding:12px;
}

.wx-fs682a-basis span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:950;
}

.wx-fs682a-basis b{
  display:block;
  margin-top:6px;
  font-size:20px;
  line-height:1;
  font-weight:1000;
}

.wx-fs682a-basis em{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
  font-style:normal;
  font-weight:850;
}

.wx-fs682a-note{
  color:#64748b;
  font-size:12px;
  line-height:1.55;
  font-weight:850;
}

.wx-fs682a-note code{
  color:#1d4ed8;
  background:#eff6ff;
  border:1px solid #bfdbfe;
  border-radius:8px;
  padding:1px 5px;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
}

@media(max-width:900px){
  .wx-fs682a-head{
    flex-direction:column;
  }
  .wx-fs682a-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .wx-fs682a-bottom{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .wx-fs682a-grid{
    grid-template-columns:1fr;
  }
}
