body {
  background: #1f2227;
  color: white;
  font-family: Inter, Arial, sans-serif;
}

.page {
  max-width: 600px;
  margin: 50px auto;
  background: #020617;
  padding: 32px;
  border-radius: 22px;
}

h1 {
  color: #38bdf8;
}

.subtitle {
  color: #94a3b8;
  margin-bottom: 26px;
}

input, textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #242830;
  color: white;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button {
  background: linear-gradient(135deg,#f0c27b,#e0b36a);
  border: none;
  padding: 12px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.small {
  font-size: 13px;
  color: #9aa0a6;
  margin-top: 14px;
}
