
.account-hero{
  background: linear-gradient(to bottom, #2c1a1a 0%, #1a1010 100%);
  border-bottom: 2px solid #d35400;
  padding: 36px 0;
  text-align:center;
}
.account-hero h2{
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  text-shadow: 0 0 10px rgba(211,84,0,0.6);
}
.account-hero .sub{
  color:#e0e0e0;
  opacity:.9;
}

.account-wrapper{
  padding: 40px 0 70px;
  background: #121218;
}

.account-card{
  background: linear-gradient(to bottom, #1e1e2a, #161620);
  border: 1px solid #333;
  border-radius: 8px;
  padding: 24px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 6px 24px rgba(0,0,0,0.35);
}

.account-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #2b2b36;
}
.account-row:last-child{ border-bottom: 0; }

.label{
  color: #f39c12;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.value{
  color:#fff;
  font-weight: 600;
}
.value.role{
  text-transform: capitalize;
}

.account-actions{
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.account-note{
  margin-top: 18px;
  color:#ccc;
  text-align: center;
  opacity:.85;
}
