.pw-body--profile,
.pw-body--person {
  min-height: 100vh;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(232, 93, 58, 0.12), transparent 55%),
    linear-gradient(180deg, #0f1419 0%, #161d26 48%, #0f1419 100%);
  color: #e8eef5;
}

.pw-profile,
.pw-person {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

.pw-profile__gate,
.pw-profile__card,
.pw-person__card,
.pw-profile__form {
  background: rgba(22, 29, 38, 0.92);
  border: 1px solid rgba(232, 238, 245, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
}

.pw-profile__eyebrow,
.pw-mono {
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: #e85d3a;
  text-transform: uppercase;
}

.pw-profile__top,
.pw-person__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pw-profile__nav {
  display: flex;
  gap: 1rem;
}

.pw-profile__nav a {
  color: #c5d0dc;
  text-decoration: none;
}

.pw-profile__nav a[aria-current='page'] {
  color: #fff;
  font-weight: 600;
}

.pw-profile__head {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.pw-profile__avatar,
.pw-person__avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #e85d3a, #8b3a28);
  font-weight: 700;
  flex-shrink: 0;
}

.pw-person__avatar {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.pw-profile__form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.pw-profile__form input,
.pw-profile__form textarea {
  border-radius: 10px;
  border: 1px solid rgba(232, 238, 245, 0.14);
  background: rgba(8, 12, 18, 0.65);
  color: #e8eef5;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.pw-profile__form input:focus,
.pw-profile__form textarea:focus {
  outline: 2px solid rgba(232, 93, 58, 0.55);
  outline-offset: 1px;
}

.pw-profile__visibility {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
}

.pw-profile__check {
  flex-direction: row !important;
  align-items: center;
  gap: 0.6rem !important;
}

.pw-profile__form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.pw-profile__state {
  margin-bottom: 1rem;
}

.pw-person__headline {
  font-size: 1.1rem;
  color: #c5d0dc;
}

.pw-person__bio {
  margin-top: 1rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.pw-person__web {
  color: #e85d3a;
}

@media (max-width: 640px) {
  .pw-profile__form-actions {
    flex-direction: column;
  }
  .pw-profile__form-actions .pw-btn {
    width: 100%;
    text-align: center;
  }
}
