.creator-profile {
  display: grid;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  gap: 20px;
  color: #172033;
}

.creator-profile [hidden] {
  display: none !important;
}

.creator-profile__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.creator-profile__header h1,
.creator-profile__header p,
.creator-profile__section-head h2,
.creator-profile__section-head p {
  margin: 0;
}

.creator-profile__header h1 {
  color: #111827;
  font-size: 30px;
  line-height: 1.3;
}

.creator-profile__header h1 i {
  color: #3978f6;
}

.creator-profile__header > div > p:last-child,
.creator-profile__section-head p {
  margin-top: 8px;
  color: #6b7280;
}

.creator-profile__eyebrow {
  margin-bottom: 6px !important;
  color: #3978f6 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .08em;
}

.creator-profile__form {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 25px;
}

.creator-profile__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  align-items: stretch;
  gap: 20px;
  min-width: 0;
}

.creator-profile__layout > * {
  min-width: 0;
}

.creator-profile__section-head {
  margin: -25px -25px 24px;
  padding: 20px 25px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

.creator-profile__section-head h2 {
  color: #111827;
  font-size: 19px;
}

.creator-profile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.creator-profile__cover-field {
  margin-bottom: 22px;
}

.creator-profile__cover-drop {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 2px dashed #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color .16s, background .16s, box-shadow .16s;
}

.creator-profile__cover-drop:hover,
.creator-profile__cover-drop.is-dragover,
.creator-profile__cover-drop:focus-visible {
  border-color: #3978f6;
  background: #f1f6ff;
  box-shadow: 0 0 0 4px rgba(57, 120, 246, .1);
  outline: 0;
}

.creator-profile__cover-drop img {
  width: 100%;
  min-height: 190px;
  max-height: 260px;
  display: block;
  object-fit: cover;
}

.creator-profile__cover-empty {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  text-align: center;
  color: #64748b;
}

.creator-profile__cover-empty i {
  margin-bottom: 3px;
  color: #3978f6;
  font-size: 30px;
}

.creator-profile__cover-empty strong {
  color: #273247;
}

.creator-profile__cover-empty span,
.creator-profile__cover-controls > span {
  color: #64748b;
  font-size: 12px;
}

.creator-profile__cover-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.creator-profile__cover-controls > div {
  display: flex;
  gap: 8px;
}

.creator-profile__grid > *,
.creator-profile__social > * {
  min-width: 0;
}

.creator-profile__social {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto 40px;
  align-items: center;
  gap: 10px;
}

.creator-profile__social .btn {
  white-space: nowrap;
}

.creator-profile__social-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.creator-profile__social-list {
  display: grid;
  gap: 10px;
}

.creator-profile__social {
  padding: 11px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.creator-profile__social-remove {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #fecdd3;
  border-radius: 9px;
  background: #fff7f8;
  color: #d92d20;
  cursor: pointer;
}

.creator-profile__social-remove:hover {
  border-color: #fda4af;
  background: #fff1f2;
}

.creator-profile__social-empty {
  margin: 0;
  padding: 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  color: #64748b;
  text-align: center;
  font-size: 13px;
}

.creator-profile__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.creator-profile__help {
  min-width: 0;
}

.creator-profile__help-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 22px;
}

.creator-profile__help-card:hover {
  transform: none;
}

.creator-profile__help-title {
  display: flex;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}

.creator-profile__help-title > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 10px;
  background: #eef4ff;
  color: #3978f6;
  font-size: 19px;
}

.creator-profile__help-title h2,
.creator-profile__help-title p,
.creator-profile__help-list h3,
.creator-profile__help-list p,
.creator-profile__impact p {
  margin: 0;
}

.creator-profile__help-title h2 {
  color: #111827;
  font-size: 17px;
}

.creator-profile__help-title p {
  margin-top: 5px;
  color: #6b7280;
  line-height: 1.5;
}

.creator-profile__help-list {
  display: grid;
  flex: 1;
}

.creator-profile__help-list article {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid #edf0f4;
}

.creator-profile__help-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.creator-profile__help-list article > i {
  color: #3978f6;
  font-size: 17px;
}

.creator-profile__help-list h3 {
  margin-bottom: 5px;
  color: #273247;
  font-size: 14px;
}

.creator-profile__help-list p {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.creator-profile__impact {
  margin-top: 18px;
  padding: 17px 18px;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #eff6ff;
}

.creator-profile__impact strong {
  display: block;
  margin-bottom: 7px;
  color: #1d4ed8;
  font-size: 14px;
}

.creator-profile__impact p {
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .creator-profile__layout {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {
  .creator-profile__header {
    align-items: stretch;
    flex-direction: column;
  }

  .creator-profile__header h1 {
    font-size: 24px;
  }

  .creator-profile__grid,
  .creator-profile__social {
    grid-template-columns: 1fr;
  }

  .creator-profile__social-head {
    align-items: stretch;
    flex-direction: column;
  }

  .creator-profile__social-head .btn,
  .creator-profile__social-remove {
    width: 100%;
  }

  .creator-profile__header .btn,
  .creator-profile__actions .btn {
    width: 100%;
  }

  .creator-profile__actions {
    flex-direction: column-reverse;
  }

  .creator-profile__cover-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .creator-profile__cover-controls > div,
  .creator-profile__cover-controls .btn {
    width: 100%;
  }
}
