.mwds-card{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  padding:16px;
  max-width:520px;
  box-sizing:border-box;

  background:
    radial-gradient(1200px 400px at 10% 10%, rgba(0,255,255,.10), transparent 55%),
    radial-gradient(900px 420px at 90% 0%, rgba(120,0,255,.14), transparent 55%),
    linear-gradient(180deg, rgba(10,14,28,.92), rgba(6,8,18,.92));

  border:1px solid rgba(80,190,255,.22);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  color:#eaf6ff;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.mwds-neon{ backdrop-filter: blur(6px); }

.mwds-glow{
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(650px 120px at 20% 0%, rgba(0,255,255,.22), transparent 55%),
    radial-gradient(650px 120px at 80% 100%, rgba(140,0,255,.20), transparent 55%);
  pointer-events:none;
  opacity:.75;
}

.mwds-head{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  min-width:0;
}

.mwds-title{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.mwds-icon{
  width:46px;
  height:46px;
  border-radius:12px;
  border:1px solid rgba(120,220,255,.35);
  box-shadow: 0 0 0 3px rgba(0,255,255,.08), 0 10px 25px rgba(0,0,0,.45);
  object-fit:cover;
  flex:0 0 auto;
}

.mwds-icon-fallback{
  width:46px;
  height:46px;
  border-radius:12px;
  border:1px solid rgba(120,220,255,.35);
  background:
    radial-gradient(circle at 30% 30%, rgba(0,255,255,.20), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(140,0,255,.18), transparent 60%),
    rgba(255,255,255,.05);
  box-shadow: 0 0 0 3px rgba(0,255,255,.08), 0 10px 25px rgba(0,0,0,.45);
  flex:0 0 auto;
}

.mwds-title-text{ min-width:0; }

.mwds-title-top{
  font-weight:800;
  letter-spacing:.12em;
  font-size:14px;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 280px;
}

.mwds-title-sub{
  margin-top:2px;
  font-size:12px;
  color:rgba(234,246,255,.78);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 280px;
}

.mwds-join{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  font-weight:800;
  letter-spacing:.10em;
  text-decoration:none;
  color:#061018;
  background: linear-gradient(90deg, rgba(0,255,255,.95), rgba(140,0,255,.90));
  box-shadow: 0 10px 28px rgba(0,0,0,.55), 0 0 22px rgba(0,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  transition: transform .15s ease, filter .15s ease;
  flex:0 0 auto;
}
.mwds-join:hover{ transform: translateY(-1px); filter: brightness(1.06); }
.mwds-join:active{ transform: translateY(0px); }

.mwds-stats{
  display:flex;
  align-items:stretch;
  border-radius:14px;
  padding:12px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(120,220,255,.16);
  min-width:0;
}

.mwds-stat{
  flex:1 1 0;
  padding:2px 10px;
  min-width:0;
}

.mwds-label{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(234,246,255,.72);
}

.mwds-value{
  margin-top:6px;
  font-size:28px;
  font-weight:900;
  letter-spacing:.02em;
  text-shadow: 0 0 18px rgba(0,255,255,.14);
}

.mwds-sep{
  width:1px;
  background: linear-gradient(180deg, transparent, rgba(120,220,255,.35), transparent);
  margin:0 6px;
}

.mwds-extra{
  margin-top:12px;
  padding:12px;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(120,220,255,.12);
  min-width:0;
}

.mwds-bar{
  height:10px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(120,220,255,.18);
  overflow:hidden;
}

.mwds-bar-fill{
  height:100%;
  width:0%;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(0,255,255,.95), rgba(140,0,255,.85));
  box-shadow: 0 0 18px rgba(0,255,255,.18);
  transition: width .35s ease;
}

.mwds-extra-grid{
  margin-top:10px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:8px 12px;
  min-width:0;
}

.mwds-extra-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  border-radius:12px;
  background: rgba(0,0,0,.18);
  border:1px solid rgba(120,220,255,.10);
  min-width:0;
}

.mwds-k{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(234,246,255,.70);
  flex:0 0 auto;
}

.mwds-v{
  font-size:12px;
  font-weight:800;
  color:#eaf6ff;
  min-width:0;
  max-width: 100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:right;
}

.mwds-foot{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:0;
  font-size:12px;
  color:rgba(234,246,255,.70);
}

.mwds-foot-left{
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width: 65%;
  font-weight:800;
  color:rgba(234,246,255,.85);
}

.mwds-foot-right{
  flex:0 0 auto;
  white-space:nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 520px){
  .mwds-card{ padding:14px; }
  .mwds-value{ font-size:24px; }
  .mwds-extra-grid{ grid-template-columns: 1fr; }

  .mwds-foot{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
  .mwds-foot-left{
    max-width:100%;
  }
}
