/* =========================================================
   V36.2 Marketplace Enterprise
   ========================================================= */

.v362-market-enterprise{
  position:relative;
  overflow:hidden;
}

.v362-market-enterprise::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 10%, rgba(0,229,255,.12), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255,90,95,.10), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255,122,24,.08), transparent 38%);
  pointer-events:none;
}

.v362-market-enterprise .container{
  position:relative;
  z-index:1;
}

.v362-market-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:34px;
}

.v362-market-panel,
.v362-market-side{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:26px;
  background:linear-gradient(180deg, rgba(15,18,32,.96), rgba(8,10,18,.98));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 26px 90px rgba(0,0,0,.34);
}

.v362-market-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.v362-market-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  padding:18px;
  text-align:center;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  transition:.22s ease;
}

.v362-market-card::before,
.v362-market-panel::before,
.v362-market-side::before{
  content:"";
  position:absolute;
  inset:-45%;
  background:
    radial-gradient(circle at 22% 26%, rgba(0,229,255,.18), transparent 36%),
    radial-gradient(circle at 72% 34%, rgba(255,90,95,.16), transparent 38%),
    radial-gradient(circle at 52% 82%, rgba(255,122,24,.12), transparent 40%);
  opacity:.42;
  filter:blur(18px);
  pointer-events:none;
}

.v362-market-card > *,
.v362-market-panel > *,
.v362-market-side > *{
  position:relative;
  z-index:1;
}

.v362-market-card:hover{
  transform:translateY(-5px);
  border-color:rgba(0,229,255,.38);
  box-shadow:0 22px 70px rgba(0,229,255,.10);
}

.v362-market-icon{
  font-size:32px;
  margin-bottom:10px;
}

.v362-market-card strong{
  display:block;
  color:#fff;
  margin-bottom:7px;
}

.v362-market-card span{
  display:block;
  color:#cbd5e1;
  font-size:13px;
  line-height:1.45;
}

.v362-market-side{
  text-align:center;
}

.v362-market-side h3{
  margin:0 0 12px;
  color:#fff;
  font-size:28px;
}

.v362-market-side p{
  color:#cbd5e1;
  line-height:1.7;
  margin:0 auto 20px;
}

.v362-market-stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin:20px 0;
}

.v362-market-stat{
  border-radius:20px;
  padding:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
}

.v362-market-stat strong{
  display:block;
  color:#fff;
  font-size:26px;
  margin-bottom:4px;
}

.v362-market-stat span{
  color:#cbd5e1;
  font-size:13px;
}

.v362-market-flow{
  display:grid;
  gap:10px;
  text-align:left;
}

.v362-market-flow div{
  border-radius:18px;
  padding:14px;
  color:#e5e7eb;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
}

.v362-market-flow span{
  color:#00E5FF;
  font-weight:900;
  margin-right:8px;
}

@media(max-width:900px){
  .v362-market-layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .v362-market-panel,
  .v362-market-side{
    padding:20px;
    border-radius:24px;
  }

  .v362-market-grid,
  .v362-market-stats{
    grid-template-columns:1fr;
  }

  .v362-market-card:hover{
    transform:none;
  }
}
