.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; color: var(--text-secondary); margin-bottom: 5px; }
.assess-form input[type="text"],
.assess-form input[type="date"],
.assess-form input[type="time"],
.assess-form input[type="password"],
.assess-form input:not([type]),
.assess-form select,
.assess-form textarea,
.login-form input,
.event-form input,
.event-form select,
.event-form textarea,
.faq-search,
input[type="search"] {
  width: 100%; padding: 11px 12px; min-height: 44px; font-size: 15px;
  border: 1px solid var(--border-strong); border-radius: var(--radius);
  background: #fff; color: var(--text); font-family: inherit;
}
.assess-form textarea, .event-form textarea { min-height: 70px; }
.code-area { font-family: ui-monospace, Menlo, monospace; font-size: 12px; }

.hint { font-size: 12px; color: var(--text-muted); margin: 4px 0 0; }

/* checkboxes / radios — 44px tap targets */
.check, .radio {
  display: flex; align-items: center; gap: 10px; min-height: 44px;
  font-size: 14px; cursor: pointer; padding: 4px 0;
}
.check input, .radio input { width: 20px; height: 20px; flex-shrink: 0; }
.check-required { font-weight: 500; }
.radio-row { display: flex; gap: 18px; flex-wrap: wrap; }

.ppe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }

/* multi-step */
.stepper { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.step-dot {
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--border-strong); color: var(--text-muted); font-weight: 500;
}
.step-dot.current { background: var(--artifis-charcoal); color: #fff; border-color: var(--artifis-charcoal); }
.step-dot.done { background: var(--status-pass); color: #fff; border-color: var(--status-pass); }

.step { background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--radius-card); padding: 18px; margin-bottom: 16px; }
.step-title { margin: 0 0 6px; font-size: 17px; }

.elig { border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 14px; margin-bottom: 12px; }
.elig.elig-block { background: var(--status-block-bg); border-color: var(--status-block-border); }
.elig.elig-warn { background: var(--status-warn-bg); border-color: var(--status-warn-border); }
.elig.elig-ok { background: var(--status-pass-bg); border-color: var(--status-pass-border); }
.elig .q { font-weight: 500; margin: 0 0 8px; }
.elig-msg { font-size: 12px; margin-top: 8px; }

.blocked-banner { background: var(--status-block-bg); color: var(--status-block); border: 1px solid var(--status-block-border); padding: 14px; border-radius: var(--radius); margin-bottom: 14px; }

.form-nav { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.review-summary table { width: 100%; border-collapse: collapse; }
.review-summary td { border-bottom: 1px solid var(--border); padding: 6px 8px; font-size: 13px; }
.review-summary td:first-child { color: var(--text-muted); width: 45%; }
.event-form { display: flex; flex-direction: column; gap: 4px; max-width: 520px; }
