
/* VibeKrave mobile Explore page */
.vk-app-explore-body{
  padding-bottom:88px;
}

.vk-app-explore-topbar{
  width:min(100%,520px);
  margin:0 auto 10px;
}

.vk-explore-page{
  width:min(100%,520px);
  margin:0 auto;
  padding:0 14px 96px;
}

.vk-explore-map-shell{
  height:180px;
  border-radius:26px;
  overflow:hidden;
  border:1px solid var(--vk-line, rgba(255,255,255,.14));
  margin:8px 0 16px;
  box-shadow:0 20px 60px rgba(13,6,51,.24);
}

.vk-explore-map{
  height:100%;
  min-height:180px;
}

.vk-explore-shell{
  display:block;
}

.vk-explore-main{
  width:100%;
}

.vk-explore-heading{
  padding:4px 2px 8px;
}

.vk-results-eyebrow{
  color:var(--vk-lime,#7cff4e);
  font-weight:1000;
  letter-spacing:.12em;
  font-size:.72rem;
  margin:0 0 6px;
}

.vk-results-title{
  font-family:var(--font-display,"Baloo 2",cursive);
  font-size:2.2rem;
  line-height:.95;
  margin:0;
}

.vk-browse-toolbar{
  margin:10px 0 14px;
}

.vk-browse-search{
  display:grid;
  gap:7px;
}

.vk-browse-search span{
  color:rgba(255,255,255,.66);
  font-weight:900;
  font-size:.78rem;
}

.vk-browse-search input{
  width:100%;
  min-height:50px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:0 14px;
  font:inherit;
}

.vk-mobile-category-rail{
  display:flex;
  gap:10px;
  overflow:auto;
  padding:4px 0 12px;
  margin:4px -14px 6px;
  padding-left:14px;
  scroll-snap-type:x mandatory;
}

.vk-mobile-category-rail button{
  flex:0 0 auto;
  min-width:76px;
  min-height:74px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.065);
  color:#fff;
  border-radius:22px;
  display:grid;
  place-items:center;
  gap:3px;
  padding:8px 10px;
  cursor:pointer;
  scroll-snap-align:start;
}

.vk-mobile-category-rail button b{
  font-size:1.35rem;
  line-height:1;
}

.vk-mobile-category-rail button span{
  font-size:.7rem;
  font-weight:900;
  max-width:76px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.vk-mobile-category-rail button.is-active{
  color:#061018;
  background:linear-gradient(135deg,var(--vk-lime,#7cff4e),var(--vk-teal,#11d6cb),var(--vk-purple,#9d42ff),var(--vk-gold,#ffbf1c));
}

.vk-explore-filters{
  display:none !important;
}

.vk-explore-list{
  display:grid;
  gap:12px;
}

.vk-explore-merchant{
  border-radius:24px;
  overflow:hidden;
  background:rgba(19,20,45,.90);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}

.vk-explore-merchant-row,
.vk-merchant-card-v2{
  display:grid !important;
  grid-template-columns:58px 1fr;
  gap:12px;
  padding:14px !important;
  align-items:start;
}

.vk-explore-logo,
.vk-merchant-logo-v2{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  font-weight:1000;
}

.vk-explore-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.vk-merchant-title-row{
  display:block !important;
}

.vk-merchant-title-row h2{
  font-family:var(--font-display,"Baloo 2",cursive);
  font-size:1.25rem !important;
  line-height:1 !important;
  margin:0 0 6px !important;
}

.vk-merchant-subline,
.vk-merchant-desc-v2,
.vk-merchant-availability-v2{
  display:none !important;
}

.vk-merchant-status-inline{
  display:inline-flex;
  margin-top:2px;
  padding:5px 9px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
}

.vk-merchant-status-inline.is-open{
  background:rgba(124,255,78,.12);
  color:var(--vk-lime,#7cff4e);
}

.vk-merchant-status-inline.is-closed{
  background:rgba(255,75,185,.12);
  color:#ff9fdc;
}

.vk-merchant-metrics-v2{
  grid-column:1 / -1;
  display:flex !important;
  gap:7px;
  flex-wrap:wrap;
  margin-top:10px;
}

.vk-merchant-metrics-v2 span{
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.78);
  font-size:.72rem;
  font-weight:800;
}

.vk-explore-merchant-side,
.vk-merchant-side-v2{
  grid-column:1 / -1;
  display:grid !important;
  grid-template-columns:1fr;
  gap:10px;
  align-items:center;
  margin-top:10px;
}

.vk-explore-price,
.vk-merchant-price-v2{
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.065);
}

.vk-explore-price span{
  display:block;
  color:rgba(255,255,255,.55);
  font-size:.68rem;
  text-transform:uppercase;
  font-weight:900;
}

.vk-explore-price strong{
  display:block;
  color:#fff;
  font-size:.95rem;
}

.vk-menu-btn-v2{
  min-height:46px;
  border-radius:999px !important;
}

.vk-explore-menu{
  padding:0 12px 12px;
}

@media(min-width:760px){
  .vk-explore-page,
  .vk-app-explore-topbar{
    max-width:760px;
  }

  .vk-explore-map-shell{
    height:240px;
  }

  .vk-explore-list{
    grid-template-columns:1fr;
  }
}
