/* 账户页样式总入口：只负责引入仍在使用的账户页模块。 */
@import url("./accounts/layout.css?v=central-bank-app-4.1.154-r656-friend-membership-css-cleanup-20260907");
@import url("./accounts/friends.css?v=central-bank-app-4.1.205-r725-friend-request-cert-20260913");
@import url("./accounts/ai-account.css?v=central-bank-app-4.1.205-r725-friend-request-cert-20260913");
@import url("./accounts/friend-detail.css?v=central-bank-app-4.1.154-r656-friend-membership-css-cleanup-20260907");
@import url("./accounts/friend-family-card.css?v=central-bank-app-4.1.154-r656-friend-membership-css-cleanup-20260907");
@import url("./accounts/friend-membership-badge-r213.css?v=central-bank-app-4.1.154-r656-friend-membership-css-cleanup-20260907");

/* 账户页最终壳层：只保留好友、AI 账户等模块自身 UI。 */
body.check-accounts #assetsView .wallet-tab-page[data-wallet-page="accounts"]{
  margin:0!important;
  padding:0 0 22px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.check-accounts #assetsView .wallet-tab-page[data-wallet-page="accounts"]::before,
body.check-accounts #assetsView .wallet-tab-page[data-wallet-page="accounts"]::after,
body.check-accounts #assetsView main.content::before,
body.check-accounts #assetsView main.content::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}

/* 账户页只展示账户模块本身，隐藏全局银行身份与通知头部。 */
body.check-accounts #assetsView > main.content > .pay-header{
  display:none!important;
}
body.check-accounts #assetsView > main.content{
  padding-top:calc(18px + env(safe-area-inset-top))!important;
}

/* APP 正负颜色最终权威层。 */
/* 压过旧版 .vision-wealth-row-value span { green !important } */
html body .wealth-profit-positive,
html body .wealth-value-positive,
html body .is-positive,
html body .positive,
html body .up,
html body .gain,
html body .profit-positive,
html body [data-sign="positive"],
html body [data-trend="up"],
html body [data-state="positive"],
html body .vision-wealth-row-value span.wealth-profit-positive,
html body .vision-wealth-row-value span.is-positive,
html body .vision-wealth-row-value.is-positive strong,
html body .vision-wealth-row-value.is-positive span,
html body .finance-direct-holding-item strong.wealth-profit-positive{
  color:#13a979!important;
}

html body .wealth-profit-negative,
html body .wealth-value-negative,
html body .is-negative,
html body .negative,
html body .down,
html body .loss,
html body .profit-negative,
html body [data-sign="negative"],
html body [data-trend="down"],
html body [data-state="negative"],
html body .vision-wealth-row-value span.wealth-profit-negative,
html body .vision-wealth-row-value span.is-negative,
html body .vision-wealth-row-value.is-negative strong,
html body .vision-wealth-row-value.is-negative span,
html body .vision-wealth-row-value.is-down span,
html body .finance-direct-holding-item strong.wealth-profit-negative{
  color:#e05264!important;
}

html body .wealth-profit-neutral,
html body .wealth-value-neutral,
html body .is-neutral,
html body .neutral,
html body .flat,
html body [data-sign="neutral"],
html body [data-trend="flat"],
html body [data-state="neutral"],
html body .vision-wealth-row-value span.wealth-profit-neutral,
html body .vision-wealth-row-value span.is-neutral,
html body .vision-wealth-row-value.is-neutral strong,
html body .vision-wealth-row-value.is-neutral span,
html body .finance-direct-holding-item strong.wealth-profit-neutral{
  color:#64748b!important;
}
