.candidateModal{width:min(760px,calc(100% - 32px));max-height:calc(100vh - 32px);padding:0;border:0;border-radius:26px;background:#f7fbff;color:#092b55;box-shadow:0 30px 90px rgba(0,24,64,.4);overflow:hidden}
.candidateModal::backdrop{background:rgba(0,20,50,.72);backdrop-filter:blur(5px)}
.candidateForm{position:relative;box-sizing:border-box;max-height:calc(100vh - 32px);padding:34px;overflow-y:auto;overscroll-behavior:contain}
.candidateForm h2{margin:12px 0 10px;font-size:clamp(2rem,5vw,3.4rem);line-height:1;color:#082d60}
.candidateForm h2 em{color:#0d73c8;font-style:normal;font-weight:400}
.candidateForm>p{margin:0 0 24px;line-height:1.55;color:#365473}
.candidateClose{position:absolute;top:18px;right:20px;width:42px;height:42px;border:0;border-radius:50%;background:#e4eef8;color:#082d60;font-size:29px;line-height:1;cursor:pointer}
.candidateFields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.candidateFields label{display:grid;gap:7px;font-weight:700;font-size:14px}
.candidateFields input,.candidateFields textarea{width:100%;box-sizing:border-box;border:1px solid #bdd0e2;border-radius:12px;background:#fff;padding:13px 14px;color:#102f50;font:inherit;outline:none}
.candidateFields input:focus,.candidateFields textarea:focus{border-color:#1678ce;box-shadow:0 0 0 3px rgba(22,120,206,.14)}
.candidateFull{grid-column:1/-1}
.candidateFile{padding:16px;border-radius:14px;background:#e9f3fc}
.candidateFile input{padding:10px;background:#fff}
.candidateFile small{font-weight:400;line-height:1.45;color:#4d657d}
.candidatePrivacy{display:flex;align-items:flex-start;gap:10px;margin:18px 0;color:#365473;font-size:14px;line-height:1.45}
.candidatePrivacy input{margin-top:3px}
.candidateSubmit{position:sticky;bottom:0;z-index:2;width:100%;justify-content:center;border:0;cursor:pointer;box-shadow:0 -10px 22px rgba(247,251,255,.92)}
body.candidateModalOpen{overflow:hidden}
@media(max-width:640px){.candidateForm{max-height:calc(100vh - 20px);padding:28px 20px 18px}.candidateFields{grid-template-columns:1fr}.candidateFull{grid-column:auto}.candidateClose{top:12px;right:12px}.candidateModal{width:calc(100% - 20px);max-height:calc(100vh - 20px);border-radius:20px}.candidateSubmit{min-height:52px;margin-top:4px}}
