/* Personnel identity and responsive business-role cards. */
.form-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 8px;padding:11px 13px;border-left:4px solid var(--party-red);border-radius:6px;background:#fff5e7}.form-section-title b{color:var(--party-dark);font-size:15px}.form-section-title span{color:var(--muted);font-size:12px}.modal label>small{color:var(--muted);font-size:11px;font-weight:500;line-height:1.35}
.business-roles{margin-top:18px;padding:15px;border:1px solid #e7cbc2;border-radius:12px;background:linear-gradient(145deg,#fffdfb,#fff8ef)}.business-roles-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.business-roles-head b{display:block;color:var(--party-dark);font-size:15px}.business-roles-head small{display:block;margin-top:4px;color:var(--muted)}.business-roles-head>span{padding:5px 9px;border-radius:20px;background:#fff0cf;color:#8a5700;font-size:11px;font-weight:700;white-space:nowrap}
.role-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.role-choice{position:relative!important;display:grid!important;grid-template-columns:38px 1fr 23px!important;align-items:center;gap:10px!important;min-height:74px;margin:0!important;padding:11px!important;border:1px solid #eaded9;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .16s,box-shadow .16s,transform .16s}.role-choice:hover{border-color:#d49b90;box-shadow:0 5px 14px #7f001812;transform:translateY(-1px)}.role-choice:has(input:checked){border-color:var(--party-red);background:linear-gradient(135deg,#fff5e8,#fff);box-shadow:inset 3px 0 var(--party-red),0 4px 13px #8f001b14}.role-choice>input{position:absolute;width:1px!important;height:1px;opacity:0;pointer-events:none}.role-choice-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#f4e8e3;color:#8b2635;font-size:19px}.role-choice:has(input:checked) .role-choice-icon{background:var(--party-red);color:#fff5c7}
.role-choice-copy{min-width:0}.role-choice-copy b{display:block;color:#52332f;font-size:13px}.role-choice-copy small{display:block;margin-top:4px;color:#8a7470;font-size:10px;font-weight:500;line-height:1.3}.role-choice-check{width:21px;height:21px;display:grid;place-items:center;border:1px solid #d9c7c1;border-radius:50%;color:transparent;background:#fff;font-size:12px}.role-choice input:checked~.role-choice-check{border-color:var(--party-red);background:var(--party-red);color:#fff}.role-choice input:focus-visible~.role-choice-check{outline:3px solid #d3193640}.person-role-summary{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;padding:12px 14px;border-radius:9px;background:#fff4df;border:1px solid #eed3a3}.person-role-summary b{color:var(--party-dark);font-size:16px}.person-role-summary span{color:var(--muted);font-size:12px}.personnel-scroll table{min-width:1180px}
@media(max-width:700px){.form-section-title,.business-roles-head{flex-direction:column}.role-choice-grid{grid-template-columns:1fr}.business-roles{padding:11px}.business-roles-head>span{white-space:normal}.role-choice{min-height:68px}.modal form:has(.business-roles){width:min(620px,100%)}}
