.nusantara-auth {
  min-height: min(780px, calc(100vh - 120px));
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  background: radial-gradient(140% 120% at 0% 0%, rgba(11, 114, 133, 0.12) 0%, rgba(255, 255, 255, 0.96) 65%);
  display: flex;
  align-items: center;
}

.nusantara-auth__container {
  width: min(920px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.6rem, 4vw, 2.6rem);
}

.nusantara-auth__heading {
  background: linear-gradient(160deg, rgba(12, 66, 94, 0.92), rgba(12, 66, 94, 0.75));
  color: #ecfeff;
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
  border-radius: 26px;
  box-shadow: 0 32px 80px -60px rgba(8, 31, 48, 0.6);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.nusantara-auth__eyebrow {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
}

.nusantara-auth__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 700;
}

.nusantara-auth__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.8;
}

.nusantara-auth__registerHint {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.nusantara-auth__registerHint a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nusantara-auth__card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 252, 0.88));
  border-radius: 30px;
  padding: clamp(2.4rem, 4vw, 3.2rem);
  border: 1px solid rgba(12, 66, 94, 0.08);
  box-shadow: 0 46px 110px -70px rgba(8, 31, 48, 0.55), 0 22px 50px -40px rgba(17, 84, 110, 0.35);
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 3vw, 2.2rem);
}

.nusantara-auth__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 120% at 12% 8%, rgba(11, 114, 133, 0.24), transparent 58%);
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

.nusantara-auth__card > * {
  position: relative;
  z-index: 1;
}

.nusantara-auth__breadcrumbs {
  padding: 0.6rem 0.75rem;
  border-radius: 18px;
  background: rgba(6, 33, 49, 0.04);
}

.nusantara-auth__breadcrumbs .cmp_breadcrumbs {
  margin: 0;
}

.nusantara-auth__breadcrumbs .cmp_breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(8, 31, 48, 0.5);
}

.nusantara-auth__breadcrumbs .cmp_breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.nusantara-auth__breadcrumbs .cmp_breadcrumbs a {
  color: var(--nusantara-accent);
  font-weight: 600;
  text-decoration: none;
}

.nusantara-auth__breadcrumbs .cmp_breadcrumbs a:hover,
.nusantara-auth__breadcrumbs .cmp_breadcrumbs a:focus {
  opacity: 0.75;
}

.nusantara-auth__breadcrumbs .separator {
  color: rgba(8, 31, 48, 0.25);
}

.nusantara-auth__breadcrumbs .current span {
  color: rgba(8, 31, 48, 0.7);
  font-weight: 600;
}

.nusantara-auth__form fieldset {
  margin: 0;
  border: none;
  padding: clamp(0.1rem, 1vw, 0.5rem);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(236, 248, 252, 0.82));
  border-radius: 26px;
  border: 1px solid rgba(12, 66, 94, 0.08);
  box-shadow: 0 32px 80px -68px rgba(8, 31, 48, 0.35);
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 3vw, 1.6rem);
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.nusantara-auth__form fieldset + fieldset {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.nusantara-auth__form legend {
  display: none;
}

.nusantara-auth__form .fields {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.4rem);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width: 100%;
}

.nusantara-auth__form .fields label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(12, 66, 94, 0.08);
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
}

.nusantara-auth__form .fields label:hover,
.nusantara-auth__form .fields label:focus-within {
  border-color: rgba(11, 114, 133, 0.35);
  box-shadow: 0 18px 50px -40px rgba(11, 114, 133, 0.45);
  transform: translateY(-1px);
}

.nusantara-auth__form .fields .label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(8, 31, 48, 0.65);
}

.nusantara-auth__form .fields .required {
  color: var(--nusantara-accent);
}

.nusantara-auth__form .fields input,
.nusantara-auth__form .fields select {
  width: 190px;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(8, 31, 48, 0.12);
  background: rgba(244, 249, 250, 0.92);
  padding: 0.85rem 1rem;
  font-size: 0.98rem;
  color: rgba(8, 31, 48, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nusantara-auth__form .fields input:focus,
.nusantara-auth__form .fields select:focus {
  border-color: var(--nusantara-accent);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(11, 114, 133, 0.18);
  outline: none;
}

.nusantara-auth__form .fields select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(11, 114, 133, 0.68) 50%), linear-gradient(135deg, rgba(11, 114, 133, 0.68) 50%, transparent 50%), linear-gradient(to right, rgba(8, 31, 48, 0.08), rgba(8, 31, 48, 0.08));
  background-position: calc(100% - 1.6rem) 1.25rem, calc(100% - 1.2rem) 1.25rem, calc(100% - 2.8rem) 0.6rem;
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem, 1px 65%;
  background-repeat: no-repeat;
  padding-right: 3.2rem;
}

.nusantara-auth__form .fields select:focus {
  background-position: calc(100% - 1.5rem) 1.2rem, calc(100% - 1.1rem) 1.2rem, calc(100% - 2.5rem) 0.6rem;
}

.nusantara-auth__alert {
  border-radius: 18px;
  padding: 0.85rem 1.2rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.nusantara-auth__alert--info {
  background: rgba(11, 114, 133, 0.08);
  color: rgba(8, 31, 48, 0.8);
}

.nusantara-auth__alert--error {
  background: rgba(220, 38, 38, 0.12);
  color: #991b1b;
}

.cmp_form--auth {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.nusantara-auth__fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  border: none;
  padding: 0;
  margin: 0;
}

.nusantara-auth__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.nusantara-auth__label {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(8, 31, 48, 0.65);
}

.nusantara-auth__required {
  color: var(--nusantara-accent);
  margin-left: 0.25rem;
}

.nusantara-auth__input {
 
  border-radius: 16px;
  border: 1px solid rgba(8, 31, 48, 0.12);
  background: rgba(249, 250, 251, 0.9);
  padding: 0.85rem 1.1rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nusantara-auth__input:focus {
  border-color: var(--nusantara-accent);
  box-shadow: 0 0 0 4px rgba(11, 114, 133, 0.15);
  outline: none;
  background: #fff;
}

.nusantara-auth__passwordRow {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nusantara-auth__link {
  align-self: flex-end;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--nusantara-accent);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.nusantara-auth__link:hover,
.nusantara-auth__link:focus {
  opacity: 0.75;
}

.nusantara-auth__checkbox {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: rgba(8, 31, 48, 0.8);
}

.nusantara-auth__checkbox input {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid rgba(8, 31, 48, 0.35);
}

.nusantara-auth__captcha {
  margin: 0;
  border: 1px dashed rgba(8, 31, 48, 0.12);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(249, 250, 251, 0.65);
}

.nusantara-auth__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 20px;
}

.nusantara-auth__actions .nusantara-button {
  flex: 1 1 180px;
}

.nusantara-profileBadges {
  display: grid;
  gap: 1rem;
}

.nusantara-profileBadges__custom {
  display: grid;
  gap: 0.75rem;
}

.nusantara-profileBadges__row {
  display: grid;
  gap: 0.6rem;
}

.nusantara-auth--register {
  align-items: flex-start;
  min-height: unset;
  padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1.6rem, 5vw, 3.8rem);
  background: radial-gradient(160% 140% at 0% 0%, rgba(11, 114, 133, 0.15) 0%, rgba(255, 255, 255, 0.96) 70%);
}

.nusantara-auth--register .nusantara-auth__container {
  width: min(1180px, 100%);
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 4vw, 2.6rem);
}

.nusantara-auth--register .nusantara-auth__main {
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 4vw, 2.6rem);
}

.nusantara-auth--register .nusantara-auth__heading {
  background: linear-gradient(165deg, rgba(12, 66, 94, 0.92), rgba(12, 66, 94, 0.74));
}

.nusantara-auth__support {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.1rem);
}

.nusantara-auth__panel {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%);
  border-radius: 28px;
  padding: clamp(1.8rem, 3vw, 2.4rem);
  box-shadow: 0 34px 90px -70px rgba(8, 31, 48, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  
}

.nusantara-auth__panelTitle {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(8, 31, 48, 0.82);
}

.nusantara-auth__panelSubtitle {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(8, 31, 48, 0.65);
}

.nusantara-auth__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  counter-reset: register-step;
}

.nusantara-auth__steps li {
  counter-increment: register-step;
  position: relative;
  padding-left: 2.4rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(8, 31, 48, 0.72);
}

.nusantara-auth__steps li::before {
  content: counter(register-step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: rgba(11, 114, 133, 0.12);
  color: var(--nusantara-accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.nusantara-auth__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.nusantara-auth__contactLabel {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(8, 31, 48, 0.55);
  margin-bottom: 0.15rem;
}

.nusantara-auth__contactValue {
  font-weight: 600;
  color: var(--nusantara-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nusantara-auth__contactValue:hover,
.nusantara-auth__contactValue:focus {
  color: var(--nusantara-accent-dark);
}

@media (max-width: 960px) {
  .nusantara-auth--register {
    padding: 2.2rem 1.6rem;
  }

  .nusantara-auth__support {
    gap: clamp(1.2rem, 3vw, 1.6rem);
  }
}

@media (min-width: 720px) {
  .nusantara-profileBadges__row {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    align-items: end;
  }
}

@media (max-width: 960px) {
  .nusantara-auth {
    min-height: unset;
  }

  .nusantara-auth__container {
    gap: 1.8rem;
  }

  .nusantara-auth__heading {
    text-align: center;
    align-items: center;
    padding: 2.2rem;
    border-radius: 24px;
  }

  .nusantara-auth__card {
    padding: 2.1rem;
    border-radius: 26px;
  }
}

@media (max-width: 768px) {
  .nusantara-auth__heading {
    text-align: left;
    align-items: flex-start;
    gap: 1.1rem;
  }

  .nusantara-auth--register .nusantara-auth__heading {
    text-align: left;
    align-items: flex-start;
  }

  .nusantara-auth__support {
    gap: 1.2rem;
  }
}

@media (max-width: 720px) {
  .nusantara-auth--register .nusantara-auth__panel {
    border-radius: 24px;
    padding: 1.6rem 1.8rem;
    gap: 0.95rem;
  }

  .nusantara-auth--register .nusantara-auth__steps li {
    padding-left: 2rem;
    font-size: 0.93rem;
  }

  .nusantara-auth--register .nusantara-auth__steps li::before {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.78rem;
    top: 0.05rem;
  }

  .nusantara-auth--register .nusantara-auth__panelTitle {
    font-size: 1.05rem;
  }

  .nusantara-auth__form fieldset {
    padding: 1.6rem 1.8rem;
  }

  .nusantara-auth__form .fields {
    grid-template-columns: 1fr;
  }

  .nusantara-auth__form .fields label {
    padding: 0.9rem 1rem;
  }
}

@media (max-width: 600px) {
  .nusantara-auth {
    padding: 1.5rem;
  }

  .nusantara-auth__card {
    padding: 1.8rem;
  }

  .nusantara-auth__actions {
    margin-top : 17px;
  }

  .nusantara-auth__actions .nusantara-button {
    width: 100%;
    border-radius: 18px;
    padding: 0.85rem 1.2rem;
    font-size: 1rem;
  }

  .nusantara-auth--register .nusantara-auth__panel {
    padding: 1.4rem 1.6rem;
  }

  .nusantara-auth--register .nusantara-auth__steps li {
    padding-left: 1.8rem;
    font-size: 0.9rem;
  }

  .nusantara-auth--register .nusantara-auth__steps li::before {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.75rem;
  }

  .nusantara-auth--register .nusantara-auth__contact {
    gap: 0.6rem;
  }

  .nusantara-auth__form fieldset {
    padding: 0.2rem 0.4rem;
  }
}

@media (max-width: 480px) {
  .nusantara-auth__title {
    font-size: 1.9rem;
  }

  .nusantara-auth__subtitle,
  .nusantara-auth__registerHint {
    font-size: 0.92rem;
  }

  .nusantara-auth__card {
    padding: 1.6rem;
  }

  .nusantara-auth__input {
    padding: 0.75rem 1rem;
    font-size: 0.96rem;
  }

  .nusantara-auth__checkbox {
    font-size: 0.9rem;
  }

  .nusantara-auth--register .nusantara-auth__panel {
    padding: 0.3rem 0.3rem;
  }

  .nusantara-auth--register .nusantara-auth__steps li {
    padding-left: 1.8rem;
    font-size: 0.9rem;
  }

  .nusantara-auth--register .nusantara-auth__steps li::before {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.75rem;
  }

  .nusantara-auth--register .nusantara-auth__contact {
    gap: 0.6rem;
  }

  .nusantara-auth__form legend {
    font-size: 1rem;
  }
}
