.her-wrap{max-width:900px;margin:0 auto}
.her-grid{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:700px){.her-grid{grid-template-columns:1fr 1fr}}
.her-field label{display:block;margin:6px 0 4px;font-weight:600}
.her-field input,.her-field select,.her-field textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px}
.her-btn{display:inline-block;padding:10px 14px;border:0;border-radius:6px;background:#000;color:#fff;cursor:pointer;margin:8px 0}
.her-secondary{background:#333}
.her-rows{margin:8px 0;display:flex;flex-direction:column;gap:8px}
.her-row{display:flex;gap:8px;align-items:center}
.her-row input{flex:1}
.her-row .her-remove{padding:8px 12px;border:1px solid #ddd;background:#f6f6f6;border-radius:6px;cursor:pointer}
.her-result{margin-top:10px}
.her-hint{font-size:14px;color:#666}
.her-contact{margin-top:18px}
.her-drop{border:2px dashed #bbb;border-radius:8px;padding:10px;text-align:center;margin-bottom:10px}
.her-drop.dragover{border-color:#000}
.her-note{font-size:12px;color:#666}
.her-status{margin-top:8px}