/* Production fixes after device-matrix review. */
:root{
  /* Secondary text stays visually quiet but meets WCAG AA on white. */
  --muted:#6e6e73;
}
.ios-profile-shortcut{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
}
.hero-cta{
  min-height:44px!important;
}
.reward-action{
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
}
@media(prefers-color-scheme:dark){
  :root{--muted:#98989d;}
}
