/* SVR Site Android / Quest browser readiness layer */
:root{
  --svr-safe-top: env(safe-area-inset-top, 0px);
  --svr-safe-bottom: env(safe-area-inset-bottom, 0px);
}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}
body.svr-market{
  min-height:100dvh;
  overflow-x:hidden;
}
.market-page,
.market-shell{
  width:min(100%, 1480px);
}
img,svg,iframe,video,canvas{
  max-width:100%;
}
iframe{
  border:0;
}
.market-nav{
  position:sticky;
  top:0;
  z-index:50;
  padding-top:calc(10px + var(--svr-safe-top));
}
.market-links a,
.btn,
button,
.scene-btn{
  min-height:42px;
  touch-action:manipulation;
}
.svr-store-quick-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 18px;
  padding:10px;
  border-radius:22px;
  border:1px solid rgba(105,232,255,.22);
  background:rgba(255,255,255,.045);
  box-shadow:0 22px 70px rgba(0,0,0,.28);
}
.svr-store-quick-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(105,232,255,.25);
  color:#f7f3ff;
  background:linear-gradient(135deg,rgba(105,232,255,.12),rgba(255,91,233,.10));
  text-decoration:none;
  font-weight:900;
  letter-spacing:.035em;
  white-space:nowrap;
  touch-action:manipulation;
}
.svr-store-quick-nav a:hover,
.svr-store-quick-nav a:focus-visible{
  border-color:rgba(255,91,233,.58);
  background:linear-gradient(135deg,rgba(255,91,233,.25),rgba(105,232,255,.18));
  outline:none;
}
.svr-store-lane{
  scroll-margin-top:110px;
}
.svr-store-banner-grid a{
  color:inherit;
  text-decoration:none;
}
.svr-product-card.approval-safe{
  border-color:rgba(255,72,96,.34)!important;
  background:linear-gradient(135deg,rgba(255,72,96,.10),rgba(105,232,255,.06)),rgba(255,255,255,.045)!important;
}
.svr-slide-fallback-copy{
  position:absolute;
  inset:auto 16px 16px 16px;
  z-index:4;
  display:grid;
  gap:4px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(105,232,255,.28);
  background:rgba(5,5,14,.86);
  color:#fff;
  box-shadow:0 24px 68px rgba(0,0,0,.46);
}
.svr-slide-fallback-copy strong{
  font-family:Orbitron,Arial,sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.svr-slide-image-failed{
  background:
    radial-gradient(circle at 18% 22%,rgba(105,232,255,.24),transparent 34%),
    radial-gradient(circle at 78% 72%,rgba(255,91,233,.22),transparent 32%),
    linear-gradient(135deg,#05040b,#15102b 52%,#05040b);
}
.svr-store-banner-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.svr-store-banner-tile{
  min-height:150px;
  border-radius:22px;
  border:1px solid rgba(105,232,255,.22);
  background:linear-gradient(135deg,rgba(105,232,255,.12),rgba(255,91,233,.10)),rgba(255,255,255,.045);
  padding:18px;
  display:grid;
  align-content:end;
  box-shadow:0 22px 64px rgba(0,0,0,.30);
}
.svr-store-banner-tile strong{
  font-family:Orbitron,Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.svr-store-status{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.svr-store-status span{
  border-radius:999px;
  border:1px solid rgba(105,232,255,.20);
  background:rgba(105,232,255,.07);
  color:#eaffff;
  padding:8px 10px;
  font-weight:800;
  font-size:.82rem;
}
.android-ready-card{
  border-color:rgba(167,255,128,.32)!important;
  background:linear-gradient(135deg,rgba(167,255,128,.10),rgba(105,232,255,.08)),rgba(255,255,255,.045)!important;
}
@media(max-width:980px){
  .market-shell{padding-left:12px!important;padding-right:12px!important;}
  .market-nav{border-radius:0 0 22px 22px!important;}
  .hero,.live-hero,.store-hero,.grid2,.phase93-dual{
    grid-template-columns:1fr!important;
  }
  .live-game-card,.store-hero-banner{
    min-width:0!important;
  }
  .preview.live-preview-frame{
    min-height:300px;
  }
  .svr-store-banner-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  body.svr-market{font-size:16px;}
  .market-brand img{width:46px!important;height:46px!important;}
  .hero,.section,.compact-section{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .actions,.inline-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .actions .btn,.inline-actions .btn{
    width:100%;
    justify-content:center;
  }
  .svr-store-quick-nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .svr-store-quick-nav a{
    width:100%;
    padding:10px 8px;
    font-size:.88rem;
  }
  .grid4,.svr-final-grid,.svr-final-grid.three{
    grid-template-columns:1fr!important;
  }
  .svr-store-banner-grid{
    grid-template-columns:1fr;
  }
  .preview.live-preview-frame{
    min-height:250px;
  }
  .footer{
    padding-bottom:calc(24px + var(--svr-safe-bottom))!important;
  }
}
@media(max-width:420px){
  .market-shell{padding-left:8px!important;padding-right:8px!important;}
  .trust-strip,.svr-store-status{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .svr-store-quick-nav{
    grid-template-columns:1fr;
  }
}
