/* V6-43-J home posts stable module css */

html.is-home-v643e .home-card-v629a{
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  border-radius:24px!important;
  box-shadow:0 12px 30px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}

html.is-home-v643e .home-card-head-v629a{
  min-height:66px!important;
  padding:0 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:1px solid #eef2f7!important;
  background:#ffffff!important;
}

html.is-home-v643e .home-category-row-v629a{
  padding:18px 24px 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}

html.is-home-v643e .home-category-row-v629a button{
  height:36px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  background:#ffffff!important;
  border:1px solid #e2e8f0!important;
  color:#334155!important;
  font-size:14px!important;
  font-weight:800!important;
}

html.is-home-v643e .home-category-row-v629a button.active{
  background:#0f172a!important;
  border-color:#0f172a!important;
  color:#ffffff!important;
}

html.is-home-v643e .home-post-list-v629a{
  padding:18px 24px 24px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
}

html.is-home-v643e .home-post-item-v629a{
  display:flex!important;
  gap:16px!important;
  align-items:flex-start!important;
  padding:18px!important;
  border-radius:20px!important;
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  box-shadow:0 6px 18px rgba(15,23,42,.035)!important;
  cursor:pointer!important;
}

html.is-home-v643e .home-post-item-v629a:hover{
  background:#fbfdff!important;
  border-color:#bfdbfe!important;
  box-shadow:0 12px 26px rgba(37,99,235,.08)!important;
}

html.is-home-v643e .home-post-avatar-v629a{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  border-radius:17px!important;
  background:#eff6ff!important;
  color:#2563eb!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
  font-weight:900!important;
  overflow:hidden!important;
}

html.is-home-v643e .home-post-avatar-v629a img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

html.is-home-v643e .home-post-body-v643j{
  min-width:0!important;
  flex:1 1 auto!important;
}

html.is-home-v643e .home-post-title-v629a{
  margin:0 0 8px!important;
  color:#0f172a!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.35!important;
}

html.is-home-v643e .home-post-summary-v629a{
  margin:0 0 12px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.7!important;
  max-height:48px!important;
  overflow:hidden!important;
}

html.is-home-v643e .home-post-meta-v629a{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  color:#64748b!important;
  font-size:13px!important;
}

html.is-home-v643e .home-post-tag-v629a{
  min-height:24px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#1d4ed8!important;
  font-weight:900!important;
  font-size:13px!important;
}

html.is-home-v643e .home-empty-v629a{
  min-height:86px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:16px!important;
  background:#f8fafc!important;
  border:1px dashed #cbd5e1!important;
  color:#64748b!important;
  font-size:15px!important;
  font-weight:700!important;
}

/* V6_POST_CARD_NATIVE_LINK_STYLE_V1
   帖子卡片改为 a 标签后保持卡片外观。 */
#homePostListV629A a.home-post-item-v629a{
  text-decoration:none!important;
  color:inherit!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:rgba(37,99,235,.12)!important;
}

#homePostListV629A a.home-post-item-v629a:hover{
  text-decoration:none!important;
}

@media (max-width: 768px){
  #homePostListV629A a.home-post-item-v629a{
    touch-action:manipulation!important;
  }

  #homePostListV629A a.home-post-item-v629a:active{
    transform:scale(.992)!important;
    opacity:.94!important;
  }
}

/* V6_POST_CARD_NATIVE_LINK_STYLE_V2 */
#homePostListV629A a.home-post-item-v629a{
  text-decoration:none!important;
  color:inherit!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:rgba(37,99,235,.12)!important;
}

#homePostListV629A a.home-post-item-v629a:hover{
  text-decoration:none!important;
}

@media (max-width: 768px){
  #homePostListV629A a.home-post-item-v629a{
    touch-action:manipulation!important;
  }

  #homePostListV629A a.home-post-item-v629a:active{
    transform:scale(.992)!important;
    opacity:.94!important;
  }
}
