/* MindBridge unified access gate */
html.mba-access-pending body>*{visibility:hidden!important}
html.mba-access-blocked body>*:not(#mba-access-gate){display:none!important}
#mba-access-gate{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:24px;background:#07182f url("../images/mba-access-gate-bg.webp") center/cover no-repeat;font-family:var(--mba-page-font,inherit);color:#102238}
#mba-access-gate *{box-sizing:border-box;font-family:inherit}
.mba-access-gate__card{width:min(620px,100%);padding:34px 32px;border:1px solid rgba(255,255,255,.24);border-radius:24px;background:rgba(250,251,252,.96);box-shadow:0 24px 70px rgba(0,0,0,.34);text-align:center}
.mba-access-gate__brand{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:24px}
.mba-access-gate__brand img{width:58px;height:62px;object-fit:contain;flex:0 0 auto}
.mba-access-gate__brand-copy{text-align:left;line-height:1.05;color:#0b2749}.mba-access-gate__brand-copy strong{display:block;font-size:20px}.mba-access-gate__brand-copy small{display:block;margin-top:5px;font-size:11px;letter-spacing:.11em;text-transform:uppercase}
.mba-access-gate__title{margin:0 0 12px;font-size:clamp(25px,4vw,38px);line-height:1.12;color:#102238}.mba-access-gate__message{margin:0 auto 24px;max-width:480px;color:#566575;font-size:15px;line-height:1.65}
.mba-access-gate__btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 22px;border:0;border-radius:999px;background:#0d3856;color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.mba-access-gate__btn:hover{filter:brightness(1.08)}
@media(max-width:560px){#mba-access-gate{padding:16px}.mba-access-gate__card{padding:27px 20px;border-radius:20px}.mba-access-gate__brand img{width:50px;height:54px}.mba-access-gate__brand-copy strong{font-size:18px}.mba-access-gate__message{font-size:14px}}
@media(max-height:520px) and (orientation:landscape){#mba-access-gate{align-items:flex-start;overflow:auto;padding:12px}.mba-access-gate__card{margin:auto;padding:18px 22px}.mba-access-gate__brand{margin-bottom:12px}.mba-access-gate__brand img{width:42px;height:46px}.mba-access-gate__title{font-size:24px}.mba-access-gate__message{margin-bottom:14px;line-height:1.45}}
