/* 首页最近消息：预览与全屏列表分别维护当前唯一主定义。 */

/* ===== 首页预览：快捷入口下的三条最近消息 ===== */
[data-wallet-page="home"] .quick-actions > .home-recent-messages{
  display:block!important;
  grid-column:1 / -1!important;
  width:calc(100% + 32px)!important;
  box-sizing:border-box!important;
  margin:12px -16px -16px!important;
  padding:16px 28px 10px!important;
  position:relative!important;
  border:0!important;
  border-top:1px solid rgba(255,255,255,.92)!important;
  border-radius:34px 34px 0 0!important;
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(241,245,249,.64))!important;
  box-shadow:none!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-messages-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0 4px 8px!important;
  padding:0!important;
  border:0!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-messages-kicker{display:none!important;}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-messages-head h2{
  display:block!important;
  margin:0!important;
  color:#172554!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:950!important;
  letter-spacing:-.3px!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-messages-hint{
  display:block!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#94a3b8!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-list{
  display:grid!important;
  grid-column:1 / -1!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  min-height:62px!important;
  box-sizing:border-box!important;
  padding:8px 0!important;
  border:0!important;
  border-bottom:1px solid rgba(148,163,184,.22)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message:last-child{border-bottom:0!important;}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message:hover{
  transform:none!important;
  background:rgba(255,255,255,.30)!important;
  box-shadow:none!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message:active{transform:scale(.985);}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message:focus-visible{
  outline:3px solid rgba(99,102,241,.24);
  outline-offset:2px;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-copy{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  min-width:0!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-icon{
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.84)!important;
  border:1px solid rgba(226,232,240,.82)!important;
  color:#475569!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-icon img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-copy strong{
  display:block!important;
  min-width:0!important;
  overflow:visible!important;
  color:#172554!important;
  font-size:15px!important;
  line-height:1.22!important;
  font-weight:900!important;
  letter-spacing:-.15px!important;
  text-overflow:clip!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-side{
  position:relative!important;
  min-width:104px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:3px!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-side time{
  color:#64748b!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-side b{
  max-width:none!important;
  overflow:visible!important;
  color:#166534!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.2px!important;
  white-space:nowrap!important;
}
[data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message.is-notification .home-recent-message-side b{color:#b45309!important;}

@media (max-width:430px){
  [data-wallet-page="home"] .quick-actions > .home-recent-messages{
    margin:10px -16px -16px!important;
    padding:12px 24px 8px!important;
    border-radius:28px 28px 0 0!important;
  }
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-messages-head{margin:0 2px 8px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-messages-head h2{font-size:16px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message{gap:7px!important;min-height:58px!important;padding:6px 0!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-copy{gap:8px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-icon{flex-basis:46px!important;width:46px!important;height:46px!important;border-radius:15px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-copy strong{font-size:14px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-side{min-width:92px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-side time{font-size:11px!important;}
  [data-wallet-page="home"] .quick-actions > .home-recent-messages .home-recent-message-side b{font-size:14px!important;}
  [data-wallet-page="home"] .recent-messages-full-page{padding-left:12px!important;padding-right:12px!important;}
  [data-wallet-page="home"] .recent-messages-full-list .home-recent-message-card{min-height:190px!important;padding:14px 12px 13px!important;border-radius:19px!important;}
  [data-wallet-page="home"] .recent-messages-full-list .home-recent-message-icon{flex-basis:50px!important;width:50px!important;height:50px!important;border-radius:15px!important;}
  [data-wallet-page="home"] .recent-messages-full-list .home-recent-card-identity strong{font-size:16px!important;}
  [data-wallet-page="home"] .recent-messages-full-list .home-recent-card-center{margin-top:17px!important;margin-bottom:15px!important;}
  [data-wallet-page="home"] .recent-messages-full-list .home-recent-card-amount{font-size:31px!important;}
}

/* ===== 全屏最近消息页：完整卡片列表、详情入口与滚动容器 ===== */
[data-wallet-page="home"] .recent-messages-full-page{
  min-height:100%!important;
  box-sizing:border-box!important;
  padding:14px 14px calc(28px + var(--cb-safe-bottom,0px))!important;
  background:transparent!important;
}
[data-wallet-page="home"] .home-service-overlay[data-active-page="recent-messages"]{transition:none!important;}
[data-wallet-page="home"] .recent-messages-full-shell{width:100%;max-width:620px;margin:0 auto;}
[data-wallet-page="home"] .recent-messages-full-intro{margin:0 2px 16px;}
[data-wallet-page="home"] .recent-messages-full-intro>span{display:block;color:#6b7fe5;font-size:10px;line-height:1;font-weight:900;letter-spacing:.14em;}
[data-wallet-page="home"] .recent-messages-full-intro h2{margin:8px 0 4px;color:#172033;font-size:25px;line-height:1.15;font-weight:950;letter-spacing:-.3px;}
[data-wallet-page="home"] .recent-messages-full-intro p{margin:0;color:#8b95a5;font-size:12px;line-height:1.45;font-weight:700;}
[data-wallet-page="home"] .recent-messages-full-list{
  display:grid!important;
  gap:13px!important;
  width:100%!important;
  max-width:620px!important;
  margin:0 auto!important;
  padding:0!important;
}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-card{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:198px!important;
  box-sizing:border-box!important;
  padding:15px 14px 14px!important;
  border:1px solid rgba(226,232,240,.88)!important;
  border-radius:21px!important;
  background:#fff!important;
  color:#1f2937!important;
  text-align:left!important;
  box-shadow:0 8px 24px rgba(32,45,75,.07),inset 0 1px 0 rgba(255,255,255,.96)!important;
  overflow:hidden!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-card:hover{
  background:#fff!important;
  box-shadow:0 12px 28px rgba(32,45,75,.10),inset 0 1px 0 rgba(255,255,255,.96)!important;
  transform:translateY(-1px)!important;
}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-card:active{transform:scale(.985)!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-card:focus-visible{outline:3px solid rgba(59,130,246,.22)!important;outline-offset:2px!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-copy{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;min-width:0!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-icon{
  flex:0 0 54px!important;
  width:54px!important;
  height:54px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #edf0f4!important;
  color:#475569!important;
  font-size:20px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-icon img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-identity{display:grid!important;gap:3px!important;min-width:0!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-identity strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  color:#20252e!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-identity time{color:#9aa3af!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;white-space:nowrap!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-more{color:#9aa1aa!important;font-size:18px!important;line-height:1!important;letter-spacing:2px!important;white-space:nowrap!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-center{display:grid!important;justify-items:center!important;gap:4px!important;margin:20px 0 18px!important;text-align:center!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-status{color:#a0a5ad!important;font-size:14px!important;line-height:1.2!important;font-weight:650!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-amount{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  color:#25282d!important;
  font-size:34px!important;
  line-height:1.06!important;
  font-weight:900!important;
  letter-spacing:-.8px!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-amount.is-notification{color:#3975c9!important;font-size:20px!important;letter-spacing:0!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-detail{display:inline-flex!important;align-items:center!important;gap:3px!important;color:#a1a6ad!important;font-size:14px!important;line-height:1.2!important;font-weight:650!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-detail i{color:#b4b9c0!important;font-size:23px!important;font-style:normal!important;line-height:.8!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-meta{display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important;padding-top:13px!important;border-top:1px solid #f0f1f3!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-meta span{display:inline-flex!important;align-items:baseline!important;gap:8px!important;min-width:0!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-meta em{color:#a0a5ad!important;font-size:13px!important;font-style:normal!important;line-height:1.2!important;font-weight:650!important;white-space:nowrap!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-card-meta strong{min-width:0!important;overflow:hidden!important;color:#737b86!important;font-size:14px!important;line-height:1.2!important;font-weight:750!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
[data-wallet-page="home"] .recent-messages-full-list .home-recent-message-unread{
  position:absolute!important;
  top:13px!important;
  right:13px!important;
  width:7px!important;
  height:7px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:#ef4444!important;
  box-shadow:0 2px 6px rgba(239,68,68,.32)!important;
}

/* ===== 跨上下文状态：空态、未读标记与金额颜色 ===== */
[data-wallet-page="home"] .home-recent-message-empty{
  min-height:58px;
  display:grid;
  place-items:center;
  padding:10px;
  border:1px dashed rgba(148,163,184,.42);
  border-radius:16px;
  color:#94a3b8;
  font-size:11px;
  font-weight:800;
}
[data-wallet-page="home"] .home-recent-message-unread{
  position:absolute;
  top:-2px;
  right:-3px;
  width:7px;
  height:7px;
  border:2px solid #fff;
  border-radius:50%;
  background:#ef4444;
  box-shadow:0 2px 6px rgba(239,68,68,.32);
}
[data-wallet-page="home"] .home-recent-message-side b.is-positive,
[data-wallet-page="home"] .home-recent-card-amount.is-positive{color:#168a5b!important;}
[data-wallet-page="home"] .home-recent-message-side b.is-negative,
[data-wallet-page="home"] .home-recent-card-amount.is-negative{color:#d8424d!important;}
