.login-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 80px 24px 60px;
  text-align: center;
}

.login-title {
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1e;
  margin-bottom: 8px;
}

.login-subtitle {
  font-size: 15px;
  color: #8e8e93;
  line-height: 1.55;
  margin-bottom: 10px;
}

#auth-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.otp-input {
  text-align: center;
  letter-spacing: 8px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.otp-hint {
  font-size: 15px;
  color: #636366;
  line-height: 1.5;
}

.otp-hint strong {
  color: #1c1c1e;
}

.phone-input {
  margin-bottom: 12px;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  margin-bottom: 4px;
  cursor: pointer;
}

.consent-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #e8366a;
}

.consent-row span {
  font-size: 12.5px;
  line-height: 1.5;
  color: #8e8e93;
}

.consent-row a {
  color: #e8366a;
  text-decoration: underline;
}

.otp-timer {
  font-size: 14px;
  color: #8e8e93;
  line-height: 1.5;
}