/* Additional corner artwork only. Existing dimensions and all click targets stay unchanged. */
html body.space-practice:not(.has-score):not(.is-immersive){
  background:url('./mountains.svg') left bottom / min(48vw,660px) 225px no-repeat,radial-gradient(ellipse at 0 100%,#adb99d26,transparent 42%),radial-gradient(ellipse at 100% 0,#d0b56b15,transparent 42%),#f6f3e9!important;
}
html body.space-practice:not(.has-score):not(.is-immersive) #practiceView .practice-sidebar{
  background:url('./mountains.svg') left bottom / 100% 170px no-repeat;
}
html body.space-practice:not(.has-score):not(.is-immersive) #practiceView .current-practice{
  background:url('./bamboo.svg') right bottom / 112px 168px no-repeat,url('./mountains.svg') left bottom / 100% 152px no-repeat,linear-gradient(155deg,#fffcf3f2,#f0eee0f0)!important;
}
html body.space-practice:not(.has-score):not(.is-immersive) #practiceView #openMusicProfile{
  background:linear-gradient(110deg,#faf3df,#eadcba)!important;
  border-color:#bd9c62aa!important;
  color:#344f37!important;
  box-shadow:inset 0 1px 0 #fffbed,0 3px 9px #8f753818!important;
}
html body.space-practice:not(.has-score):not(.is-immersive) #practiceView .practice-caption{
  background:url('./bamboo.svg') right bottom / 82px 124px no-repeat;
}
html body.space-practice:not(.has-score):not(.is-immersive) #practiceView .practice-caption::before{
  background:linear-gradient(90deg,#ac8744,#d9c39355)!important;
}
html body.space-practice:not(.has-score):not(.is-immersive) #appHeader{
  background:url('./bamboo.svg') right bottom / 135px 162px no-repeat;
  border-bottom-color:#c2a77280;
}
@media(max-width:759px){
  html body.space-practice:not(.has-score):not(.is-immersive){background-size:min(65vw,440px) 140px,auto,auto,auto!important}
  html body.space-practice:not(.has-score):not(.is-immersive) #practiceView .practice-sidebar{background-size:100% 100px}
  html body.space-practice:not(.has-score):not(.is-immersive) #practiceView .current-practice{background-size:78px 112px,100% 90px,auto!important}
  html body.space-practice:not(.has-score):not(.is-immersive) #appHeader{background-size:82px 112px}
}
