.athlete-intake-form {
  font-family: Arial, sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: #fafafa;
}

.athlete-intake-form .logo {
  max-width: 200px;
  display: block;
  margin-bottom: 16px;
}

.athlete-intake-form .group {
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 16px;
  background: #fff;
}

.athlete-intake-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.athlete-intake-form legend {
  font-weight: 700;
  margin-bottom: 8px;
}

.athlete-intake-form .field {
  margin-bottom: 12px;
}

.athlete-intake-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.athlete-intake-form input,
.athlete-intake-form select,
.athlete-intake-form textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}

.athlete-intake-form button {
  background: #0066cc;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.athlete-intake-form button:hover {
  background: #004a99;
}

.athlete-intake-form .message {
  color: #046155;
  font-weight: 600;
  margin-top: 12px;
}

.athlete-intake-form .message.error {
  color: #a00;
}

.athlete-intake-form .hidden {
  display: none;
}
