/* ===== V94 今日情报：日期移到标题后面，修复重复日期 ===== */

.wx-home-intel.wx-v67-intel{
  width:460px!important;
  min-width:460px!important;
  max-width:460px!important;
  padding:17px 20px 15px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #E5E7EB!important;
  overflow:hidden!important;
}

.wx-v67-intel .wx-v67-intel-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:
    "title more"
    "status status"!important;
  align-items:center!important;
  column-gap:12px!important;
  row-gap:8px!important;
  margin-bottom:9px!important;
}

.wx-v94-title-line{
  grid-area:title!important;
  min-width:0!important;
  display:flex!important;
  align-items:baseline!important;
  gap:12px!important;
  overflow:hidden!important;
}

.wx-v94-title-line h2,
.wx-v67-intel .wx-v67-intel-head h2{
  margin:0!important;
  color:#0F172A!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
}

.wx-v94-date{
  min-width:0!important;
  color:#475569!important;
  font-size:13.5px!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:-.012em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

.wx-v67-intel .wx-v67-intel-head a{
  grid-area:more!important;
  color:#2563EB!important;
  font-size:13px!important;
  font-weight:850!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.wx-v94-statusbar{
  grid-area:status!important;
  min-height:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:0 10px!important;
  border-radius:11px!important;
  background:#F8FAFC!important;
  border:1px solid #E5E7EB!important;
}

.wx-v94-live{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#F97316!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}

.wx-v94-pulse{
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:#F97316!important;
  box-shadow:0 0 0 4px rgba(249,115,22,.12)!important;
  animation:wxV94Pulse 1.4s ease-in-out infinite!important;
}

.wx-v94-bars{
  display:inline-flex!important;
  align-items:flex-end!important;
  gap:3px!important;
  height:12px!important;
}

.wx-v94-bars i{
  width:3px!important;
  height:7px!important;
  border-radius:2px!important;
  background:#F97316!important;
  animation:wxV94Bars .9s ease-in-out infinite!important;
}

.wx-v94-bars i:nth-child(2){animation-delay:.15s!important;}
.wx-v94-bars i:nth-child(3){animation-delay:.3s!important;}

.wx-v94-important-toggle{
  height:26px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 11px!important;
  border:1px solid #DBEAFE!important;
  border-radius:999px!important;
  background:#EFF6FF!important;
  color:#2563EB!important;
  font-size:12.5px!important;
  line-height:1!important;
  font-weight:850!important;
  cursor:pointer!important;
  user-select:none!important;
  white-space:nowrap!important;
}

.wx-v94-important-toggle::before{
  content:"";
  width:8px!important;
  height:8px!important;
  border-radius:999px!important;
  background:#2563EB!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.12)!important;
}

.wx-v67-intel.is-important-only .wx-v94-important-toggle{
  color:#fff!important;
  background:#2563EB!important;
  border-color:#2563EB!important;
}

.wx-v67-intel.is-important-only .wx-v94-important-toggle::before{
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.16)!important;
}

/* 清理旧日期/状态条显示 */
#wxV86IntelMeta,
#wxV87Livebar,
#wxV88Livebar,
.wx-v93-intel-date,
.wx-v86-intel-meta,
.wx-v87-livebar,
.wx-v88-livebar{
  display:none!important;
}

/* 列表保持 V88/V89 的终端密度 */
.wx-v67-intel-list{
  display:grid!important;
  gap:0!important;
  position:relative!important;
  border-top:1px solid #EEF2F7!important;
}

.wx-v67-intel-row{
  min-height:35px!important;
  display:grid!important;
  grid-template-columns:50px 42px minmax(0,1fr) 20px!important;
  gap:9px!important;
  align-items:center!important;
  border-bottom:1px solid #EEF2F7!important;
  transition:background .18s ease, transform .18s ease, opacity .18s ease!important;
}

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

.wx-v67-time{
  color:#475569!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:760!important;
  font-variant-numeric:tabular-nums!important;
  font-feature-settings:"tnum" 1!important;
}

.wx-v67-tag{
  width:36px!important;
  height:20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:5px!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}

.wx-v67-title{
  margin:0!important;
  color:#0F172A!important;
  font-size:12.2px!important;
  line-height:1.25!important;
  font-weight:720!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:block!important;
}

.wx-v67-hot{
  width:20px!important;
  height:20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#EF4444!important;
  font-size:13px!important;
}

.wx-v67-hot.muted{
  color:#94A3B8!important;
  font-size:14px!important;
}

.wx-v67-intel.is-important-only .wx-v67-intel-row:not(.is-important){
  display:none!important;
}

.wx-v67-intel-row.wx-v94-new{
  background:#FFF8F1!important;
  animation:wxV94NewRow 1.1s ease-out 1!important;
}

@keyframes wxV94Pulse{
  0%,100%{opacity:.55; transform:scale(.92);}
  50%{opacity:1; transform:scale(1.08);}
}

@keyframes wxV94Bars{
  0%,100%{height:5px; opacity:.55;}
  50%{height:12px; opacity:1;}
}

@keyframes wxV94NewRow{
  0%{transform:translateY(-8px); opacity:0;}
  100%{transform:translateY(0); opacity:1;}
}
