.mcdr-qmodal{position:fixed;inset:0;z-index:100003;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.mcdr-qmodal[aria-hidden="false"]{display:flex}
.mcdr-qmodal__backdrop{position:absolute;inset:0;background:rgba(10,31,51,.62);backdrop-filter:blur(3px)}
.mcdr-qmodal__card{position:relative;width:100%;max-width:520px;background:#fff;border-radius:16px;box-shadow:0 24px 70px rgba(10,31,51,.35);max-height:calc(100vh - 40px);overflow-y:auto}
.mcdr-qmodal__close{position:absolute;top:12px;right:14px;width:32px;height:32px;border:none;background:transparent;font-size:24px;line-height:1;color:#94A3B8;cursor:pointer;z-index:2}
.mcdr-qmodal__close:hover{color:#0a1f33}
.mcdr-qmodal__head{padding:30px 30px 20px;border-bottom:1px solid #EEF2F7}
.mcdr-qmodal__eyebrow{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0d4c92;margin-bottom:8px}
.mcdr-qmodal__title{margin:0 0 4px;font-size:22px;font-weight:700;color:#0a1f33;line-height:1.25}
.mcdr-qmodal__sub{margin:0 0 18px;font-size:14px;color:#475569;line-height:1.5}
.mcdr-qmodal__progress{display:flex;gap:6px}
.mcdr-qmodal__dot{width:24px;height:5px;border-radius:9999px;background:#E2E8F0}
.mcdr-qmodal__dot.is-active,.mcdr-qmodal__dot.is-done{background:#0d4c92}
.mcdr-qmodal__dot.is-done{opacity:.55}
.mcdr-qmodal[data-state="softfail"] .mcdr-qmodal__progress,
.mcdr-qmodal[data-state="softfail"] .mcdr-qmodal__eyebrow,
.mcdr-qmodal[data-state="softfail"] .mcdr-qmodal__title,
.mcdr-qmodal[data-state="softfail"] .mcdr-qmodal__sub{display:none}
.mcdr-qmodal__step{display:none;padding:24px 30px 22px}
.mcdr-qmodal__step.is-active{display:block}
.mcdr-qmodal__label{display:block;font-size:15px;font-weight:600;color:#0a1f33;margin-bottom:14px}
.mcdr-qmodal__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mcdr-qmodal__grid--single{grid-template-columns:1fr}
.mcdr-qmodal__choice{padding:14px 12px;border:1.5px solid #E2E8F0;border-radius:10px;background:#fff;color:#0a1f33;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;text-align:center}
.mcdr-qmodal__choice:hover{border-color:#0d4c92;background:#e8f3fc;color:#0d4c92}
.mcdr-qmodal__choice.is-selected{border-color:#0d4c92;background:#0d4c92;color:#fff}
.mcdr-qmodal__select,.mcdr-qmodal__field input{width:100%;padding:12px 14px;border:1.5px solid #E2E8F0;border-radius:10px;font-size:15px;font-family:inherit;box-sizing:border-box}
.mcdr-qmodal__field{margin-bottom:14px}
.mcdr-qmodal__field-label{display:block;font-size:13px;font-weight:500;color:#475569;margin-bottom:6px}
.mcdr-qmodal__actions{display:flex;gap:10px;margin-top:20px}
.mcdr-qmodal__btn{flex:1;padding:13px 16px;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;border:1.5px solid transparent}
.mcdr-qmodal__btn--primary{background:#0d4c92;color:#fff;border-color:#0d4c92}
.mcdr-qmodal__btn--ghost{background:#fff;color:#0a1f33;border-color:#E2E8F0}
.mcdr-qmodal__consent{margin:14px 0 0;font-size:11px;color:#64748B;line-height:1.55}
.mcdr-qmodal__status{margin-top:14px;padding:12px 14px;border-radius:8px;font-size:13px;font-weight:500;display:none}
.mcdr-qmodal__status.is-error{display:block;background:#FEE2E2;color:#B91C1C}
.mcdr-qmodal__status.is-ok{display:block;background:#DCFCE7;color:#15803D}
.mcdr-qmodal__step--softfail{text-align:center}
.mcdr-qmodal__softfail-title{margin:0 0 12px;font-size:20px;font-weight:700;color:#0a1f33}
.mcdr-qmodal__softfail-body{margin:0 0 22px;font-size:15px;color:#475569;line-height:1.55}
.mcdr-qmodal__foot{display:flex;flex-wrap:wrap;gap:12px;padding:14px 30px;border-top:1px solid #EEF2F7;background:#F6F8FB;font-size:12px;color:#475569}
body.mcdr-qmodal-open{overflow:hidden}
@media (max-width:540px){
  .mcdr-qmodal{padding:0;align-items:flex-end}
  .mcdr-qmodal__card{max-width:100%;border-radius:16px 16px 0 0;max-height:92vh}
  .mcdr-qmodal__head,.mcdr-qmodal__step,.mcdr-qmodal__foot{padding-left:22px;padding-right:22px}
}
