.ee-new-profile__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #1e40af;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ee-new-profile__notice {
  margin: 0 0 16px;
  padding: 13px 16px;
  border: 1px solid #b7ead0;
  border-radius: 15px;
  background: #effcf5;
  color: #08783e;
  font-size: 13px;
  font-weight: 750;
}

.ee-new-profile__notice--error {
  border-color: #f0c3c0;
  background: #fff5f4;
  color: #b42318;
}

.ee-new-profile__pending {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 17px 19px;
  border: 1px solid #b9d7ff;
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff, #fff);
}

.ee-new-profile__pending strong {
  color: #173a78;
  font-size: 15px;
}

.ee-new-profile__pending p {
  margin: 4px 0 0;
  color: #667085;
  font-size: 13px;
}

.ee-new-profile__pending button,
.ee-new-profile__form button {
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #1e40af;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ee-new-profile__account-grid,
.ee-new-profile__forms {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: 16px;
  margin-top: 16px;
}

.ee-new-profile__forms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.ee-new-profile__panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e3e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
}

.ee-new-profile__panel h3 {
  margin: 0;
  color: #101828;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.ee-new-profile__disclosure {
  padding: 0;
  overflow: hidden;
}

.ee-new-profile__disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 88px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.ee-new-profile__disclosure > summary::-webkit-details-marker {
  display: none;
}

.ee-new-profile__summary-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ee-new-profile__summary-copy .ee-new-profile__eyebrow {
  margin: 0 0 1px;
}

.ee-new-profile__summary-copy strong {
  color: #101828;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.ee-new-profile__summary-copy small {
  color: #667085;
  font-size: 11px;
  line-height: 1.45;
}

.ee-new-profile__disclosure > summary > i {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid #d8deea;
  border-radius: 50%;
  background: #f8fafc;
  transition: transform .18s ease, background .18s ease;
}

.ee-new-profile__disclosure > summary > i::before,
.ee-new-profile__disclosure > summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #1e40af;
  content: '';
  transform: translate(-50%, -50%);
}

.ee-new-profile__disclosure > summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ee-new-profile__disclosure[open] > summary > i {
  background: #eff6ff;
  transform: rotate(45deg);
}

.ee-new-profile__disclosure-body {
  padding: 0 22px 22px;
  border-top: 1px solid #edf0f5;
}

.ee-new-profile__locked-field {
  display: grid;
  gap: 4px;
  margin-top: 13px;
  padding: 12px 13px;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  background: #f8fafc;
}

.ee-new-profile__locked-field span {
  color: #667085;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ee-new-profile__locked-field strong {
  overflow-wrap: anywhere;
  color: #344054;
  font-size: 13px;
}

.ee-new-profile__locked-field small {
  color: #98a2b3;
  font-size: 10px;
  line-height: 1.45;
}

.ee-new-profile__access-list {
  display: grid;
  gap: 0;
  margin-top: 16px;
}

.ee-new-profile__access-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid #edf0f5;
}

.ee-new-profile__access-row > div:first-child {
  min-width: 0;
}

.ee-new-profile__access-row > div:first-child > span {
  color: #1e40af;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ee-new-profile__access-row h3 {
  margin: 5px 0 4px;
  font-size: 16px;
  letter-spacing: -.025em;
}

.ee-new-profile__access-row p {
  margin: 0;
  color: #667085;
  font-size: 12px;
}

.ee-new-profile__access-row > div:last-child {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 8px;
}

.ee-new-profile__access-row a {
  color: #1e40af;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ee-new-profile__status {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #08783e;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.ee-new-profile__status--muted {
  background: #f2f4f7;
  color: #667085;
}

.ee-new-profile__orders {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ee-new-profile__orders li {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid #edf0f5;
}

.ee-new-profile__orders strong {
  color: #101828;
  font-size: 13px;
}

.ee-new-profile__orders span,
.ee-new-profile__orders small {
  color: #667085;
  font-size: 11px;
}

.ee-new-profile__empty {
  display: grid;
  gap: 7px;
  padding: 17px 0;
  color: #667085;
  font-size: 12px;
}

.ee-new-profile__empty strong {
  color: #344054;
  font-size: 13px;
}

.ee-new-profile__empty p {
  margin: 0;
  line-height: 1.5;
}

.ee-new-profile__empty a {
  width: max-content;
  margin-top: 4px;
  color: #1e40af;
  font-weight: 850;
  text-decoration: none;
}

.ee-new-profile__form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.ee-new-profile__form label {
  display: grid;
  gap: 6px;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.ee-new-profile__form label > span {
  color: #98a2b3;
  font-size: 10px;
  font-weight: 600;
}

.ee-new-profile__form input {
  box-sizing: border-box;
  width: 100%;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #d8deea;
  border-radius: 12px;
  background: #fbfcfe;
  color: #101828;
  font: inherit;
  font-size: 13px;
}

.ee-new-profile__form input:focus {
  outline: 3px solid rgba(30, 64, 175, .13);
  border-color: #1e40af;
}

.ee-new-profile__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.ee-new-profile__form > span {
  color: #667085;
  font-size: 11px;
}

.ee-new-profile__form button {
  justify-self: start;
  margin-top: 4px;
}

@media (max-width: 700px) {
  .ee-new-profile__pending,
  .ee-new-profile__access-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .ee-new-profile__pending button,
  .ee-new-profile__access-row > div:last-child,
  .ee-new-profile__access-row a {
    justify-self: start;
  }

  .ee-new-profile__account-grid,
  .ee-new-profile__forms,
  .ee-new-profile__fields {
    grid-template-columns: 1fr;
  }

  .ee-new-profile__panel {
    padding: 18px;
  }

  .ee-new-profile__disclosure {
    padding: 0;
  }

  .ee-new-profile__disclosure > summary {
    min-height: 78px;
    padding: 18px;
  }

  .ee-new-profile__disclosure-body {
    padding: 0 18px 18px;
  }
}

.ee-account-deletion-panel {
  margin: 24px 0 8px;
  border: 1px solid #f0c9c3;
  border-radius: 22px;
  background: linear-gradient(145deg, #fffaf9, #fff);
  overflow: hidden;
}

.ee-account-deletion-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 22px;
  color: #8e3027;
  cursor: pointer;
  list-style: none;
}

.ee-account-deletion-panel > summary::-webkit-details-marker {
  display: none;
}

.ee-account-deletion-panel > summary span {
  display: grid;
  gap: 4px;
}

.ee-account-deletion-panel > summary b {
  font-size: 15px;
}

.ee-account-deletion-panel > summary small {
  color: #8f6e6a;
  font-size: 11px;
}

.ee-account-deletion-panel > summary i {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #edbbb3;
  border-radius: 50%;
}

.ee-account-deletion-panel > summary i::before,
.ee-account-deletion-panel > summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 2px;
  border-radius: 3px;
  background: #bb4b3e;
  content: '';
  transform: translate(-50%, -50%);
}

.ee-account-deletion-panel > summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ee-account-deletion-panel[open] > summary i {
  transform: rotate(45deg);
}

.ee-account-deletion__body {
  display: grid;
  gap: 12px;
  padding: 0 22px 22px;
  border-top: 1px solid #f3dedb;
  color: #667085;
  font-size: 12px;
  line-height: 1.55;
}

.ee-account-deletion__body p {
  margin: 14px 0 0;
}

.ee-account-deletion__warning {
  padding: 11px 13px;
  border-radius: 13px;
  background: #fff1ef;
  color: #7a3b35;
}

.ee-account-deletion__body form {
  display: grid;
  gap: 11px;
  max-width: 560px;
  margin-top: 5px;
}

.ee-account-deletion__body label {
  display: grid;
  gap: 6px;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.ee-account-deletion__body label small {
  color: #8f6e6a;
  font-weight: 600;
}

.ee-account-deletion__body input {
  box-sizing: border-box;
  width: 100%;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #e4c1bc;
  border-radius: 12px;
  background: #fff;
  color: #101828;
  font: inherit;
}

.ee-account-deletion__body input:focus {
  outline: 3px solid rgba(187, 75, 62, .13);
  border-color: #bb4b3e;
}

.ee-account-deletion__body button {
  justify-self: start;
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #a94338;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.ee-account-deletion__notice {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #f0c3be;
  border-radius: 14px;
  background: #fff5f4;
  color: #a33a31;
  font-size: 12px;
  font-weight: 800;
}

.ee-account-deletion-page-section {
  max-width: 1120px;
  margin: 24px auto 48px;
  padding: 0 20px;
}

.ee-account-deletion-page-section .ee-account-deletion-panel {
  margin: 0;
}

/* Organized profile sections and quiet privacy entry point. */
.ee-new-profile__section {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid #e3e8f0;
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
}

.ee-new-profile__section-heading {
  margin-bottom: 18px;
}

.ee-new-profile__section-heading .ee-new-profile__eyebrow {
  margin-bottom: 5px;
}

.ee-new-profile__section-heading h3 {
  margin: 0;
  color: #101828;
  font-size: 23px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.ee-new-profile__section-heading p {
  max-width: 680px;
  margin: 6px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.ee-new-profile__section .ee-new-profile__identity {
  margin-bottom: 14px;
}

.ee-new-profile__section .ee-new-profile__account-grid,
.ee-new-profile__section .ee-new-profile__forms {
  margin-top: 0;
}

.ee-new-profile__section--privacy {
  border-color: #e4e9f0;
  background: linear-gradient(145deg, #fbfcfe, #fff);
}

.ee-account-deletion-panel {
  margin: 0;
  border-color: #e1e7ef;
  border-radius: 18px;
  background: #fbfcfe;
}

.ee-account-deletion-panel__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  padding: 14px 17px;
  border: 0;
  background: transparent;
  color: #667085;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

/* The privacy control is an inline disclosure; only the deletion action opens a dialog. */
.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger {
  box-sizing: border-box;
  min-height: 64px;
  padding: 14px 17px;
  border: 0;
  background: transparent;
  color: #667085;
  list-style: none;
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger::-webkit-details-marker {
  display: none;
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger > span {
  display: grid;
  gap: 3px;
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger b {
  color: #475467;
  font-size: 13px;
  font-weight: 850;
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger small {
  color: #98a2b3;
  font-size: 10px;
  line-height: 1.4;
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger > i {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #d8deea;
  border-radius: 50%;
  background: #fff;
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger > i::before,
.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  border-radius: 2px;
  background: #667085;
  content: '';
  transform: translate(-50%, -50%);
}

.ee-account-deletion-panel > summary.ee-account-deletion-panel__trigger > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ee-account-deletion-modal[hidden] {
  display: none;
}

.ee-account-deletion-modal {
  position: fixed;
  z-index: 100001;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.ee-account-deletion-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .54);
  backdrop-filter: blur(4px);
}

.ee-account-deletion-modal__card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 620px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  border: 1px solid rgba(30, 64, 175, .13);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .28);
}

.ee-account-deletion-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid #edf0f5;
  background: linear-gradient(135deg, #f8fbff, #fff);
}

.ee-account-deletion-modal__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #1e40af;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ee-account-deletion-modal__header h2 {
  margin: 0;
  color: #101828;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.ee-account-deletion-modal__close {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #d8deea;
  border-radius: 50%;
  background: #fff;
  color: #667085;
  cursor: pointer;
  font: inherit;
  font-size: 21px;
  line-height: 1;
}

.ee-account-deletion-modal__close:hover,
.ee-account-deletion-modal__close:focus-visible {
  border-color: #1e40af;
  color: #1e40af;
}

.ee-account-deletion-modal .ee-account-deletion__body {
  padding: 22px 26px 26px;
  border-top: 0;
}

.ee-account-deletion__account-action {
  display: grid;
  gap: 4px;
  margin-top: 17px;
  padding: 14px 15px;
  border: 1px solid #e3e8f0;
  border-radius: 15px;
  background: #f8fafc;
}

.ee-account-deletion__account-action strong {
  color: #344054;
  font-size: 13px;
}

.ee-account-deletion__account-action span {
  color: #667085;
  font-size: 11px;
  line-height: 1.5;
}

.ee-account-deletion__account-action button.ee-account-deletion__open {
  justify-self: start;
  min-height: 36px;
  margin-top: 5px;
  padding: 8px 13px;
  border: 1px solid #d8deea;
  border-radius: 999px;
  background: #fff;
  color: #1e40af;
  font-size: 11px;
  font-weight: 850;
}

.ee-account-deletion__account-action button.ee-account-deletion__open:hover,
.ee-account-deletion__account-action button.ee-account-deletion__open:focus-visible {
  border-color: #9eb9ee;
  background: #f6f9ff;
  color: #173a78;
}

.ee-new-profile__privacy-reset {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #edf0f5;
}

.ee-new-profile__privacy-reset-heading h3 {
  margin: 0;
  color: #344054;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.025em;
}

.ee-new-profile__privacy-reset-heading p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 11px;
  line-height: 1.5;
}

.ee-new-profile__privacy-reset .ee-new-course-reset {
  margin: 12px 0 0;
  padding-top: 0;
  text-align: left;
}

.ee-new-profile__privacy-reset .ee-new-course-reset__trigger {
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid #d8e2f0;
  border-radius: 13px;
  background: #f6f9ff;
  color: #1e40af;
  font-size: 12px;
  text-decoration: none;
  opacity: 1;
}

.ee-new-profile__privacy-reset .ee-new-course-reset__trigger:hover,
.ee-new-profile__privacy-reset .ee-new-course-reset__trigger:focus-visible {
  border-color: #9eb9ee;
  background: #eef4ff;
}

/* Make the state-exam guide easy to find without making it overpowering. */
.ee-new-state-exam {
  margin: 34px auto 24px !important;
  border: 1px solid #dce6f0 !important;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.ee-new-state-exam > summary {
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  padding: 18px 22px !important;
  color: #173a78 !important;
  background: linear-gradient(135deg, #f4f8ff, #fff);
  opacity: 1 !important;
}

.ee-new-state-exam > summary > span {
  color: #1e40af;
  font-size: 10px;
  font-weight: 950;
}

.ee-new-state-exam > summary > b {
  color: #172b4d;
  font-size: 16px;
  font-weight: 900;
}

.ee-new-state-exam > summary > i {
  border-color: #b8c8e5;
  color: #1e40af;
}

.ee-new-state-exam[open] > summary {
  border-bottom: 1px solid #e5ebf4;
}

body.ee-account-deletion-modal-open {
  overflow: hidden;
}

/* The course-reset dialog can be opened from inside the inline privacy section. */
.ee-new-course-reset-modal {
  z-index: 100002;
}

@media (max-width: 700px) {
  .ee-new-profile__section {
    padding: 18px;
    border-radius: 21px;
  }

  .ee-account-deletion-modal {
    align-items: end;
    padding: 10px;
  }

  .ee-account-deletion-modal__card {
    max-height: calc(100vh - 20px);
    border-radius: 20px;
  }

  .ee-account-deletion-modal__header,
  .ee-account-deletion-modal .ee-account-deletion__body {
    padding-right: 19px;
    padding-left: 19px;
  }

  .ee-account-deletion__account-action button.ee-account-deletion__open {
    width: 100%;
  }

  .ee-new-state-exam > summary {
    align-items: flex-start !important;
    flex-wrap: wrap;
  }
}
