/* =========================================================
   Nekon HUB v26.21 — Navigation + slide 02 + light pick footer
   ========================================================= */

/* Only the active application section can be visible.
   This neutralizes legacy hotfixes that accidentally forced Billetera open. */
html.nekon-next main > .view:not(.active){
  display:none!important;
}
html.nekon-next main > .view.active{
  display:block!important;
}

/* Slide 02: one continuous visual made from the two existing project assets.
   No generated artwork, no separate floating cards, no coupon/last-spots area. */
html.nekon-next .v266-slide:nth-child(2) .v266-slide__visual--accounts,
html[data-theme="light"].nekon-next .v266-slide:nth-child(2) .v266-slide__visual--accounts{
  background:none!important;
  overflow:hidden!important;
}
html.nekon-next .v266-slide:nth-child(2) .v266-slide__visual--accounts::after,
html[data-theme="light"].nekon-next .v266-slide:nth-child(2) .v266-slide__visual--accounts::after{
  background:none!important;
}
html.nekon-next .v266-slide:nth-child(2) .v266-accounts-visual{
  position:absolute!important;
  top:12%!important;
  right:4.5%!important;
  left:auto!important;
  width:min(48%,760px)!important;
  height:min(68%,430px)!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:28px!important;
  background:#07101c!important;
  box-shadow:0 28px 70px rgba(0,0,0,.34)!important;
  transform:none!important;
}
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview{
  position:relative!important;
  min-width:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#07101c!important;
  box-shadow:none!important;
}
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview:first-child{
  border-right:1px solid rgba(255,255,255,.10)!important;
}
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
}
/* Premium: zoom into the plan cards only. The coupon and "4 cupos" blocks
   live in the bottom of the source artwork and are outside this crop. */
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview--premium img{
  object-position:72% 10%!important;
  transform:scale(1.62)!important;
  transform-origin:72% 10%!important;
}
/* Free: focus the platform logos and central Nekon phone. */
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview--free img{
  object-position:70% 42%!important;
  transform:scale(1.24)!important;
  transform-origin:70% 42%!important;
}
/* Clear labels identify the two halves while the whole visual reads as one image. */
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview::after{
  position:absolute!important;
  left:14px!important;
  bottom:14px!important;
  z-index:3!important;
  padding:7px 10px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(5,10,18,.78)!important;
  color:#fff!important;
  backdrop-filter:blur(10px)!important;
  font-size:.56rem!important;
  font-weight:950!important;
  letter-spacing:.1em!important;
}
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview--premium::after{content:"CUENTAS PREMIUM"!important;}
html.nekon-next .v266-slide:nth-child(2) .v266-account-preview--free::after{content:"CUENTAS GRATIS"!important;}
html[data-theme="light"].nekon-next .v266-slide:nth-child(2) .v266-accounts-visual{
  border-color:rgba(87,73,118,.18)!important;
  box-shadow:0 22px 55px rgba(87,71,105,.14)!important;
}

@media(max-width:820px){
  html.nekon-next .v266-slide:nth-child(2) .v266-accounts-visual{
    top:18px!important;
    left:18px!important;
    right:18px!important;
    width:auto!important;
    height:214px!important;
    border-radius:20px!important;
  }
  html.nekon-next .v266-slide:nth-child(2) .v266-account-preview--premium img{
    object-position:72% 9%!important;
    transform:scale(1.66)!important;
  }
  html.nekon-next .v266-slide:nth-child(2) .v266-account-preview--free img{
    object-position:69% 42%!important;
    transform:scale(1.25)!important;
  }
  html.nekon-next .v266-slide:nth-child(2) .v266-account-preview::after{
    left:10px!important;
    bottom:10px!important;
    padding:6px 8px!important;
    font-size:.48rem!important;
  }
}
@media(max-width:600px){
  html.nekon-next .v266-slide:nth-child(2) .v266-accounts-visual{
    top:16px!important;
    left:16px!important;
    right:16px!important;
    height:198px!important;
  }
}

/* Pronósticos — Cuota total y Código de apuesta in light theme. */
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-odds,
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-code{
  background:#ffffff!important;
  border-color:rgba(74,61,99,.16)!important;
  color:#20172c!important;
  box-shadow:0 8px 22px rgba(65,51,85,.06)!important;
}
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-odds small,
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-code .copy-pick__label{
  color:#706579!important;
}
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-odds strong{
  color:#168777!important;
}
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-code b{
  color:#20172c!important;
}
html[data-theme="light"].nekon-next .pick-v27-footer .pick-v27-code .copy-pick__action{
  background:linear-gradient(135deg,#f2e7f5,#e8f6f3)!important;
  color:#5b4971!important;
}
