.sc-otp-auth {
  width: min(100%, 520px);
  margin: 28px auto;
  padding: 24px;
  color: #fff;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  text-align: left;
}

.sc-otp-auth h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
}

.sc-otp-auth p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.sc-otp-auth label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 700;
}

.sc-otp-auth input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
}

.sc-otp-auth button {
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  background: #1683ff;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.sc-otp-auth button:disabled {
  opacity: 0.62;
  cursor: progress;
}

.sc-otp-auth .sc-otp-secondary {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.sc-otp-status {
  min-height: 24px;
  margin-top: 14px;
  font-weight: 700;
}

.sc-otp-status[data-status-type="ready"] {
  color: #6ee7a8;
}

.sc-otp-status[data-status-type="error"] {
  color: #ff8c8c;
}

.sc-otp-status[data-status-type="loading"] {
  color: #9dccff;
}
