
/* MOBILE APP POLISH */
@media(max-width:760px){
  body{padding-bottom:max(8px,env(safe-area-inset-bottom))}
  .public-topnav.final-topnav{
    position:sticky!important;top:6px!important;
    width:calc(100% - 12px)!important;margin:6px auto!important;
    padding:7px!important;border-radius:18px!important;
  }
  .public-brand small{display:none}
  .public-brand strong{font-size:.72rem}
  .public-topnav-tabs{display:flex!important;overflow-x:auto!important;scroll-snap-type:x proximity;gap:5px!important;padding-bottom:2px}
  .public-tab{min-height:42px!important;padding:0 11px!important;flex:0 0 auto;scroll-snap-align:start;font-size:.67rem!important}
  .public-topnav-actions{display:none!important}
  button,.btn,input,select,textarea{font-size:16px}
  .prono-card,.live-card,.admin-panel,.card{border-radius:20px!important}
  .prono-score input{min-height:58px!important;font-size:1.2rem!important}
}
