.header-actions{display:flex;gap:10px;align-items:center}.form-dialog{width:min(720px,calc(100vw - 32px));max-height:calc(100vh - 50px);border:0;border-radius:20px;padding:0;box-shadow:0 24px 70px #1c2b2260;color:var(--text)}.form-dialog::backdrop{background:#1d2a2380;backdrop-filter:blur(2px)}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 24px 16px;border-bottom:1px solid var(--line)}.dialog-head h3{font-size:22px;margin:5px 0 0}.dialog-head .eyebrow{font-size:11px;letter-spacing:1.5px;color:var(--muted);font-weight:700}.dialog-close{border:0;background:#eef2ee;width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}.modal-form{padding:22px 24px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;overflow:auto}.modal-form label{display:grid;gap:7px;color:var(--muted);font-size:14px;font-weight:600}.modal-form input:not([type=checkbox]),.modal-form select,.modal-form textarea{width:100%;height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fff;color:var(--text)}.modal-form textarea{height:90px;padding:10px 12px;resize:vertical}.modal-form input[type=checkbox],.edit-form input[type=checkbox]{appearance:auto;width:18px!important;height:18px!important;min-width:18px;margin:4px 0;padding:0;box-shadow:none}.span-2,.modal-actions{grid-column:1/-1}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}@media(max-width:600px){.modal-form{grid-template-columns:1fr}.span-2,.modal-actions{grid-column:auto}}
