/* Practice hall only: preserve the existing button geometry and behavior. */
body.space-practice #openMusicProfile.profile-trigger {
  background: linear-gradient(145deg, #e0e8d5 0%, #c7d5b9 100%) !important;
  border-color: #9faf92 !important;
  color: #31523d !important;
  box-shadow: inset 0 1px 0 #ffffff80, 0 2px 7px #314d3212 !important;
}
@media (hover: hover) {
  body.space-practice #openMusicProfile.profile-trigger:hover {
    background: linear-gradient(145deg, #d5e1c8 0%, #bdcead 100%) !important;
  }
}
body.space-practice #openMusicProfile.profile-trigger:focus-visible {
  outline: 2px solid #57724a;
  outline-offset: 3px;
}
