.mcb-modal[hidden]{display:none!important}.mcb-modal{position:fixed;inset:0;z-index:99990;display:grid;place-items:center;padding:20px}.mcb-modal__backdrop{position:absolute;inset:0;background:rgba(10,10,12,.68);backdrop-filter:blur(2px)}.mcb-modal__dialog{position:relative;width:min(100%,520px);max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;color:#18181b;border-radius:20px;padding:30px;box-shadow:0 24px 80px rgba(0,0,0,.3);outline:0}.mcb-modal__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f4f4f5;color:#3f3f46;font-size:26px;line-height:1;cursor:pointer}.mcb-modal__close:hover,.mcb-modal__close:focus-visible{background:#e4e4e7;outline:2px solid #ff6b00;outline-offset:2px}.mcb-modal__icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:18px;border-radius:50%;background:#fff1e8;color:#ff6b00;font-size:26px;font-weight:800}.mcb-modal__icon:empty{display:none}.mcb-modal__title{margin:0 42px 10px 0;font-size:24px;line-height:1.2}.mcb-modal__message,.mcb-modal__secondary-message{color:#52525b;line-height:1.6}.mcb-modal__message p:first-child,.mcb-modal__secondary-message p:first-child{margin-top:0}.mcb-modal__secondary-message{margin-top:12px;padding:12px 14px;border-radius:10px;background:#f4f4f5;font-size:14px}.mcb-modal__actions{display:flex;gap:10px;margin-top:24px}.mcb-modal__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:0;border-radius:11px;text-decoration:none!important;font-weight:750;cursor:pointer;flex:1}.mcb-modal__button--primary{background:#ff6b00;color:#fff!important}.mcb-modal__button--secondary{background:#f4f4f5;color:#18181b!important}.mcb-modal__button--danger{background:#dc2626;color:#fff!important}.mcb-modal__button--success{background:#16a34a;color:#fff!important}.mcb-modal__extra{display:block;margin-top:16px;text-align:center;color:#52525b;text-decoration:underline}.mcb-modal--warning .mcb-modal__icon{background:#fef3c7;color:#b45309}.mcb-modal--danger .mcb-modal__icon{background:#fee2e2;color:#dc2626}.mcb-modal--success .mcb-modal__icon{background:#dcfce7;color:#15803d}.mcb-modal-open{overflow:hidden!important}.mcb-modal__button:focus-visible,.mcb-modal__extra:focus-visible{outline:3px solid rgba(255,107,0,.35);outline-offset:3px}@media(max-width:600px){.mcb-modal{padding:14px;align-items:end}.mcb-modal__dialog{width:100%;max-height:calc(100vh - 28px);border-radius:20px 20px 14px 14px;padding:25px 20px}.mcb-modal__actions{flex-direction:column}.mcb-modal__button{width:100%}}
