/* Demanacita v45 — mobile selector readability + endless post-unlock play */

@media(max-width:820px){
  .mobile-machine-switcher{
    width:min(100%,480px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.5rem!important;
    margin-bottom:.85rem!important;
  }
  .mobile-machine-switcher button{
    min-width:0!important;
    min-height:62px!important;
    padding:.72rem .55rem!important;
    font-size:.69rem!important;
    line-height:1.35!important;
    letter-spacing:.015em!important;
    white-space:normal!important;
    text-wrap:balance;
    word-break:normal!important;
  }
}

@media(max-width:360px){
  .mobile-machine-switcher{
    gap:.42rem!important;
  }
  .mobile-machine-switcher button{
    min-height:58px!important;
    padding:.62rem .38rem!important;
    font-size:.62rem!important;
    line-height:1.32!important;
    letter-spacing:0!important;
  }
}

/* ACCESS GRANTED is a milestone, not an end screen, for BLOCKS / MAZE / QUEST. */
.arcade-extra-active .arcade-win{
  margin-top:.55rem;
}
.arcade-extra-active .arcade-win:not([hidden]){
  animation:none!important;
}
