/* 3.6.47: keep the auth/profile hand-off cheap even on browsers that throttle heavy pages. */
body[data-page="profile"] .profile-boot{
  contain:layout paint style;
}
body[data-page="profile"] .profile-boot::before,
body[data-page="profile"] .profile-boot::after,
body[data-page="profile"] .profile-boot__card::before{
  display:none!important;
}
body[data-page="profile"] .profile-boot__card{
  box-shadow:0 22px 60px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.05)!important;
}
body[data-page="profile"] .profile-boot__progress i{
  box-shadow:none!important;
  animation-duration:.62s!important;
}
@media(prefers-reduced-motion:reduce){
  body[data-page="profile"] .profile-boot__progress i{animation:none!important;transform:none!important;width:62%!important}
}
