/* Standalone WordPress login: the theme's restrained dark hero palette. */
:root {
  color-scheme: dark;
}

html {
  min-height: 100%;
  background: #030303;
}

body.login {
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(48px, 9vh, 96px) 24px 40px;
  background: radial-gradient(circle at 100% 20%, rgba(20, 80, 160, 0.10), #030303 58%);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.login #login {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}

body.login .wp-login-logo {
  margin: 0 0 48px;
  text-align: center;
}

body.login .wp-login-logo a {
  box-sizing: border-box;
  display: block;
  width: 72px;
  max-width: 100%;
  height: 72px;
  margin: 0 auto;
  padding: 0;
  background: url('/wp-content/uploads/2026/06/Favicon.svg') no-repeat left center / contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  text-decoration: none;
}

body.login .assistouest-login-intro {
  margin: 0 0 32px;
}

body.login .assistouest-login-intro h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.15;
  text-wrap: balance;
}

body.login #login form {
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.login #login label {
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

body.login #login .input,
body.login #login input[type='text'],
body.login #login input[type='password'],
body.login #login input[type='email'] {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  margin: 8px 0 24px;
  padding: 10px 13px;
  border: 1px solid #2b2b2b;
  border-radius: 4px;
  background: #0c0c0c;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 150ms ease;
}

body.login #login input.password-input {
  padding-right: 48px;
}

body.login #login .input:focus {
  border-color: #3b82f6;
  outline: 2px solid rgba(59, 130, 246, 0.2);
  outline-offset: 1px;
  box-shadow: none;
}

body.login #login input:autofill {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #0c0c0c inset;
}

body.login #login .button.wp-hide-pw {
  top: 8px;
  right: 1px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #8a8a8a;
}

body.login #login .button.wp-hide-pw:hover {
  color: #fff;
}

body.login #login .forgetmenot {
  float: none;
  margin: 0;
}

body.login #login .forgetmenot label {
  color: #a3a3a3;
  font-size: 13px;
}

body.login #rememberme {
  width: 16px;
  height: 16px;
  border: 1px solid #444;
  border-radius: 3px;
  background: #0c0c0c;
  box-shadow: none;
}

body.login #rememberme:checked::before {
  filter: brightness(0) invert(1);
}

body.login #login .submit {
  clear: both;
  margin: 28px 0 0;
}

body.login #login #wp-submit {
  float: none;
  width: 100%;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid #0069e2;
  border-radius: 4px;
  background: #0069e2;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 150ms ease;
}

body.login #login #wp-submit:hover {
  background: #1478eb;
}

body.login #login .message,
body.login #login #login_error,
body.login #login .success {
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid #262626;
  border-left: 2px solid #3b82f6;
  border-radius: 4px;
  background: #0c0c0c;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: none;
}

body.login #login #login_error {
  border-left-color: #ef4444;
}

body.login #login .success {
  border-left-color: #4ade80;
}

body.login #login a {
  color: #a3a3a3;
}

body.login #login a:hover {
  color: #fff;
}

body.login #nav {
  margin: 24px 0 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
}

body.login #nav:empty,
body.login #backtoblog:empty {
  display: none;
}

body.login #login .description,
body.login #login .indicator-hint {
  color: #a3a3a3;
  font-size: 13px;
  line-height: 1.6;
}

body.login .assistouest-login-subscription {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 0;
  padding: 24px 0 0;
  border-top: 1px solid #1f1f1f;
  font-size: 13px;
  line-height: 1.6;
}

body.login .assistouest-login-subscription > p {
  margin: 0 0 6px;
  color: #8a8a8a;
}

body.login .chp-adb-subscription-checkout__button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #d4d4d4;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: #525252;
  text-underline-offset: 4px;
  cursor: pointer;
}

body.login .chp-adb-subscription-checkout__button:hover {
  color: #fff;
  text-decoration-color: #3b82f6;
}

body.login .chp-adb-subscription-checkout__button:disabled {
  opacity: 0.6;
  cursor: wait;
}

body.login .chp-adb-subscription-checkout__error {
  margin-top: 12px;
  color: #fca5a5;
}

body.login .chp-adb-subscription-checkout__error:empty {
  display: none;
}

body.login a:focus-visible,
body.login button:focus-visible,
body.login input[type='submit']:focus-visible,
body.login input[type='checkbox']:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 4px;
  box-shadow: none;
}

body.login.interim-login {
  min-height: auto;
  padding: 24px;
}

@media (max-width: 600px) {
  body.login {
    padding: 40px 24px 32px;
  }

  body.login .wp-login-logo {
    margin-bottom: 36px;
  }

  body.login .assistouest-login-intro h2 {
    font-size: 34px;
    letter-spacing: -0.7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.login #login .input,
  body.login #login #wp-submit {
    transition: none;
  }
}
