/* Eligibility root — an intentional quiet field at rest, not a blank skeleton.
   The buyer journey lives at /i/{invite_id}, the agent surface at /agent; this
   is the bare front door: one quiet mark on a near-white field of rest. */
html, body { margin: 0; background: var(--bg); color: var(--text);
  font-family: Inter, system-ui, sans-serif; font-weight: 400; }

.field-rest {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-5);
}

/* A single quiet mark — light weight, tertiary tone; it identifies the field,
   it does not sell or perform. Weight carries the hush, not size. */
.wordmark {
  margin: 0;
  color: var(--text-tertiary);
  font-weight: var(--weight-light);
  font-size: var(--text-title);
  letter-spacing: 0.02em;
}
