/* Scoped to this page; identical control styling to Edit Venue */
.create-account .form-grid { display:grid; gap:1rem; grid-template-columns:1fr; }

.create-account .form-row { display:flex; flex-direction:column; gap:.35rem; }
.create-account .form-row label { color:#a9b8dc; font-size:.95rem; }

.create-account .form-row input,
.create-account .form-row textarea,
.create-account .form-row select {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  color: #e9f3ff;
  border-radius: 12px;
  padding: .7rem .9rem;
  width: 100%;
}

.create-account .edit-actions { 
  display:flex; gap:.6rem; justify-content:flex-end; margin-top:.5rem; 
}

.create-account .agree-row {
  display:flex; align-items:center; gap:.6rem; color:#a9b8dc; margin-top:.5rem;
}

.create-account .create-dialog::backdrop { background: rgba(0,0,0,.55); }

.create-account .section-sep {
  border:0; height:1px; background:rgba(255,255,255,.08); margin:1rem 0;
}
