/* JoyJoy profile cleanup — 2026-08-31. */
body[data-account-page="profile"] #panel-profile > .profile-center-nav{
  margin-bottom:18px;
}
/* profile-center creates a small Account stats card at runtime. The old profile
   statistics area was intentionally removed from the Profile tab; Premium's
   own card still moves to the Subscriptions tab before this rule applies. */
body[data-account-page="profile"] .profile-center-panel[data-profile-panel="profile"] .stats-grid{
  display:none!important;
}

/* Profile data heading now lives inside the data card; no duplicate page heading. */
body[data-account-page="profile"] .profile-data-card-title{
  align-items:flex-start;
  margin-bottom:16px;
}
body[data-account-page="profile"] .profile-data-card-title>div{
  display:grid;
  gap:4px;
  min-width:0;
}
body[data-account-page="profile"] .profile-data-card-title h2{
  margin:0;
}
body[data-account-page="profile"] .profile-data-card-title p{
  margin:0;
  color:var(--account-muted,var(--gh-muted,#64748b));
  font-size:13px;
  line-height:1.45;
}
