/* Home category logos V252 — 10 logos oficiales; reemplazo visual sin alterar assets. */
.home .jc-home-categories .jc-category-logo-grid-v252{align-items:stretch}
.home .jc-home-categories .jc-category-logo-tile-v252{
  overflow:hidden;
  padding:4px!important;
  gap:0!important;
  background:#fff;
}
.home .jc-home-categories .jc-category-logo-image-v252{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:130px;
  margin:auto;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
}
.home .jc-home-categories .jc-category-logo-tile-v252--inactive{
  cursor:default;
  pointer-events:none!important;
}
.home .jc-home-categories .jc-category-logo-tile-v252--inactive:hover{
  transform:none;
  border-color:#e4eaf1;
  box-shadow:var(--jc-shadow-sm);
}
@media(max-width:760px){
  .home .jc-home-categories .jc-category-logo-tile-v252{padding:4px!important}
  .home .jc-home-categories .jc-category-logo-image-v252{max-height:96px;border-radius:8px}
}
@media(max-width:760px){
  html.jc-pwa-standalone body.home .jc-home-categories .jc-category-logo-tile-v252{
    padding:3px!important;
    gap:0!important;
  }
  html.jc-pwa-standalone body.home .jc-home-categories .jc-category-logo-image-v252{
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:88px!important;
    margin:auto!important;
    object-fit:contain!important;
    border-radius:8px!important;
  }
}

/* ==========================================================
   V389 · Encontrá exactamente lo que necesitás · 10 logos 3D
   - usa los PNG aportados por el usuario sin edición
   - conserva orden y rutas vigentes
   - proporción visual homogénea
   - Boliches: fondo azul marino -> azul claro
   - zoom suave + sombra inferior aprobados
   ========================================================== */
.home .jc-home-categories .jc-category-logo-tile-v252{
  background:#fff!important;
  overflow:visible!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.home .jc-home-categories .jc-category-logo-image-v252{
  display:block!important;
  width:94%!important;
  height:94%!important;
  max-width:94%!important;
  max-height:94%!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}

/* Única excepción visual solicitada: Boliches. */
.home .jc-home-categories .jc-category-logo-tile-v252[href*="/boliches/"]{
  background:linear-gradient(145deg,#06162c 0%,#0a2448 43%,#0f3d78 72%,#1a70bd 100%)!important;
  border-color:rgba(24,91,164,.52)!important;
  box-shadow:0 7px 18px rgba(5,24,52,.18)!important;
}

/* Bares es naturalmente más horizontal; leve compensación óptica. */
.home .jc-home-categories .jc-category-logo-tile-v252[href*="/bares-y-confiterias/"] .jc-category-logo-image-v252{
  width:97%!important;
  max-width:97%!important;
}
/* Automotores tiene algo más de aire interno en el PNG. */
.home .jc-home-categories .jc-category-logo-tile-v252[href*="/automotores/"] .jc-category-logo-image-v252{
  width:97%!important;
  height:97%!important;
  max-width:97%!important;
  max-height:97%!important;
}

@media(hover:hover) and (pointer:fine){
  .home .jc-home-categories .jc-category-logo-tile-v252:hover,
  .home .jc-home-categories .jc-category-logo-tile-v252:focus-visible{
    transform:scale(1.025)!important;
    border-color:rgba(24,105,190,.28)!important;
    box-shadow:0 10px 22px rgba(18,48,82,.14),0 4px 8px rgba(18,48,82,.08)!important;
    z-index:2;
  }
  .home .jc-home-categories .jc-category-logo-tile-v252[href*="/boliches/"]:hover,
  .home .jc-home-categories .jc-category-logo-tile-v252[href*="/boliches/"]:focus-visible{
    box-shadow:0 12px 26px rgba(3,20,48,.28),0 5px 10px rgba(3,20,48,.16)!important;
  }
}

@media(max-width:760px){
  .home .jc-home-categories .jc-category-logo-image-v252{
    width:94%!important;
    height:94%!important;
    max-width:94%!important;
    max-height:94%!important;
  }
}

@media(max-width:760px){
  html.jc-pwa-standalone body.home .jc-home-categories .jc-category-logo-image-v252{
    width:94%!important;
    height:94%!important;
    max-width:94%!important;
    max-height:94%!important;
  }
}
