/* Dawah Accounts Premium V46 */

body[data-public-shell] .ac46-auth-shell,
body[data-public-shell] .ac46-verify {
  box-sizing: border-box;
  display: grid;
  grid-template-columns:
    minmax(320px, 0.9fr)
    minmax(480px, 1.1fr);
  width: min(1050px, calc(100% - 32px));
  margin: 28px auto 75px;
  overflow: hidden;
  border: 1px solid rgba(8, 61, 49, 0.11);
  border-radius: 25px;
  background: #ffffff;
  box-shadow:
    0 30px 80px rgba(5, 52, 41, 0.12);
}

body[data-public-shell] .ac46-auth-story,
body[data-public-shell] .ac46-verify-art {
  position: relative;
  isolation: isolate;
  padding: 38px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(214, 244, 128, 0.26),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #04362c,
      #086049
    );
  color: #ffffff;
}

body[data-public-shell] .ac46-auth-story::after,
body[data-public-shell] .ac46-verify-art::after {
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(222, 246, 154, 0.14);
  border-radius: 50%;
  content: "";
}

.ac46-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 37px;
  color: #c7d9d0 !important;
  font-size: 0.66rem;
  text-decoration: none;
}

.ac46-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #def69a;
  color: #07372c;
  font-size: 1.1rem;
  font-weight: 850;
}

.ac46-kicker {
  color: #def69a;
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

body[data-public-shell] .ac46-auth-story h1,
body[data-public-shell] .ac46-verify-art h1 {
  margin: 9px 0 14px;
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.06em;
}

body[data-public-shell] .ac46-auth-story > p,
body[data-public-shell] .ac46-verify-art > p {
  color: #c6d9cf;
  font-size: 0.74rem;
  line-height: 1.75;
}

.ac46-trust-card {
  display: grid;
  gap: 4px;
  margin-top: 31px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.ac46-trust-card strong {
  color: #ffffff;
  font-size: 0.71rem;
}

.ac46-trust-card span {
  color: #bcd0c5;
  font-size: 0.62rem;
  line-height: 1.5;
}

.ac46-auth-panel,
.ac46-verify-panel {
  padding: 38px;
  background:
    linear-gradient(
      145deg,
      rgba(239, 246, 233, 0.56),
      transparent 40%
    ),
    #ffffff;
}

.ac46-auth-panel > header {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e9e1;
}

.ac46-auth-panel > header > span,
.ac46-verify-panel > span {
  color: #69825e;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.ac46-auth-panel h2,
.ac46-verify-panel h2 {
  margin: 6px 0;
  color: #123b30;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.ac46-auth-panel header p,
.ac46-verify-panel > p {
  margin: 0;
  color: #7b8c83;
  font-size: 0.68rem;
  line-height: 1.55;
}

.ac46-form {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.ac46-form label {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.ac46-form label > span:first-child,
.ac46-admin-user-form label > span,
.ac46-danger-zone label > span {
  color: #315548;
  font-size: 0.68rem;
  font-weight: 700;
}

.ac46-wide {
  grid-column: 1 / -1;
}

.ac46-form input,
.ac46-form select,
.ac46-admin-user-form input,
.ac46-admin-user-form select,
.ac46-danger-zone input {
  box-sizing: border-box;
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid #d6e2d6;
  border-radius: 11px;
  outline: 0;
  background: #fafcf9;
  color: #143b30;
  font: inherit;
  font-size: 0.78rem;
}

.ac46-form input:focus,
.ac46-form select:focus,
.ac46-admin-user-form input:focus,
.ac46-admin-user-form select:focus {
  border-color: #4d8b71;
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(31, 109, 79, 0.09);
}

.ac46-form small,
.ac46-admin-user-form small {
  color: #89978f;
  font-size: 0.59rem;
}

.ac46-phone {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d6e2d6;
  border-radius: 11px;
  background: #fafcf9;
}

.ac46-phone strong {
  display: grid;
  min-width: 68px;
  place-items: center;
  padding: 0 11px;
  border-right: 1px solid #d6e2d6;
  background: #edf4e8;
  color: #245440;
  font-size: 0.76rem;
}

.ac46-phone input {
  border: 0;
  border-radius: 0;
}

.ac46-submit,
.ac46-verify-panel form button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 11px;
  background:
    linear-gradient(145deg, #075642, #0a4034);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
}

.ac46-signin {
  margin: 0;
  color: #7b8b83;
  text-align: center;
  font-size: 0.65rem;
}

.ac46-signin a {
  color: #075642;
  font-weight: 800;
}

.ac46-error,
.ac46-admin-error {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid #ecc9b8;
  border-radius: 11px;
  background: #fff5ee;
  color: #813f2b;
}

.ac46-error strong,
.ac46-admin-error strong {
  font-size: 0.7rem;
}

.ac46-error span,
.ac46-admin-error span {
  font-size: 0.63rem;
  line-height: 1.5;
}

/* Sign-in refinement */

body[data-public-shell] .login26-shell {
  border: 1px solid rgba(8, 61, 49, 0.11);
  box-shadow:
    0 30px 80px rgba(5, 52, 41, 0.12) !important;
}

body[data-public-shell] .login26-welcome {
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(214, 244, 128, 0.25),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #04362c,
      #086049
    ) !important;
}

body[data-public-shell] .login26-submit,
body[data-public-shell] .login26-create {
  border-radius: 11px !important;
}

/* Guest account page */

body[data-public-shell] .profile27-guest {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: min(920px, calc(100% - 32px));
  min-height: 470px;
  overflow: hidden;
  margin: 31px auto 75px;
  padding: 54px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 90% 0,
      rgba(214, 244, 128, 0.3),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #04362c,
      #086049
    );
  color: #ffffff;
  box-shadow:
    0 30px 80px rgba(5, 52, 41, 0.18);
}

body[data-public-shell] .profile27-guest h1 {
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

body[data-public-shell] .profile27-guest > p {
  max-width: 600px;
  color: #c5d9ce;
  line-height: 1.7;
}

body[data-public-shell] .profile27-guest > div {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

body[data-public-shell] .profile27-guest > div a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

body[data-public-shell]
.profile27-guest > div .button {
  border: 0;
  background: #def69a;
  color: #07372c;
}

/* Verification */

.ac46-verify-art {
  display: grid;
  align-content: center;
}

.ac46-verify-ring {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.09);
}

.ac46-verify-ring span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #def69a;
  color: #07372c;
  font-size: 1.4rem;
  font-weight: 900;
}

.ac46-verify-panel {
  display: grid;
  align-content: center;
}

.ac46-verify-panel form {
  margin-top: 25px;
}

.ac46-verify-panel form button {
  width: 100%;
}

.ac46-verify-panel nav {
  display: grid;
  gap: 9px;
  margin-top: 23px;
  padding-top: 18px;
  border-top: 1px solid #e2e9e1;
}

.ac46-verify-panel nav a {
  color: #416657;
  font-size: 0.66rem;
  font-weight: 700;
  text-decoration: none;
}

/* Admin user editor */

.ac46-user-summary,
.ac46-admin-user-form,
.ac46-danger-zone {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 17px;
  border: 1px solid #dce6dc;
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 15px 42px rgba(6, 52, 42, 0.055);
}

.ac46-user-summary {
  display: grid;
  grid-template-columns:
    58px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 22px;
}

.ac46-user-avatar {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(145deg, #075642, #0a4034);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 850;
}

.ac46-user-summary small {
  color: #6d865f;
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.ac46-user-summary h2 {
  margin: 4px 0;
  color: #143b30;
}

.ac46-user-summary p {
  margin: 0;
  color: #71847a;
  font-size: 0.7rem;
}

.ac46-verification {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 100px;
  font-size: 0.62rem;
  font-weight: 800;
}

.ac46-verification i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.ac46-verification.is-verified {
  background: #e5f2dc;
  color: #396b45;
}

.ac46-verification.is-verified i {
  background: #68a64d;
}

.ac46-verification.is-pending {
  background: #fff1d2;
  color: #80611d;
}

.ac46-verification.is-pending i {
  background: #d7a62f;
}

.ac46-user-summary dl {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 5px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e8eee7;
}

.ac46-user-summary dl div {
  display: grid;
  gap: 3px;
  padding: 11px;
  border-radius: 10px;
  background: #f4f8f1;
}

.ac46-user-summary dt {
  color: #7d8d84;
  font-size: 0.56rem;
}

.ac46-user-summary dd {
  margin: 0;
  color: #315448;
  font-size: 0.69rem;
  font-weight: 750;
}

.ac46-admin-user-form {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 23px;
}

.ac46-admin-user-form > header,
.ac46-admin-wide {
  grid-column: 1 / -1;
}

.ac46-admin-user-form > header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5ece4;
}

.ac46-admin-user-form > header span,
.ac46-danger-zone > div > span {
  color: #6c865f;
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.ac46-admin-user-form > header h2,
.ac46-danger-zone h2 {
  margin: 5px 0 0;
  color: #143b30;
}

.ac46-admin-user-form label,
.ac46-danger-zone label {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.ac46-admin-user-form footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  border-top: 1px solid #e5ece4;
}

.ac46-danger-zone {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(310px, 0.7fr);
  gap: 25px;
  align-items: center;
  padding: 22px;
  border-color: #edd2c6;
  background: #fffaf7;
}

.ac46-danger-zone p {
  margin: 7px 0 0;
  color: #8c7165;
  font-size: 0.68rem;
  line-height: 1.5;
}

.ac46-danger-zone form {
  display: grid;
  gap: 10px;
}

.ac46-danger-zone button {
  min-height: 43px;
  border: 1px solid #dba990;
  border-radius: 10px;
  background: #fff0e9;
  color: #91482f;
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 800;
}

@media (max-width: 760px) {
  body[data-public-shell] .ac46-auth-shell,
  body[data-public-shell] .ac46-verify {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    margin: 12px auto 105px;
    border-radius: 20px;
  }

  body[data-public-shell] .ac46-auth-story,
  body[data-public-shell] .ac46-verify-art {
    padding: 28px 21px;
  }

  .ac46-auth-panel,
  .ac46-verify-panel {
    padding: 27px 20px;
  }

  .ac46-form {
    grid-template-columns: 1fr;
  }

  .ac46-form > *,
  .ac46-wide {
    grid-column: 1;
  }

  .ac46-form input,
  .ac46-form select {
    font-size: 16px;
  }

  body[data-public-shell] .profile27-guest {
    width: calc(100% - 20px);
    min-height: 0;
    margin: 12px auto 105px;
    padding: 31px 22px;
    border-radius: 20px;
  }

  body[data-public-shell] .profile27-guest h1 {
    font-size: 2.45rem;
  }

  body[data-public-shell] .profile27-guest > div {
    align-items: stretch;
    flex-direction: column;
  }

  .ac46-user-summary {
    grid-template-columns: 51px minmax(0, 1fr);
    padding: 17px;
  }

  .ac46-verification {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ac46-user-summary dl {
    grid-template-columns: 1fr;
  }

  .ac46-admin-user-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ac46-admin-user-form > *,
  .ac46-admin-user-form > header,
  .ac46-admin-wide {
    grid-column: 1;
  }

  .ac46-danger-zone {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}