body {
  background: #111;
  color: #eee;
  font-family: system-ui;
  padding: 40px;
}

.contract-box {
  max-width: 800px;
  margin: auto;
  background: #1a1a1a;
  padding: 32px;
  border-radius: 12px;
}

.contract-text {
  background: #121212;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 14px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
  margin-top: 6px;
}

.agree {
  font-size: 14px;
}
.agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}

.agree input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
}

button {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  font-weight: bold;
  background: #c62828;
  color: #fff;
  border: none;
  border-radius: 8px;
}

.law {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  opacity: 0.6;
}
