.profile-account-controls {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--lvl-color-border);
  border-radius: 16px;
  background: var(--lvl-color-surface);
  color: var(--lvl-color-text);
}
.profile-account-controls header { display: grid; gap: 4px; }
.profile-account-controls h3 { margin: 0; font-size: 18px; }
.profile-theme-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.profile-theme-option {
  min-height: 44px;
  border: 1px solid var(--lvl-color-border);
  border-radius: 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.profile-theme-option[aria-pressed="true"] {
  background: var(--lvl-color-accent);
  border-color: var(--lvl-color-accent);
  color: #fff;
}
.profile-logout-button { width: 100%; min-height: 44px; }

/* PROFILE_DOCK_CLEARANCE_1660 */
#view-profile{
  padding-bottom:calc(var(--lvl-shell-dock-height-mobile,68px) + 48px)!important;
}
[data-lvl-profile-theme-mode],#logoutBtn{
  scroll-margin-block:calc(var(--lvl-shell-dock-height-mobile,68px) + 48px);
}
