/* Login and registration only; dashboard and recovery pages keep their styles. */
:root {
  --account-blue: #3056d3;
  --account-link: #3056d3;
  --account-ink: #141735;
  --account-muted: #69748b;
  --account-line: #dfe5f1;
  --account-surface: #fff;
  --account-soft: #f8faff;
  --account-error-bg: #fff4f3;
  --account-error: #a83131;
}
html[data-dekan-theme="night"] {
  --account-link: #9ab6ff;
  --account-ink: #edf2ff;
  --account-muted: #a6b2ca;
  --account-line: #344159;
  --account-surface: #101827;
  --account-soft: #162034;
  --account-error-bg: #351f28;
  --account-error: #ffb2af;
}
body,
html[data-dekan-theme="night"] body {
  background: var(--account-surface);
  color: var(--account-ink);
}
.account-page {
  display: grid;
  grid-template-columns: minmax(350px, 0.98fr) minmax(430px, 1.02fr);
  gap: 20px;
  min-height: 100svh;
  padding: 20px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.account-page *,
.account-page *::before,
.account-page *::after {
  box-sizing: border-box;
}
.account-page a {
  text-decoration: none;
}
.account-page [hidden] {
  display: none !important;
}
.account-page button {
  font-family: inherit;
  touch-action: manipulation;
}
.account-page button:focus-visible,
.account-page a:focus-visible,
.account-page [tabindex]:focus-visible {
  outline: 3px solid var(--account-link);
  outline-offset: 5px;
}
.account-page p,
.account-page h1,
.account-page h2 {
  margin: 0;
}
.account-skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 20000;
  background: #141735;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
}
.account-skip:focus {
  top: 15px;
  color: #fff;
}
.account-brand {
  position: relative;
  isolation: isolate;
  background: var(--account-blue);
  color: #fff;
  overflow: hidden;
  border-radius: 21px;
  padding: 37px 42px 25px;
  display: flex;
  flex-direction: column;
  min-height: 790px;
}
.account-wordmark {
  font-size: 29px;
  letter-spacing: -1.7px;
  font-weight: 800;
  line-height: 1;
  color: var(--account-ink);
  display: inline-block;
  width: max-content;
}
.account-wordmark:hover {
  color: var(--account-ink);
}
.account-wordmark span {
  color: var(--account-link);
}
.account-wordmark-light,
.account-wordmark-light:hover {
  color: #fff;
}
.account-wordmark-light span {
  color: #b6c9ff;
}
.account-brand .account-wordmark {
  position: relative;
  z-index: 1;
}
.account-brand-content {
  padding: 66px 0 45px;
  width: min(100%, 470px);
  margin: auto;
}
.account-eyebrow,
.account-form-eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.account-eyebrow {
  color: #d4e0ff;
  margin-bottom: 21px;
}
.account-brand h2 {
  font-size: clamp(39px, 3.8vw, 59px);
  line-height: 1.08;
  letter-spacing: -0.052em;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.account-brand-content > p {
  font-size: 13px;
  color: #e0e8ff;
  line-height: 1.85;
  margin-top: 24px;
  max-width: 360px;
}
.account-orbits {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.account-orbits > span {
  position: absolute;
  aspect-ratio: 1;
  width: 700px;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  top: 210px;
  left: -230px;
  --ring-delay: -3s;
  --globe-start: 10deg;
  --globe-end: 60deg;
}
.account-orbits > span:nth-child(2) {
  width: 930px;
  left: -345px;
  top: 95px;
  --ring-delay: -9s;
  --globe-start: 5deg;
  --globe-end: 40deg;
}
.account-orbits > span:nth-child(3) {
  width: 1150px;
  left: -455px;
  top: -15px;
  --ring-delay: -15s;
  --globe-start: 15deg;
  --globe-end: 30deg;
}
/* Only the invisible dot carrier rotates; the ring outline stays fixed. */
.account-orbits > span > i {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: account-globe-travel 18s linear var(--ring-delay) infinite;
}
.account-orbits > span > i::before {
  content: "";
  position: absolute;
  left: calc(50% - 3.5px);
  top: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cddaff88;
  box-shadow: 0 0 0 4px #ffffff08;
}
.account-orbits > i {
  position: absolute;
  top: 31%;
  right: 24px;
  font-size: 32px;
  font-style: normal;
  color: #fff6;
}
.account-illustration {
  position: relative;
  margin: 44px auto 0;
  width: min(350px, 95%);
  padding-bottom: 39px;
}
.account-note {
  position: relative;
  border: 1px solid #ffffff90;
  border-radius: 12px;
  background: #fff;
  color: #141735;
  padding: 20px 21px 10px;
  transform: rotate(-4deg);
  box-shadow: 0 20px 34px #15328940;
  z-index: 1;
}
.account-note-back {
  position: absolute;
  background: #d8e2ff4a;
  border: 1px solid #e4ecff55;
  border-radius: 12px;
  inset: 3px -9px 42px 9px;
  transform: rotate(4deg);
}
.account-note-heading {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #e9edf6;
}
.account-note-heading > span:nth-child(2) {
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #7d8aa3;
}
.account-note-heading > i {
  margin-left: auto;
  font-size: 13px;
  color: #75839f;
}
.account-mini-logo {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: #3056d3;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -1px;
}
.account-tool {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #edf0f7;
}
.account-tool:last-child {
  border-bottom: 0;
}
.account-tool > span {
  width: 33px;
  height: 33px;
  border-radius: 9px;
  background: #f0f4ff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #3056d3;
  font-size: 16px;
}
.account-tool strong {
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}
.account-tool small {
  display: block;
  font-size: 8px;
  color: #74829a;
  line-height: 1.8;
}
.account-tool > i {
  font-size: 11px;
  color: #a4b0c5;
  margin-left: auto;
}
.account-note-caption {
  position: absolute;
  z-index: 2;
  bottom: 17px;
  right: -12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dde5f6;
  border-radius: 9px;
  padding: 11px 13px;
  background: #f4f7ff;
  color: #3056d3;
  font-size: 9px;
  box-shadow: 0 10px 20px #132b6e25;
  transform: rotate(3deg);
}
.account-note-caption i {
  font-size: 16px;
}
.account-brand-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #d5e0ff;
  font-size: 8px;
  line-height: 1.6;
}
.account-motion {
  border: 0;
  background: none;
  color: #e1e9ff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  font-size: 8px;
  white-space: nowrap;
  min-height: 30px;
}
.account-motion i {
  font-size: 14px;
}
.account-brand a:focus-visible,
.account-brand button:focus-visible {
  outline-color: #fff;
}
.account-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 17px 35px 5px;
  position: relative;
}
.account-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  min-height: 40px;
}
.account-topbar a {
  font-size: 11px;
  color: var(--account-muted);
  font-weight: 500;
}
.account-topbar a:hover {
  color: var(--account-link);
}
.account-home-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.account-help {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.account-topbar .account-mobile-logo {
  display: none;
  font-weight: 800;
  letter-spacing: -1.7px;
}
.account-form {
  width: min(100%, 412px);
  margin: auto;
  padding: 30px 0 32px;
  outline: none;
}
.account-form-heading {
  margin-bottom: 27px;
}
.account-form-eyebrow {
  color: var(--account-link);
  font-size: 8px;
  letter-spacing: 1.3px;
  margin-bottom: 12px;
}
.account-form h1 {
  font-size: 35px;
  line-height: 1.14;
  letter-spacing: -1.5px;
  font-weight: 700;
  color: var(--account-ink);
}
.account-form-heading p {
  font-size: 13px;
  color: var(--account-muted);
  line-height: 1.8;
  margin-top: 11px;
}
.account-field {
  margin-bottom: 17px;
  min-width: 0;
}
.account-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--account-ink);
  margin-bottom: 8px;
  line-height: 1.5;
}
.account-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.account-label-row a {
  font-size: 10px;
  color: var(--account-link);
  font-weight: 500;
  white-space: nowrap;
}
.account-input {
  display: block;
  width: 100%;
  height: 49px;
  border: 1px solid var(--account-line);
  border-radius: 8px;
  color: var(--account-ink);
  background: var(--account-surface);
  padding: 12px 14px;
  font:
    400 13px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  box-shadow: 0 1px 2px #14265003;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
  outline: none;
}
.account-input::placeholder {
  color: var(--account-muted);
  opacity: 0.8;
}
.account-input:hover {
  border-color: #aab8d2;
}
.account-input:focus {
  border-color: var(--account-link);
  box-shadow: 0 0 0 3px #3056d314;
}
.account-input:user-invalid {
  border-color: #c54848;
}
.account-password-wrap {
  position: relative;
}
.account-password-wrap .account-input {
  padding-right: 44px;
}
.account-password-toggle {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 38px;
  height: 39px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--account-muted);
  display: grid;
  place-items: center;
  font-size: 17px;
  padding: 0;
}
.account-password-toggle:hover {
  background: var(--account-soft);
  color: var(--account-link);
}
.account-password-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.account-password-pair .account-input {
  font-size: 11px;
  padding-left: 11px;
}
.account-password-pair .account-field {
  margin-bottom: 0;
}
.account-field-help {
  font-size: 9px;
  color: var(--account-muted);
  margin-top: 8px !important;
}
.account-turnstile {
  justify-content: flex-start;
  margin: 15px 0 17px;
  min-height: 65px;
  overflow: visible;
  max-width: 100%;
}
.account-submit {
  border: 1px solid #3056d3;
  background: #3056d3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  min-height: 49px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 20px;
  position: relative;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.account-submit:hover {
  background: #2446bb;
  color: white;
  box-shadow: 0 6px 18px #3056d31a;
}
.account-submit > i {
  font-size: 17px;
  position: absolute;
  right: 17px;
}
.account-submit:disabled {
  cursor: wait;
  opacity: 0.8;
}
.account-submit-spinner {
  display: none;
  height: 17px;
  width: 17px;
  border: 2px solid #ffffff55;
  border-top-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  animation: account-orbit 0.8s linear infinite;
}
.account-submit[aria-busy="true"] > i {
  display: none;
}
.account-submit[aria-busy="true"] .account-submit-spinner {
  display: block;
}
.account-separator {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
  color: var(--account-muted);
  font-size: 9px;
}
.account-separator::before,
.account-separator::after {
  content: "";
  height: 1px;
  background: var(--account-line);
  flex: 1;
}
.account-social-stack {
  display: grid;
  gap: 10px;
  max-width: 400px;
  margin-inline: auto;
}
.account-google-signin {
  width: 100%;
  min-height: 40px;
  /* Google paints its own button theme. Keep its transparent iframe canvas
     in the same light color scheme as the embedded document in Safari. */
  color-scheme: light;
}
.account-google-signin iframe {
  color-scheme: light;
}
.account-google-signin[aria-disabled="true"] {
  opacity: 0.55;
}
.account-google-placeholder {
  display: block;
  padding: 12px;
  text-align: center;
  color: var(--account-muted);
  font-size: 12px;
}
.account-social-status {
  position: fixed;
  z-index: 1050;
  top: max(18px, env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: calc(100vw - 32px);
  margin: 0;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--account-line);
  background: var(--account-surface);
  color: var(--account-ink);
  box-shadow: 0 8px 30px #071b4230;
  font-size: 12px;
  line-height: 1.5;
}
.account-social-status::before {
  content: "";
  flex: 0 0 14px;
  height: 14px;
  border: 2px solid var(--account-line);
  border-top-color: var(--account-link);
  border-radius: 50%;
  animation: account-signin-spin 0.8s linear infinite;
}
@keyframes account-signin-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .account-social-status::before { animation: none; }
}
.account-form .auth-social-btn {
  min-height: 47px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 500;
  border-color: var(--account-line);
  background: var(--account-surface);
  color: var(--account-ink);
  padding: 11px 43px;
  transition:
    background 0.18s,
    border-color 0.18s;
}
.account-form .auth-social-btn:hover {
  transform: none;
  box-shadow: none;
  background: var(--account-soft);
  border-color: #aab8d2;
}
.account-form .auth-social-mark,
.account-form .auth-social-apple-mark {
  left: 15px;
  width: 18px;
  height: 18px;
  font-size: 20px;
}
.account-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid #db8d8d59;
  background: var(--account-error-bg);
  color: var(--account-error);
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}
.account-error > i {
  font-size: 16px;
  flex-shrink: 0;
}
.account-error strong {
  font-size: 11px;
  font-weight: 600;
}
.account-error ul {
  padding: 0;
  list-style: none;
  margin: 4px 0 0;
}
.account-error li + li {
  margin-top: 3px;
}
.account-social-error {
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
}
.account-switch {
  font-size: 11px;
  color: var(--account-muted);
  line-height: 1.7;
  text-align: center;
  margin-top: 24px !important;
}
.account-switch a {
  color: var(--account-link);
  font-weight: 600;
  white-space: nowrap;
}
.account-switch i {
  font-size: 11px;
  margin-left: 3px;
}
.account-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--account-muted);
  font-size: 9px;
  padding: 12px 0 8px;
  margin-top: auto;
}
.account-footer > div {
  display: flex;
  gap: 13px;
  align-items: center;
}
.account-footer a {
  color: var(--account-muted);
}
.account-footer a:hover {
  color: var(--account-link);
}
.account-success {
  text-align: center;
  padding: 50px 0;
}
.account-success-icon {
  width: 65px;
  height: 65px;
  background: var(--account-soft);
  color: var(--account-link);
  border: 1px solid var(--account-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  font-size: 35px;
}
.account-success p {
  font-size: 13px;
  color: var(--account-muted);
  line-height: 1.8;
  max-width: 330px;
  margin: 17px auto 27px;
}
.account-success .account-form-eyebrow {
  margin-bottom: 12px;
}
.account-success-link {
  max-width: 310px;
  margin: auto;
}
.account-sign-in-check {
  animation: account-check-reveal 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.account-greeting-emoji { display: inline-block; font-size: .78em; vertical-align: .04em; white-space: nowrap; }
.account-sign-in-check svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.account-sign-in-check path {
  stroke-dasharray: 24;
  animation: account-check-draw 950ms cubic-bezier(0.45, 0, 0.2, 1) 250ms both;
}
.account-success-pending .account-sign-in-check,
.account-success-pending .account-sign-in-check path {
  animation-play-state: paused;
}
@keyframes account-check-reveal {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes account-check-draw {
  from { stroke-dashoffset: 24; }
  to { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .account-sign-in-check,
  .account-sign-in-check path {
    animation: none;
  }
}
/* Fade around the visible arc, then reset invisibly for the next handover. */
@keyframes account-globe-travel {
  0% { opacity: 0; transform: rotate(var(--globe-start)); }
  8%, 50% { opacity: 1; }
  60%, 100% { opacity: 0; transform: rotate(var(--globe-end)); }
}
@keyframes account-orbit {
  to {
    transform: rotate(360deg);
  }
}
html.account-motion-paused .account-orbits > span > i,
html.account-page-hidden .account-orbits > span > i {
  animation-play-state: paused;
}
@media (min-width: 1440px) {
  .account-page {
    gap: 40px;
    padding: 25px;
  }
  .account-brand {
    padding: 45px 55px 28px;
  }
  .account-content {
    padding-inline: 60px;
  }
  .account-form {
    width: 440px;
  }
  .account-form h1 {
    font-size: 38px;
  }
  .account-form-heading p {
    font-size: 13px;
  }
  .account-field label {
    font-size: 12px;
  }
  .account-brand-content > p {
    font-size: 14px;
  }
  .account-brand-bottom {
    font-size: 9px;
  }
}
@media (max-width: 1100px) {
  .account-page {
    grid-template-columns: minmax(310px, 0.88fr) minmax(380px, 1.12fr);
    gap: 14px;
    padding: 16px;
  }
  .account-brand {
    padding: 32px 28px 21px;
    min-height: 780px;
  }
  .account-brand h2 {
    font-size: 44px;
  }
  .account-brand-content {
    padding-top: 57px;
  }
  .account-content {
    padding: 16px 24px 5px;
  }
  .account-form h1 {
    font-size: 31px;
  }
  .account-illustration {
    width: 95%;
    margin-top: 39px;
  }
  .account-note {
    padding: 17px 14px 8px;
  }
  .account-note-caption {
    font-size: 8px;
    right: -4px;
  }
  .account-brand-bottom {
    flex-wrap: wrap;
    gap: 0;
  }
  .account-motion {
    margin-left: auto;
  }
  .account-tool {
    gap: 8px;
  }
  .account-tool small {
    font-size: 7px;
  }
  .account-note-heading > span:nth-child(2) {
    font-size: 5px;
  }
  .account-password-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .account-password-pair .account-input {
    font-size: 13px;
    padding-left: 14px;
  }
  .account-password-pair .account-field:first-child {
    margin-bottom: 17px;
  }
  .account-registration .account-form {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 860px) {
  .account-page {
    display: block;
    padding: 0;
    min-height: 100svh;
  }
  .account-brand {
    display: none;
  }
  .account-content {
    padding: 0 34px;
    min-height: 100svh;
  }
  .account-topbar {
    padding: 28px 0 18px;
    min-height: 79px;
  }
  .account-topbar .account-home-link {
    display: none;
  }
  .account-topbar .account-mobile-logo {
    display: inline-block;
    font-size: 27px;
    color: var(--account-ink);
  }
  .account-form {
    padding: 47px 0 42px;
    width: min(100%, 420px);
  }
  .account-form h1 {
    font-size: 35px;
  }
  .account-form-heading p {
    font-size: 13px;
  }
  .account-field label {
    font-size: 12px;
  }
  .account-form .auth-social-btn {
    font-size: 12px;
  }
  .account-submit {
    font-size: 13px;
  }
  .account-switch {
    font-size: 12px;
  }
  .account-password-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .account-password-pair .account-input {
    font-size: 11px;
    padding-left: 11px;
  }
  .account-password-pair .account-field:first-child {
    margin-bottom: 0;
  }
  .account-registration .account-form {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .account-footer {
    padding: 17px 0 21px;
    border-top: 1px solid var(--account-line);
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .account-content {
    padding: 0 23px;
  }
  .account-topbar {
    padding-top: 26px;
  }
  .account-topbar .account-mobile-logo {
    font-size: 28px;
  }
  .account-help {
    font-size: 10px !important;
  }
  .account-form {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .account-form h1 {
    font-size: 32px;
    letter-spacing: -1.25px;
  }
  .account-form-heading {
    margin-bottom: 26px;
  }
  .account-form-heading p {
    font-size: 12px;
  }
  .account-input {
    font-size: 16px;
    min-height: 50px;
    padding-left: 13px;
  }
  .account-field label {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .account-field {
    margin-bottom: 18px;
  }
  .account-label-row a {
    font-size: 11px;
  }
  .account-password-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .account-password-pair .account-input {
    font-size: 16px;
    padding-left: 13px;
  }
  .account-password-pair .account-field:first-child {
    margin-bottom: 18px;
  }
  .account-password-pair .account-field:last-child {
    margin-bottom: 0;
  }
  .account-field-help {
    font-size: 10px;
  }
  .account-turnstile {
    margin: 16px 0;
    min-height: 65px;
  }
  .account-submit {
    min-height: 50px;
  }
  .account-form .auth-social-btn {
    min-height: 48px;
    font-size: 12px;
  }
  .account-separator {
    margin: 19px 0;
  }
  .account-switch {
    font-size: 11px;
  }
  .account-registration .account-form {
    padding-top: 28px;
  }
  .account-error {
    font-size: 12px;
  }
  .account-error strong {
    font-size: 12px;
  }
  .account-footer {
    font-size: 9px;
  }
  .account-success {
    padding: 30px 0;
  }
}
@media (max-width: 359px) {
  .account-content {
    padding: 0 16px;
  }
  .account-form h1 {
    font-size: 29px;
  }
  .account-turnstile {
    width: 300px;
    max-width: none;
    margin-left: calc((100% - 300px) / 2);
    margin-right: 0;
  }
  .account-topbar .account-mobile-logo {
    font-size: 25px;
  }
  .account-label-row a {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .account-page *,
  .account-page *::before,
  .account-page *::after {
    animation: none !important;
    transition: none !important;
  }
  .account-orbits > span:first-child > i { opacity: .75; }
  .account-motion {
    display: none !important;
  }
  .dekan-page-loader-logo,
  .dekan-page-loader-card::before {
    animation: none !important;
  }
}
@media (prefers-contrast: more) {
  :root {
    --account-muted: #46546f;
    --account-line: #8595b5;
  }
  html[data-dekan-theme="night"] {
    --account-muted: #c2d0e8;
    --account-line: #8396b7;
  }
  .account-input::placeholder {
    opacity: 1;
  }
}
.account-success .account-recovery-note {
  font-size: 11px;
  margin-top: -12px;
  margin-bottom: 27px;
}
.account-recovery-resend {
  margin-top: 13px !important;
}
