.profile-card-modern{
  background: linear-gradient(145deg,#111a3a,#0d1330);
  border:1px solid rgba(0,229,255,0.2);
  border-radius:16px;
  padding:20px;
  margin-bottom:20px;
  box-shadow:0 0 20px rgba(0,229,255,0.08);
  color:#fff;
}

.profile-header{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:20px;
}

.profile-avatar{
  width:70px;
  height:70px;
  border-radius:50%;
  border:2px solid #00e5ff;
}

.profile-name{
  font-size:20px;
  font-weight:600;
  color:#00e5ff;
}

.profile-id{
  font-size:12px;
  opacity:.6;
}

.profile-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap:15px;
}

.profile-item{
  background:#0f1630;
  padding:12px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.05);
  display:flex;
  flex-direction:column;
}

.profile-item span{
  font-size:12px;
  opacity:.7;
}

.profile-item strong{
  font-size:16px;
  color:#00e5ff;
  margin-top:4px;
}
