
.profile {
  display: grid;
  justify-items: center;
  padding: 36px 4px 12px;
}

.profile img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

.profile-name {
  margin: 20px 0 14px;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.code-pill {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(75,82,91,.38);
  border-radius: 999px;
  background: rgba(255,255,255,.46);
  color: #454a52;
  font-size: 14px;
  font-weight: 600;
}

.success-banner {
  min-height: 50px;
  margin: 18px 0;
  padding: 11px 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #39c998;
  background: rgba(243,251,238,.9);
  font-size: 16px;
  font-weight: 600;
}

.summary-card {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 16px;
  padding: 20px 8px;
  border-radius: 18px;
  background: #050506;
}

.summary-card a {
  text-align: center;
  color: #fff;
}

.summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffe7a6;
  font-size: 24px;
}

.points-card {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 16px;
  padding: 18px 8px;
}

.points-item {
  text-align: center;
}

.points-value {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.points-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3b3f46;
  font-size: 16px;
  font-weight: 600;
}

.eye-button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777d86;
}

.info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 16px;
  color: #4f555e;
  font-size: 18px;
  font-weight: 700;
}

.info-title:before,
.info-title:after {
  content: "";
  width: 86px;
  height: 1.5px;
  background: rgba(100,110,121,.28);
}

.info-copy {
  color: #626a73;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}

.info-copy p { margin: 0 0 10px; }
