/* ── Modal Shell ──────────────────────────────── */
#globalMobileLoginModal .modal-content{border-radius:20px;overflow:hidden;border:none;box-shadow:0 20px 60px rgba(0,0,0,.18);}
/* ── Hero ─────────────────────────────────────── */
#globalMobileLoginModal .glm-hero{background:#fff;padding:24px 20px 16px;text-align:center;position:relative;border-bottom:1px solid #F0E8E0;}
#globalMobileLoginModal .glm-hero__logo{height:54px;width:auto;object-fit:contain;margin:0 auto 10px;display:block;}
#globalMobileLoginModal .glm-hero__title{color:var(--np-text-dark,#3E2723);font-size:18px;font-weight:800;margin:0 0 4px;font-family:var(--np-font);}
#globalMobileLoginModal .glm-hero__sub{color:var(--np-text-mid,#6B5B4F);font-size:12px;margin:0;font-family:var(--np-font);}
#globalMobileLoginModal .glm-close{position:absolute;top:14px;right:16px;background:rgba(62,39,35,.08);border:none;color:var(--np-text-dark,#3E2723);width:32px;height:32px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0;}
#globalMobileLoginModal .glm-close:hover{background:rgba(62,39,35,.15);}
/* ── Trust Strip ──────────────────────────────── */
#globalMobileLoginModal .glm-trust{display:flex;justify-content:center;gap:16px;background:var(--np-bg-cream,#FFF8F0);padding:10px 20px;border-bottom:1px solid #F3D8B0;}
#globalMobileLoginModal .glm-trust__item{font-size:11px;font-weight:600;color:var(--np-text-mid,#6B5B4F);display:flex;align-items:center;gap:4px;}
#globalMobileLoginModal .glm-trust__item i{color:var(--np-saffron,#F37420);font-size:12px;}
/* ── Body ─────────────────────────────────────── */
#globalMobileLoginModal .glm-body{padding:28px 28px 32px;background:#fff;}
/* ── OTP Boxes ────────────────────────────────── */
#globalMobileLoginModal .glm-otp-hint{font-size:13px;color:var(--np-text-mid,#6B5B4F);margin-bottom:18px;text-align:center;line-height:1.5;}
#globalMobileLoginModal .glm-otp-boxes{display:flex;gap:10px;justify-content:center;margin-bottom:4px;}
#globalMobileLoginModal .glm-otp-box{width:48px;height:56px;text-align:center;font-size:24px;font-weight:700;font-family:var(--np-font);border:1.5px solid #E0D5CC;border-radius:10px;color:var(--np-text-dark,#3E2723);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none;caret-color:var(--np-saffron,#F37420);}
#globalMobileLoginModal .glm-otp-box:focus{border-color:var(--np-saffron,#F37420);box-shadow:0 0 0 3px rgba(243,116,32,.12);}
#globalMobileLoginModal .glm-otp-box.is-filled{background:var(--np-bg-cream,#FFF8F0);border-color:var(--np-saffron,#F37420);}
/* ── Error ────────────────────────────────────── */
#globalMobileLoginModal .glm-error{font-size:12px;color:#E53935;margin-top:6px;display:none;font-weight:500;}
/* ── np-btn overrides ─────────────────────────── */
#globalMobileLoginModal .np-btn{margin-top:20px;}
/* ── Resend Row ───────────────────────────────── */
#globalMobileLoginModal .glm-resend-row{text-align:center;margin-top:14px;}
#globalMobileLoginModal .glm-timer{font-size:13px;color:var(--np-text-mid,#6B5B4F);}
#globalMobileLoginModal .glm-link{color:var(--np-saffron,#F37420);font-size:13px;text-decoration:none;font-weight:600;}
#globalMobileLoginModal .glm-link:hover{text-decoration:underline;}
