.profile-two-panel {
  --profile-green: #145a43;
  --profile-green-deep: #073b2b;
  --profile-ink: #1c2c27;
  --profile-muted: #68756e;
  --profile-gold: #c6a15b;
  --profile-gold-soft: #dfbb85;
  background: #fff !important;
  color: var(--profile-ink) !important;
}

.profile-two-panel .profile-two-panel__hero {
  border-bottom: 1px solid rgba(198, 161, 91, 0.5) !important;
  background: var(--profile-green-deep) !important;
}

.profile-two-panel .profile-two-panel__brand span {
  color: var(--profile-gold-soft) !important;
}

.profile-two-panel .profile-two-panel__identity {
  border-color: rgba(214, 178, 127, 0.42) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 42px rgba(2, 31, 22, 0.2), inset 0 1px rgba(255, 255, 255, 0.12) !important;
}

.profile-two-panel .profile-two-panel__avatar {
  background: var(--profile-gold-soft) !important;
  color: var(--profile-green-deep) !important;
}

.profile-two-panel .profile-two-panel__avatar--empty {
  border-color: rgba(214, 178, 127, 0.6) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.profile-two-panel .profile-chip {
  border-color: rgba(214, 178, 127, 0.38) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.profile-two-panel .profile-chip--warm {
  border-color: rgba(214, 178, 127, 0.54) !important;
  background: rgba(214, 178, 127, 0.14) !important;
  color: #f1d7ae !important;
}

.profile-two-panel .profile-section,
.profile-two-panel .profile-section--locked {
  border-color: rgba(7, 59, 43, 0.14) !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 12px 32px rgba(7, 59, 43, 0.08) !important;
}

.profile-two-panel .profile-section__head p,
.profile-two-panel .profile-field span,
.profile-two-panel .profile-empty-state span {
  color: var(--profile-muted) !important;
}

.profile-two-panel .profile-section__badge {
  background: rgba(20, 90, 67, 0.1) !important;
  color: var(--profile-green) !important;
}

.profile-two-panel .profile-field {
  border-color: rgba(7, 59, 43, 0.12) !important;
  background: #f7faf8 !important;
}

.profile-two-panel .profile-field--accent {
  border-color: rgba(198, 161, 91, 0.42) !important;
  background: var(--profile-green-deep) !important;
  color: #fff !important;
}

.profile-two-panel .profile-empty-state {
  border-color: rgba(20, 90, 67, 0.28) !important;
  background: rgba(20, 90, 67, 0.055) !important;
}

.profile-two-panel .profile-action {
  background: var(--profile-green-deep) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(7, 59, 43, 0.16) !important;
}

.profile-two-panel .profile-action--secondary {
  border-color: rgba(20, 90, 67, 0.22) !important;
  background: #fff !important;
  color: var(--profile-green) !important;
  box-shadow: none !important;
}
