.intake-consent { margin: 16px 0; padding: 14px; border: 1px solid #49453a; border-radius: 6px; color: #c8bea9; font-size: 14px; line-height: 1.7; background: #24231e; }
.intake-consent summary { cursor: pointer; font-weight: 600; color: #dccdad; }
.intake-consent p { margin: 8px 0; }
.intake-consent label { display: flex; gap: 9px; align-items: flex-start; margin-top: 12px; cursor: pointer; }
.intake-consent input[type=checkbox] { width: 18px; height: 18px; flex: none; margin-top: 4px; accent-color: #cca866; }
.intake-status { margin: 12px 0; font-size: 14px; line-height: 1.7; color: #c5b79d; overflow-wrap: anywhere; }
.intake-error { color: #f0b2aa; }
.intake-success { color: #e4d6b9 !important; background: #29271f !important; line-height: 1.8; overflow-wrap: anywhere; }
.intake-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.intake-challenge { margin: 10px 0; min-height: 0; }
button[type=submit]:disabled { cursor: not-allowed; opacity: .58; }
form[aria-busy=true] { border-bottom: 4px solid #cca866; padding-bottom: 12px; }
