:root{
  --ashais-yellow:#d6b84b;
  --ashais-yellow-dark:#c6a63b;
  --ashais-graphite:#686572;
  --ashais-graphite-dark:#504d58;
  --black:#171717;
  --text:#2b2b2b;
  --muted:#767676;
  --border:#dcdcdc;
  --soft:#f6f6f6;
  --error:#b42318;
  --success:#1d6b3b;
}
*{box-sizing:border-box}
html{font-family:"Inter",Arial,sans-serif;color:var(--text);background:#fff}
body{margin:0;background:#fff}
.registration-page{background:#fff}
.registration-wrap{width:min(920px,100%);margin:0 auto;padding:18px 0 28px}
.registration-head{padding:0 0 24px;margin-bottom:26px;border-bottom:1px solid #e5e5e5}
.registration-kicker{display:inline-block;margin-bottom:9px;color:var(--ashais-graphite);font-size:12px;line-height:1;font-weight:800;letter-spacing:.12em}
.registration-head h1{margin:0;color:var(--black);font-size:clamp(24px,3.2vw,38px);line-height:1.08;font-weight:800;letter-spacing:-.035em}
.registration-head p{margin:11px 0 0;color:var(--muted);font-size:14px;line-height:1.55}

.registration-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.registration-link{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--ashais-graphite-dark);border-radius:2px;background:var(--ashais-graphite);color:#fff;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.035em;transition:background .15s ease,color .15s ease}
.registration-link:hover{background:var(--ashais-graphite-dark)}
.registration-link--secondary{background:#fff;color:var(--ashais-graphite-dark)}
.registration-link--secondary:hover{background:var(--ashais-graphite);color:#fff}

.registration-form{margin:0}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 26px}
.field{min-width:0}.field--full{grid-column:1/-1}
.field>label{display:block;margin:0 0 8px;color:var(--black);font-size:13px;font-weight:700}
.field input[type="text"],.field input[type="date"],.field select{width:100%;height:48px;padding:0 14px;border:1px solid var(--border);border-radius:2px;background:#fff;color:var(--black);font:500 15px/1 "Inter",Arial,sans-serif;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.field input:focus,.field select:focus{border-color:var(--ashais-graphite);box-shadow:0 0 0 1px var(--ashais-graphite)}
.field select{cursor:pointer}.field input.has-error,.field select.has-error{border-color:var(--error);box-shadow:0 0 0 1px var(--error)}
.field input[readonly]{background:#f7f7f7;color:#111;font-weight:800;cursor:default}
.field-help{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.3}
.field-error{min-height:16px;margin:5px 0 0;color:var(--error);font-size:11px;line-height:1.25}
.gender-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice-pill{position:relative;display:block;cursor:pointer}
.choice-pill input{position:absolute;opacity:0;pointer-events:none}
.choice-pill span{display:flex;height:48px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:2px;background:#fff;color:var(--ashais-graphite-dark);font-size:14px;font-weight:700;transition:.15s ease}
.choice-pill input:checked+span{border-color:var(--ashais-yellow-dark);background:var(--ashais-yellow);color:#38353e}
.choice-pill input:focus-visible+span{outline:2px solid var(--ashais-graphite);outline-offset:2px}
.form-footer{display:flex;align-items:center;gap:18px;margin-top:8px;padding-top:18px;border-top:1px solid #ececec}
.submit-button{min-height:46px;border:1px solid var(--ashais-graphite-dark);border-radius:2px;padding:0 24px;background:var(--ashais-graphite);color:#fff;font:800 13px/1 "Inter",Arial,sans-serif;letter-spacing:.035em;cursor:pointer;transition:background .15s ease,transform .08s ease}
.submit-button:hover{background:var(--ashais-graphite-dark)}
.submit-button:active{transform:translateY(1px)}
.submit-button:disabled{opacity:.55;cursor:wait}
.status{display:none;font-size:13px;line-height:1.45;font-weight:600}.status.show{display:block}.status.success{color:var(--success)}.status.error{color:var(--error)}

.registration-success{padding:38px 0 18px;text-align:left}
.registration-success[hidden]{display:none}
.success-mark{display:flex;width:54px;height:54px;align-items:center;justify-content:center;margin:0 0 18px;border-radius:50%;background:var(--ashais-yellow);color:#38353e;font-size:28px;font-weight:800}
.success-kicker{margin-bottom:9px;color:var(--ashais-graphite);font-size:12px;line-height:1;font-weight:800;letter-spacing:.12em}
.registration-success h2{margin:0;color:var(--black);font-size:clamp(25px,3vw,36px);line-height:1.08;font-weight:800;letter-spacing:-.035em}
.success-participant{margin:14px 0 26px;color:var(--ashais-graphite-dark);font-size:15px;line-height:1.55;font-weight:700}
.next-button{min-height:46px;border:1px solid var(--ashais-graphite-dark);border-radius:2px;padding:0 24px;background:var(--ashais-graphite);color:#fff;font:800 13px/1 "Inter",Arial,sans-serif;letter-spacing:.035em;cursor:pointer;transition:background .15s ease,transform .08s ease}
.next-button:hover{background:var(--ashais-graphite-dark)}
.next-button:active{transform:translateY(1px)}
.honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.list-shell{max-width:980px;margin:0 auto;padding:26px 16px 60px}.list-head{background:#fff;padding:0 0 22px;margin-bottom:18px;border-bottom:1px solid #e5e5e5}.list-head h1{margin:0 0 7px;color:var(--black);font-size:30px;font-weight:800;letter-spacing:-.03em}.list-head p{margin:0;color:var(--muted)}.list-card{background:#fff;overflow:hidden}.participants-table{width:100%;border-collapse:collapse}.participants-table th,.participants-table td{padding:12px 14px;border-bottom:1px solid #e8e8e8;text-align:left}.participants-table th{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#fff;color:#222}.participants-table td:first-child,.participants-table th:first-child{width:70px;text-align:center}.empty-list{padding:28px 16px;text-align:center;color:#6b7280}.top-links{margin:0 0 14px}.top-links a{color:var(--ashais-graphite);text-decoration:none;font-weight:700}
@media(max-width:700px){.registration-links{display:grid;grid-template-columns:1fr 1fr}.registration-link{padding:0 10px}.registration-success{padding-top:28px}.next-button{width:100%}.registration-wrap{padding:12px 0 22px}.registration-head{margin-bottom:20px;padding-bottom:18px}.form-grid{grid-template-columns:1fr;gap:15px}.field--full{grid-column:auto}.form-footer{align-items:flex-start;flex-direction:column;gap:12px}.submit-button{width:100%}.list-shell{padding:18px 8px 40px}.list-head h1{font-size:24px}.list-card{overflow-x:auto}.participants-table{min-width:700px}.participants-table th,.participants-table td{padding:10px 9px}}

/* Participant list filters */
.participant-filters{display:grid;grid-template-columns:minmax(180px,230px) minmax(260px,1fr) auto;gap:14px;align-items:end;margin:0 0 12px;padding:0 0 16px;background:#fff;border:0;border-bottom:1px solid #e7e7e7}
.filter-field{min-width:0}
.filter-field label{display:block;margin:0 0 7px;color:var(--black);font-size:12px;font-weight:800}
.filter-field select{width:100%;height:44px;padding:0 38px 0 12px;border:1px solid var(--border);border-radius:2px;background:#fff;color:var(--black);font:600 14px/1 "Inter",Arial,sans-serif;outline:none;cursor:pointer}
.filter-field select:focus{border-color:var(--ashais-graphite);box-shadow:0 0 0 1px var(--ashais-graphite)}
.clear-filters{height:44px;padding:0 16px;border:1px solid var(--ashais-graphite);border-radius:2px;background:#fff;color:var(--ashais-graphite-dark);font:800 12px/1 "Inter",Arial,sans-serif;cursor:pointer;white-space:nowrap}
.clear-filters:hover:not(:disabled){background:var(--ashais-graphite);color:#fff}
.clear-filters:disabled{opacity:.38;cursor:default}
.list-summary{min-height:20px;margin:0 0 10px;color:var(--muted);font-size:12px;font-weight:700}
.group-badge{display:inline;color:var(--text);font-size:inherit;font-weight:700;background:transparent;padding:0;border-radius:0}
@media(max-width:700px){
  .participant-filters{grid-template-columns:1fr;gap:12px;padding:12px}
  .clear-filters{width:100%}
  .list-summary{padding:0 4px}
}
