
.cc_BQufrBVjWP_register .auth-password__field, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc_BQufrBVjWP_register .auth-password__label, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__label {
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 600;
  color: var(--color-text-secondary);
}

.cc_BQufrBVjWP_register .auth-password__wrap, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.cc_BQufrBVjWP_register .auth-password__input, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__input {
  width: 100%;
  padding: 13px 48px 13px 16px;
  font-family: var(--font-body);
  font-size: var(--text-body);
  color: var(--color-text-primary);
  background: #faf9fd;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  outline: none;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
}

.cc_BQufrBVjWP_register .auth-password__input::placeholder, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__input::placeholder {
  color: var(--color-text-muted);
}

.cc_BQufrBVjWP_register .auth-password__input:focus, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__input:focus {
  background: #ffffff;
  border-color: #9b8afb;
  box-shadow: 0 0 0 3px rgba(155, 138, 251, 0.18);
}

.cc_BQufrBVjWP_register .auth-password__input[aria-invalid="true"], .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__input[aria-invalid="true"] {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.cc_BQufrBVjWP_register .auth-password__input:disabled, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cc_BQufrBVjWP_register .auth-password__toggle, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--color-text-muted);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 200ms ease, background-color 200ms ease;
}

.cc_BQufrBVjWP_register .auth-password__toggle:hover:not(:disabled), .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__toggle:hover:not(:disabled) {
  color: var(--color-text-primary);
  background: rgba(110, 91, 214, 0.08);
}

.cc_BQufrBVjWP_register .auth-password__toggle:disabled, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__toggle:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc_BQufrBVjWP_register .auth-password__toggle:focus-visible, .cc_BQufrBVjWP_TxgLNBoUYG .auth-password__toggle:focus-visible {
  outline: 2px solid #6e5bd6;
  outline-offset: 2px;
}

.cc_BQufrBVjWP_register .auth-social, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc_BQufrBVjWP_register .auth-social__buttons, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_BQufrBVjWP_register .auth-social__btn, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #ffffff;
  color: var(--color-text-primary);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease;
}

.cc_BQufrBVjWP_register .auth-social__btn:hover:not(:disabled), .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__btn:hover:not(:disabled) {
  border-color: rgba(110, 91, 214, 0.35);
  background: #faf9fd;
  box-shadow: 0 4px 14px rgba(110, 91, 214, 0.08);
}

.cc_BQufrBVjWP_register .auth-social__btn:disabled, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.cc_BQufrBVjWP_register .auth-social__btn:focus-visible, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__btn:focus-visible {
  outline: 2px solid #6e5bd6;
  outline-offset: 2px;
}

.cc_BQufrBVjWP_register .auth-social__divider, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__divider {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cc_BQufrBVjWP_register .auth-social__divider-line, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__divider-line {
  flex: 1;
  height: 1px;
  background: rgba(110, 91, 214, 0.14);
}

.cc_BQufrBVjWP_register .auth-social__divider-text, .cc_BQufrBVjWP_TxgLNBoUYG .auth-social__divider-text {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: lowercase;
}
