:root {
  --auth-bg: #F8F9FA;
  --auth-surface: #FFFFFF;
  --auth-border: #E5E7EB;
  --auth-text: #22313F;
  --auth-text-muted: #6B7280;
  --auth-primary: #20B573;
  --auth-primary-hover: #1a9d63;
  --auth-danger-bg: #FEE2E2;
  --auth-danger-border: #FCA5A5;
  --auth-danger-text: #991B1B;
  --auth-info-bg: #F0F9FF;
  --auth-info-border: #BAE6FD;
  --auth-info-text: #0C4A6E;
  --auth-warning-text: #D97706;
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

.auth-page {
  min-height: 100vh;
  background: var(--auth-bg);
  color: var(--auth-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.auth-wrap {
  width: 100%;
}

.auth-wrap--md {
  max-width: 448px;
}

.auth-wrap--lg {
  max-width: 672px;
}

.auth-wrap--xl {
  max-width: 768px;
}

.auth-hero {
  margin-bottom: 32px;
  text-align: center;
}

.js-auth .auth-hero {
  margin-bottom: 29px;
}

.js-auth,
.js-registration,
.js-registration-restore,
.js-registration-confirmation {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
}

.js-auth-2fa .auth-hero {
  margin-bottom: 32px;
}

.js-auth-2fa .auth-title {
  font-weight: 500;
  line-height: 36px;
}

.js-auth-2fa .auth-card {
  padding: 32px;
}

.js-auth-2fa .auth-form {
  gap: 24px;
}

.js-auth-2fa .auth-field {
  gap: 16px;
}

.js-registration-confirmation {
  transform: none;
}

.js-registration-confirmation .auth-hero {
  margin-bottom: 54px;
}

.js-registration-confirmation .auth-form {
  gap: 23px;
}

.js-registration-confirmation .auth-field {
  gap: 20px;
  margin-bottom: 0;
}

.js-registration-confirmation .auth-info {
  margin-top: 0;
}

.js-registration-confirmation .auth-divider {
  margin-top: 26px;
}

.auth-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 181, 115, 0.1);
  color: var(--auth-primary);
  font-size: 30px;
  line-height: 1;
}

.auth-icon-mark {
  display: block;
  width: 32px;
  height: 32px;
}

.auth-logo {
  margin: 0 0 8px;
  color: var(--auth-text);
  font-size: 30px;
  font-weight: 570;
  letter-spacing: 0;
  line-height: 1.2;
}

.auth-logo-image {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 8px;
}

.auth-title {
  margin: 0 0 8px;
  color: var(--auth-text);
  font-size: 30px;
  font-weight: 570;
  letter-spacing: 0;
  line-height: 1.2;
}

.auth-subtitle,
.auth-phone {
  margin: 0;
  color: var(--auth-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.auth-phone {
  margin-top: 4px;
  color: var(--auth-text);
  font-weight: 570;
}

.auth-card {
  background: var(--auth-surface);
  border: 1px solid var(--auth-border);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(34, 49, 63, 0.04);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form--relaxed {
  gap: 24px;
}

.js-auth .auth-form {
  gap: 16px;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.js-auth .auth-field {
  gap: 8px;
}

.auth-label {
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 570;
}

.js-auth .auth-label,
.js-registration .auth-label,
.js-registration-restore .auth-label,
.js-registration-confirmation .auth-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.js-auth-2fa .auth-label {
  font-weight: 500;
  line-height: 20px;
}

.js-registration-restore .auth-title,
.js-registration-confirmation .auth-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
}

.js-registration-restore .auth-subtitle,
.js-registration-confirmation .auth-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.js-auth .auth-link,
.js-registration .auth-link,
.js-registration-restore .auth-link,
.js-registration-confirmation .auth-link {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.js-auth .auth-actions {
  gap: 0;
  justify-content: flex-start;
}

.js-auth .auth-button,
.js-registration .auth-button,
.js-registration-restore .auth-button,
.js-registration-confirmation .auth-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  font-family: inherit;
  text-align: center;
}

.js-auth .auth-button-label,
.js-auth .auth-button-loading,
.js-registration .auth-button-label,
.js-registration .auth-button-loading,
.js-registration-restore .auth-button-label,
.js-registration-restore .auth-button-loading,
.js-registration-confirmation .auth-button-label,
.js-registration-confirmation .auth-button-loading {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  font-family: inherit;
  vertical-align: top;
}

.js-auth .auth-button-loading,
.js-registration-restore .auth-button-loading,
.js-registration-confirmation .auth-button-loading {
  display: none;
}

.js-auth .auth-button.is-loading .auth-button-label,
.js-registration-restore .auth-button.is-loading .auth-button-label,
.js-registration-confirmation .auth-button.is-loading .auth-button-label {
  display: none;
}

.js-auth .auth-button.is-loading .auth-button-loading,
.js-registration-restore .auth-button.is-loading .auth-button-loading,
.js-registration-confirmation .auth-button.is-loading .auth-button-loading {
  display: inline-block;
}

.auth-input,
.auth-textarea,
.auth-page input[type="text"],
.auth-page input[type="password"],
.auth-page input[type="email"],
.auth-page input[type="tel"],
.auth-page textarea {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  background: var(--auth-surface);
  border: 1px solid var(--auth-border);
  border-radius: 8px;
  color: var(--auth-text);
  font-size: 14px;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.auth-page textarea,
.auth-textarea {
  height: auto;
  min-height: 160px;
  padding: 16px;
  resize: vertical;
}

.auth-page input:focus,
.auth-page textarea:focus {
  border-color: var(--auth-primary);
  box-shadow:
    0 0 0 3px rgba(32, 181, 115, 0.22),
    0 8px 18px rgba(32, 181, 115, 0.12);
}

.js-auth .auth-input,
.js-auth input[type="text"],
.js-auth input[type="password"],
.js-auth input[type="email"],
.js-auth input[type="tel"],
.js-registration .auth-input,
.js-registration input[type="text"],
.js-registration input[type="email"],
.js-registration input[type="tel"],
.js-registration-restore .auth-input,
.js-registration-restore input[type="text"],
.js-registration-restore input[type="password"],
.js-registration-restore input[type="email"],
.js-registration-restore input[type="tel"],
.js-registration-confirmation .auth-input,
.js-registration-confirmation input[type="text"],
.js-registration-confirmation input[type="password"],
.js-registration-confirmation input[type="email"],
.js-registration-confirmation input[type="tel"] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  font-family: inherit;
}

.js-auth .auth-input::placeholder,
.js-auth input[type="text"]::placeholder,
.js-auth input[type="password"]::placeholder,
.js-auth input[type="email"]::placeholder,
.js-auth input[type="tel"]::placeholder,
.js-registration .auth-input::placeholder,
.js-registration input[type="text"]::placeholder,
.js-registration input[type="email"]::placeholder,
.js-registration input[type="tel"]::placeholder,
.js-registration-restore .auth-input::placeholder,
.js-registration-restore input[type="text"]::placeholder,
.js-registration-restore input[type="password"]::placeholder,
.js-registration-restore input[type="email"]::placeholder,
.js-registration-restore input[type="tel"]::placeholder,
.js-registration-confirmation .auth-input::placeholder,
.js-registration-confirmation input[type="text"]::placeholder,
.js-registration-confirmation input[type="password"]::placeholder,
.js-registration-confirmation input[type="email"]::placeholder,
.js-registration-confirmation input[type="tel"]::placeholder {
  color: var(--auth-text-muted);
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  font-family: inherit;
}

.auth-input-group {
  position: relative;
}

.auth-input-group .auth-input,
.auth-input-group input {
  padding-right: 48px;
}

.auth-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-toggle-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.auth-link {
  color: var(--auth-primary);
  text-decoration: none;
  font-weight: 570;
}

.auth-link:hover {
  color: var(--auth-primary-hover);
}

.js-auth .auth-actions .auth-link {
  font-size: 14px;
}

.auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.auth-center {
  text-align: center;
}

.auth-divider {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--auth-border);
  text-align: center;
  color: var(--auth-text-muted);
  font-size: 14px;
}

.auth-error,
.error-block {
  min-height: 20px;
  color: var(--auth-danger-text);
  font-size: 14px;
}

.auth-alert {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--auth-danger-border);
  background: var(--auth-danger-bg);
  color: var(--auth-danger-text);
  font-size: 14px;
  line-height: 1.5;
}

.auth-info {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--auth-info-border);
  background: var(--auth-info-bg);
  color: var(--auth-info-text);
  font-size: 0.875rem;
  line-height: 1.55;
}

.auth-info ol {
  margin: 12px 0 0;
  padding: 0;
  list-style-position: inside;
}

.auth-info li + li {
  margin-top: 8px;
}

.auth-info p {
  margin: 0;
}

.auth-note {
  color: var(--auth-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.auth-phone-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-phone-prefix {
  height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid var(--auth-border);
  border-radius: 8px;
  background: var(--auth-bg);
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 570;
}

.auth-flag {
  display: block;
  width: 24px;
  height: 16px;
}

.auth-phone-input {
  flex: 1 1 auto;
  min-width: 0;
}

.auth-input--mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.auth-validation {
  display: none;
  color: var(--auth-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.auth-validation.is-invalid {
  display: block;
  color: var(--auth-danger-text);
}

.auth-input.is-valid {
  border-color: var(--auth-primary);
  box-shadow:
    0 0 0 3px rgba(32, 181, 115, 0.22),
    0 8px 18px rgba(32, 181, 115, 0.12);
}

.auth-input.is-invalid {
  border-color: #DC2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.18);
}

.auth-policy {
  height: 192px;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid var(--auth-border);
  border-radius: 8px;
  background: var(--auth-bg);
  color: var(--auth-text);
  font-size: 12px;
  line-height: 1.5;
}

.auth-policy-block {
  display: grid;
  gap: 8px;
}

.auth-policy-title {
  margin: 0;
  color: var(--auth-text);
  font-size: 14px;
  line-height: 1.5;
}

.auth-policy-state {
  margin-left: 4px;
}

.auth-policy-state--unread,
.auth-policy-updated {
  color: var(--auth-text-muted);
}

.auth-policy-state--read {
  color: var(--auth-primary);
}

.auth-policy h3,
.auth-policy p,
.auth-policy ul {
  margin: 0;
}

.auth-policy h3 {
  font-size: 14px;
  font-weight: 570;
  line-height: 1.5;
}

.auth-policy > * + * {
  margin-top: 12px;
}

.auth-policy ul {
  padding-left: 16px;
  list-style-position: inside;
}

.auth-policy li + li {
  margin-top: 4px;
}

.auth-warning {
  color: var(--auth-warning-text);
  font-size: 12px;
  line-height: 1.5;
}

.auth-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: var(--auth-text);
  font-size: 14px;
  line-height: 1.5;
}

.auth-check span {
  flex: 1;
}

.auth-check input {
  margin-top: 2px;
}

.auth-agreements {
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--auth-border);
}

.auth-agreements-title {
  margin: 0;
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 570;
}

.auth-external-link {
  display: inline-flex;
  margin-left: 4px;
  line-height: 1;
}

.auth-external-link img {
  display: block;
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(58%) sepia(63%) saturate(554%) hue-rotate(103deg) brightness(89%) contrast(88%);
}

.auth-captcha-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.auth-recaptcha-row {
  align-items: flex-start;
}

.auth-captcha-box {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--auth-border);
  border-radius: 8px;
  background: var(--auth-bg);
}

.auth-captcha-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--auth-border);
  border-radius: 8px;
  background: var(--auth-bg);
}

.auth-captcha-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.auth-otp {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.auth-otp input,
.auth-page .auth-otp input[type="text"] {
  width: 48px;
  height: 56px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.auth-resend {
  color: var(--auth-text-muted);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.auth-button {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--auth-primary);
  background: var(--auth-primary);
  color: #fff;
  font-weight: 570;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.auth-button-label,
.auth-button-loading {
  display: block;
}

.auth-button-loading {
  display: none;
}

.auth-button.is-loading .auth-button-label {
  display: none;
}


.auth-recaptcha-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: var(--auth-text-muted);
  font-size: 12px;
  line-height: 16px;
}

.auth-recaptcha-disclaimer a {
  color: var(--auth-text-muted);
  text-decoration: none;
}

.auth-recaptcha-disclaimer a:hover {
  color: var(--auth-text);
}

.auth-button.is-loading .auth-button-loading {
  display: block;
}

.auth-button:hover,
.auth-button:focus {
  background: var(--auth-primary-hover);
  border-color: var(--auth-primary-hover);
  outline: none;
}

.auth-button.is-loading,
.auth-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.auth-button-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--auth-primary);
  font-size: 14px;
  font-weight: 570;
  cursor: pointer;
}

.auth-button-link:hover,
.auth-button-link:focus {
  color: var(--auth-primary-hover);
  outline: none;
}

.auth-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--auth-text-muted);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.auth-footer-link:hover {
  color: var(--auth-text);
}

.auth-footer-link .auth-svg,
.auth-alert-row .auth-svg {
  margin-bottom: 0;
}

.auth-svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.auth-svg--sm {
  width: 16px;
  height: 16px;
}

.auth-svg--md {
  width: 20px;
  height: 20px;
}

.auth-alert-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.auth-alert-row p {
  margin: 0;
}

.auth-success-block {
  display: none;
}

.auth-success-block .auth-info {
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .auth-page {
    padding: 16px;
  }

  .auth-card {
    padding: 24px 20px;
  }

  .js-registration-confirmation {
    transform: none;
  }

  .js-registration-confirmation .auth-hero {
    margin-bottom: 32px;
  }

  .auth-title,
  .auth-logo {
    font-size: 24px;
  }

  .auth-captcha-row,
  .auth-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .auth-phone-field {
    align-items: stretch;
    flex-direction: column;
  }

  .auth-otp input {
    width: 42px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.js-registration {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
}

.js-registration .auth-hero {
  margin-bottom: 32px;
  text-align: center;
}

.js-registration .auth-title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
}

.js-registration .auth-subtitle {
  margin: 0;
  color: var(--auth-text-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.js-registration .auth-card {
  border-radius: 8px;
  border: 1px solid var(--auth-border);
  box-shadow: none;
  padding: 24px;
}

.js-registration .auth-form {
  display: block;
}

.js-registration .auth-field + .auth-field {
  margin-top: 24px;
}

.js-registration .auth-field {
  display: block;
}

.js-registration .auth-label {
  display: block;
  margin-bottom: 8px;
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.js-registration .auth-input,
.js-registration input[type="text"],
.js-registration input[type="email"],
.js-registration input[type="tel"] {
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid var(--auth-border);
  background: var(--auth-surface);
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  font-family: inherit;
  box-shadow: none;
}

.js-registration .auth-input::placeholder,
.js-registration input[type="text"]::placeholder,
.js-registration input[type="email"]::placeholder,
.js-registration input[type="tel"]::placeholder {
  color: var(--auth-text-muted);
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  font-family: inherit;
}

.js-registration .auth-input:focus,
.js-registration input[type="text"]:focus,
.js-registration input[type="email"]:focus,
.js-registration input[type="tel"]:focus {
  border-color: var(--auth-primary);
  box-shadow: 0 0 0 2px rgba(32, 181, 115, 0.2);
}

.js-registration .auth-phone-field {
  align-items: center;
  gap: 8px;
}

.js-registration .auth-phone-prefix {
  height: 44px;
  padding: 0 16px;
  gap: 8px;
  border-radius: 8px;
  background: var(--auth-bg);
  color: var(--auth-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-family: inherit;
}

.js-registration .auth-phone-prefix span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  font-family: inherit;
}

.js-registration .auth-note {
  display: block;
  margin-top: 4px;
  color: var(--auth-text-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.js-registration .auth-validation {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.js-registration .auth-alert {
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
}

.js-registration .auth-alert-row {
  gap: 12px;
}

.js-registration .auth-alert-row p {
  font-size: 14px;
  line-height: 20px;
}

.js-registration .auth-agreements {
  display: block;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--auth-border);
}

.js-registration .auth-agreements-title {
  margin: 0;
  margin-bottom: 12px;
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.js-registration .auth-check {
  margin-bottom: 12px;
  gap: 12px;
  color: var(--auth-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.js-registration .auth-check span {
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.js-registration .auth-check input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border-radius: 4px;
  accent-color: var(--auth-primary);
  flex: 0 0 16px;
}

.js-registration .auth-external-link {
  margin-left: 0;
  align-items: center;
  gap: 4px;
}

.js-registration .auth-policy-block {
  display: block;
}

.js-registration .auth-policy-title {
  margin: 0 0 8px;
  color: var(--auth-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.js-registration .auth-policy-state {
  margin-left: 4px;
}

.js-registration .auth-policy-state--read {
  margin-left: 0;
}

.js-registration .auth-policy {
  height: 192px;
  overflow-y: auto;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--auth-border);
  background: var(--auth-bg);
  color: var(--auth-text);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.js-registration .auth-policy h3,
.js-registration .auth-policy p,
.js-registration .auth-policy ul {
  margin: 0;
}

.js-registration .auth-policy h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.js-registration .auth-policy > * + * {
  margin-top: 12px;
}

.js-registration .auth-policy ul {
  margin-left: 16px;
  padding-left: 16px;
  list-style-position: inside;
}

.js-registration .auth-policy li + li {
  margin-top: 4px;
}

.js-registration .auth-policy-updated {
  padding-top: 8px;
  color: var(--auth-text-muted);
}

.js-registration .auth-button {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--auth-primary);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  box-shadow: none;
  text-align: center;
  font-family: inherit;
}

.js-registration .auth-button-label,
.js-registration .auth-button-loading {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  font-family: inherit;
  vertical-align: top;
}

.js-registration .auth-button-loading {
  display: none;
}

.js-registration .auth-button.is-loading .auth-button-label {
  display: none;
}

.js-registration .auth-button.is-loading .auth-button-loading {
  display: inline-block;
}

.js-registration .auth-button:hover,
.js-registration .auth-button:focus {
  background: var(--auth-primary-hover);
  border-color: transparent;
}

.js-registration .auth-recaptcha-disclaimer {
  margin-top: 0;
  gap: 8px;
  color: var(--auth-text-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.js-registration .auth-divider {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--auth-border);
  color: var(--auth-text-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.js-registration .auth-link {
  font-weight: 500;
}

@media (max-width: 640px) {
  .js-registration .auth-title {
    font-size: 24px;
    line-height: 32px;
  }

  .js-registration .auth-card {
    padding: 24px 20px;
  }
}

@media (min-width: 768px) {
  .js-registration .auth-card {
    padding: 32px;
  }
}
