/* My landing page only. Detail screens and shared navigation remain unchanged. */
#profileSummary > .profile-hub-identity.is-compact-identity {
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0 20px;
  padding: 20px 0 24px;
  border: 0;
}
#profileSummary > .is-compact-identity .profile-hub-identity-avatar {
  width: 64px;
  height: 72px;
  border-radius: 18px;
}
#profileSummary > .is-compact-identity strong {
  font-size: 21px;
  font-weight: 650;
  line-height: 1.4;
}
#profileSummary .profile-identity-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 14px;
}
#profileSummary .is-compact-identity .profile-identity-actions button {
  min-height: 44px;
  max-width: 100%;
  margin: 0;
  padding: 8px 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  color: #636963;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: anywhere;
  cursor: pointer;
}
#profileSummary .is-compact-identity .profile-identity-actions .profile-hub-wardrobe {
  color: #245543;
  text-decoration: underline;
  text-decoration-color: #acb9ad;
  text-underline-offset: 4px;
}
#profileSummary > .profile-hub.is-personal-index {
  gap: 24px;
  padding: 0 20px 28px;
}
#profileSummary .profile-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
#profileSummary .profile-quick-links > button,
#profileSummary .profile-settings-links > button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin: 0;
  color: #262f2a;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background-color 120ms ease;
}
#profileSummary .profile-quick-links > button {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid #e2e1d7;
  border-radius: 16px;
  background: #faf9f3;
}
#profileSummary .profile-entry-icon {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: #245543;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#profileSummary .profile-quick-links strong,
#profileSummary .profile-settings-links strong {
  min-width: 0;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
#profileSummary .profile-settings-links {
  padding: 0 16px;
  border-radius: 16px;
  background: #faf9f3;
  border: 1px solid #e2e1d7;
}
#profileSummary .profile-settings-links > button {
  min-height: 60px;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
#profileSummary .profile-settings-links > button + button {
  border-top: 1px solid #e6e5dc;
}
#profileSummary .profile-settings-links .profile-entry-icon {
  width: 21px;
  height: 21px;
  color: #697369;
}
#profileSummary .profile-quick-links > button:active,
#profileSummary .profile-settings-links > button:active,
#profileSummary .profile-identity-actions button:active { background: #e8eee5; }
#profileSummary .is-personal-index button:focus-visible,
#profileSummary .profile-identity-actions button:focus-visible {
  outline: 2px solid #9a782d;
  outline-offset: 3px;
}
@media (hover: hover) {
  #profileSummary .profile-quick-links > button:hover,
  #profileSummary .profile-settings-links > button:hover { background: #edf1e9; }
}
@media (max-width: 360px) {
  #profileSummary > .profile-hub-identity.is-compact-identity {
    margin-inline: 16px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }
  #profileSummary > .is-compact-identity .profile-hub-identity-avatar { width: 56px; height: 64px; }
  #profileSummary > .profile-hub.is-personal-index { padding-inline: 16px; }
  #profileSummary .profile-quick-links { gap: 10px; }
  #profileSummary .profile-quick-links > button { min-height: 104px; padding: 14px 12px; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  #profileSummary .profile-quick-links > button,
  #profileSummary .profile-settings-links > button { transition: none; }
}
