/* NEMAZING V94 — Games hub */
body.nm94-games-page{
  background:#f5f6fa!important;
  color:#20232d!important;
}
.nm94-games{
  width:min(1100px,calc(100% - 36px));
  margin:0 auto;
  padding:42px 0 70px;
}
.nm94-games-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  padding:31px 34px;
  border:1px solid #e3e6ee;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 42px rgba(31,35,47,.05);
}
.nm94-games-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  color:#6d5dfc;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.nm94-games-kicker i{
  width:24px;height:2px;border-radius:99px;background:#6d5dfc;
}
.nm94-games-head h1{
  margin:12px 0 0!important;
  color:#1d2029!important;
  font-size:52px!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}
.nm94-games-head p{
  max-width:650px;
  margin:12px 0 0!important;
  color:#7a8191!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.nm94-games-badge{
  flex:none;
  min-width:160px;
  padding:15px 17px;
  border:1px solid #ebe8ff;
  border-radius:15px;
  background:#faf9ff;
}
.nm94-games-badge span{
  display:block;
  color:#999ead;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.nm94-games-badge strong{
  display:block;
  margin-top:5px;
  color:#6555f4;
  font-size:13px;
}
.nm94-games-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:14px;
}
.nm94-game-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 34px;
  align-items:center;
  gap:16px;
  min-height:190px;
  padding:27px;
  border:1px solid #e3e6ee;
  border-radius:21px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.nm94-game-card:hover{
  transform:translateY(-2px);
  border-color:#d3ceff;
  box-shadow:0 15px 38px rgba(56,49,111,.08);
}
.nm94-game-card:after{
  content:"";
  position:absolute;
  width:180px;height:180px;
  right:-75px;top:-88px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(109,93,252,.1),transparent 70%);
}
.nm94-game-icon{
  display:grid;
  place-items:center;
  width:58px;height:58px;
  border-radius:17px;
  background:#f0edff;
  color:#6555f4;
}
.nm94-game-card.trades .nm94-game-icon{
  background:#eef8ff;
  color:#2488c6;
}
.nm94-game-icon svg{
  width:27px;height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.nm94-game-copy{
  min-width:0;
}
.nm94-game-copy>span{
  color:#999fad;
  font-size:8px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.nm94-game-copy h2{
  margin:6px 0 0!important;
  color:#252832!important;
  font-size:23px!important;
  letter-spacing:-.025em!important;
}
.nm94-game-copy p{
  max-width:430px;
  margin:7px 0 0!important;
  color:#7d8494!important;
  font-size:10px!important;
  line-height:1.55!important;
}
.nm94-game-arrow{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:34px;height:34px;
  border-radius:11px;
  background:#f5f5f8;
  color:#6c7382;
  font-size:17px;
  transition:.16s ease;
}
.nm94-game-card:hover .nm94-game-arrow{
  background:#6d5dfc;
  color:#fff;
  transform:translateX(2px);
}
.nm94-games-note{
  margin-top:14px;
  padding:17px 20px;
  border:1px solid #e4e6ed;
  border-radius:16px;
  background:#fafbfc;
}
.nm94-games-note b{
  display:block;
  color:#444955;
  font-size:10px;
}
.nm94-games-note span{
  display:block;
  margin-top:4px;
  color:#9298a6;
  font-size:9px;
}
@media(max-width:760px){
  .nm94-games{width:min(100% - 22px,660px);padding-top:24px}
  .nm94-games-head{align-items:flex-start;flex-direction:column;padding:25px}
  .nm94-games-badge{min-width:0;width:100%}
  .nm94-games-grid{grid-template-columns:1fr}
  .nm94-games-head h1{font-size:42px!important}
}
