/* El Contraataque · Interaction Stability v79 */

/* La hoja de Porra debe terminar por encima del footer global. */
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet{
  bottom:calc(4.75rem + env(safe-area-inset-bottom))!important;
}
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__panel{
  max-height:calc(100dvh - 8.6rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
  padding-bottom:1rem!important;
  overscroll-behavior:contain;
}
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__form{
  padding-bottom:.7rem!important;
}
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__form .prediction-score-card{
  overflow:visible!important;
  padding-bottom:.15rem!important;
}
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__form .prediction-score-card>button.primary-action[type="submit"],
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__form .prediction-score-card>button[data-prediction-login]{
  position:sticky!important;
  bottom:.35rem!important;
  z-index:12!important;
  display:flex!important;
  width:100%!important;
  min-height:3.15rem!important;
  align-items:center!important;
  justify-content:center!important;
  margin:.95rem 0 .15rem!important;
  border-radius:999px!important;
  padding:0 1rem!important;
  color:#fff!important;
  background:linear-gradient(135deg,#dc9c26,#bd7407)!important;
  box-shadow:0 .4rem 1rem rgba(158,96,7,.18)!important;
  font-size:.74rem!important;
  font-weight:950!important;
  line-height:1!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__form .prediction-score-card>button.primary-action[type="submit"]:disabled{
  color:#8a8379!important;
  background:#ece8e0!important;
  box-shadow:none!important;
  opacity:1!important;
}

/* El buscador de Temas conserva foco y no salta al recibirlo. */
body[data-screen="community"] .community-v48-search:focus-within{
  border-color:rgba(196,124,8,.42)!important;
  box-shadow:0 0 0 3px rgba(211,146,31,.08)!important;
  background:#fff!important;
}
body[data-screen="community"] [data-community-v48-search]{
  touch-action:manipulation;
  caret-color:#9e6308;
}

/* Evita transiciones visuales accidentales al tocar zonas no interactivas de las tarjetas. */
body[data-screen="predictions"] .prediction-hub-match,
body[data-screen="community"] .community-v48-topics{
  -webkit-tap-highlight-color:transparent;
}

@media (min-width:861px) and (pointer:fine){
  body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet{
    bottom:0!important;
  }
  body[data-screen="predictions"].prediction-hub-mode .prediction-hub-sheet__panel{
    max-height:min(84dvh,46rem)!important;
  }
}
