.dc-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.68);backdrop-filter:blur(6px)}
.dc-modal.is-open{display:flex}.dc-dialog{width:min(100%,560px);max-height:min(88vh,760px);overflow:auto;background:#fff;border-radius:18px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.3)}
.dc-heading h2,.dc-form h3{margin:0 0 6px;color:#0d47a1}.dc-heading p{margin:0 0 16px;color:#64748b}.dc-message{margin:0 0 12px;padding:10px 12px;border-radius:9px;background:#e8f5e9;color:#1b5e20}
.dc-candidates{display:grid;gap:10px}.dc-candidate{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;width:100%;padding:10px;border:1px solid #dbe5ee;border-radius:12px;background:#fff;text-align:left;cursor:pointer}.dc-candidate:hover{border-color:#1976d2;background:#f5faff}.dc-candidate img{width:48px;height:48px;border-radius:50%;object-fit:cover}.dc-candidate span{display:grid}.dc-candidate strong{color:#172033}.dc-candidate small{color:#64748b}.dc-candidate em{font-size:12px;font-style:normal;font-weight:700;color:#1565c0}
.dc-add-child{width:100%;margin-top:12px;padding:11px;border:1px dashed #1976d2;border-radius:10px;background:#eef7ff;color:#0d47a1;font-weight:700;cursor:pointer}.dc-pin-panel{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.dc-form{display:grid;gap:11px}.dc-child-form{grid-template-columns:1fr 1fr}.dc-form h3,.dc-form-actions,.dc-form-error,.dc-help{grid-column:1/-1}.dc-form label{display:grid;gap:5px;color:#334155;font-size:13px;font-weight:600}.dc-form input,.dc-form select{width:100%;min-height:42px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font:inherit}.dc-form input:focus,.dc-form select:focus{outline:3px solid rgba(21,101,192,.14);border-color:#1565c0}.dc-help{margin:0;color:#64748b;font-size:12px}.dc-form-actions{display:flex;justify-content:flex-end;gap:8px}.dc-form-actions button{min-height:40px;padding:8px 15px;border:0;border-radius:9px;font-weight:700;cursor:pointer}.dc-form-actions button[type=submit]{background:#1565c0;color:#fff}.dc-form-actions button[type=button]{background:#e2e8f0;color:#334155}.dc-form-actions button:disabled{opacity:.6;cursor:wait}.dc-form-error{min-height:18px;color:#c62828;font-size:13px}
@media(max-width:576px){.dc-modal{padding:8px;align-items:flex-end}.dc-dialog{max-height:92vh;border-radius:16px 16px 0 0;padding:16px}.dc-child-form{grid-template-columns:1fr}.dc-candidate{grid-template-columns:42px 1fr auto}.dc-candidate img{width:42px;height:42px}.dc-candidate em{max-width:70px;text-align:right}.dc-form-actions button{flex:1}}

