:root { --purple: #8000ff; --purple-dark: #5600ad; --purple-light: #f3eaff; --ink: #253448; --muted: #59616b; --light-muted: #727d8b; --border: #dfe3e8; }
* { box-sizing: border-box; }
body { margin: 0; background: linear-gradient(180deg, #f9f7fc 0, #fff 330px); color: var(--ink); font: 16px/1.6 Avenir, Helvetica, Arial, sans-serif; }
.page-shell { background: #fff; box-shadow: 0 8px 32px rgb(40 25 70 / 7%); max-width: 1140px; margin: 32px auto; padding: 40px 48px 56px; text-align: center; }
h1 { color: var(--ink); font-weight: 700; letter-spacing: -.03em; margin: 0 0 18px; font-size: clamp(2rem, 4vw, 2.8rem); }
h2 { color: var(--muted); font-size: 1.5rem; margin: 28px 0 10px; }
h3 { color: var(--light-muted); font-size: 1.25rem; margin: 18px 0 8px; }
p { margin: 0 0 16px; }
.team-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.team-nav { border-bottom: 1px solid var(--border); padding-bottom: 16px; }
.team-nav a, .button { border: 1px solid transparent; border-radius: 999px; cursor: pointer; display: inline-block; font: inherit; font-weight: 600; padding: 9px 16px; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.team-nav a { color: var(--purple); }
.team-nav a:hover, .team-nav a[aria-current="page"] { background: var(--purple); color: #fff; }
.team-nav a:hover, .button:hover { transform: translateY(-1px); }
.main-container { padding-top: 40px; }
.information, .signup-area { text-align: left; }
.team-photo { border-radius: 12px; box-shadow: 0 10px 24px rgb(25 20 35 / 16%); display: block; max-width: 100%; height: auto; }
.indent { padding-left: 1.25rem; }
.coach h3 { padding-top: 4px; }
.section-title, .signup-title { padding-bottom: 24px; text-align: center; }
.note { color: var(--purple); }
.signup-area { background: #fcfbff; border: 1px solid #ece6f5; border-radius: 14px; margin-top: 32px; padding: 8px 28px 28px; }
.signup-area hr { border: 0; border-top: 1px solid var(--border); margin-bottom: 28px; }
fieldset { border: 0; border-top: 1px solid var(--border); margin: 20px 0; padding: 18px 0 0; }
legend { color: var(--light-muted); font-size: 1.25rem; font-weight: 700; padding: 0 8px 0 0; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
label, .choice-group > span { display: block; font-weight: 600; }
input, select, textarea { background: #fff; border: 1px solid #b8b8b8; border-radius: 7px; color: var(--ink); display: block; font: inherit; margin-top: 5px; padding: 9px 10px; transition: border-color .15s ease, box-shadow .15s ease; width: 100%; }
input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 .2rem rgb(128 0 255 / 15%); outline: 0; }
.choice-group { margin: 20px 0; }
.choice-group label { display: block; font-weight: 400; margin: 6px 0; }
.choice-group input { display: inline-block; margin: 0 5px 0 0; padding: 0; width: auto; }
small { color: var(--muted); display: block; }
.message-label { margin-top: 20px; }.message-label textarea { resize: vertical; }
.button-primary { background: var(--purple); box-shadow: 0 4px 12px rgb(128 0 255 / 22%); color: #fff; }.button-primary:hover { background: var(--purple-dark); }
.signup-toggle { background: var(--purple); bottom: 24px; color: #fff; position: fixed; right: 24px; }.signup-toggle.is-open { background: #6c757d; }
.alert { border: 1px solid #dc3545; border-radius: 4px; color: #842029; background: #f8d7da; margin: 12px 0; padding: 12px; }
.alert.is-error { border-color: #dc3545; color: #842029; background: #f8d7da; }
@media (max-width: 640px) { .page-shell { box-shadow: none; margin: 0; padding: 26px 16px 56px; }.form-grid { grid-template-columns: 1fr; }.indent { padding-left: .5rem; }.signup-area { padding: 6px 18px 20px; }.signup-toggle { bottom: 16px; right: 16px; } }
