/* Hibr v1.9.3 — favicon/mobile game CTA hotfix */
.game-experience .interactive-nav [data-live-next]{
  background:linear-gradient(135deg,#ff8a00,#f05a28)!important;
  border-color:transparent!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(240,90,40,.26)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.game-experience .interactive-nav [data-live-next]:not(:disabled):hover{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(240,90,40,.32)!important;
  filter:saturate(1.08);
}
.game-experience .interactive-nav [data-live-next]:disabled{
  opacity:.52!important;
  box-shadow:none!important;
}
@media(max-width:720px){
  .game-experience .interactive-nav{
    gap:10px!important;
    position:relative;
  }
  .game-experience .interactive-nav [data-live-next]{
    min-height:60px!important;
    flex:1.35!important;
    font-size:18px!important;
    border-radius:16px!important;
    letter-spacing:0!important;
    animation:hibrContinuePulse 1.9s ease-in-out infinite;
  }
  .game-experience .interactive-nav [data-live-prev]{
    flex:.75!important;
    min-height:54px!important;
  }
}
@keyframes hibrContinuePulse{
  0%,100%{box-shadow:0 10px 24px rgba(240,90,40,.22)}
  50%{box-shadow:0 12px 32px rgba(240,90,40,.42)}
}
@media(prefers-reduced-motion:reduce){
  .game-experience .interactive-nav [data-live-next]{animation:none!important}
}
