/* Mannasukh-owned international phone and OTP verification UI. */
.ms-phone-field{display:grid;grid-template-columns:minmax(132px,42%) minmax(0,1fr);gap:8px}
.ms-phone-field select,.ms-phone-field input{min-width:0;width:100%}
.ms-phone-country{height:43px;padding:0 8px;border:1px solid var(--linen);border-radius:8px;background:#fff;color:var(--ink);font:500 12px 'DM Sans',sans-serif}
.ms-phone-otp-layer[hidden]{display:none!important}.ms-phone-otp-layer{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:18px}
.ms-phone-otp-backdrop{position:absolute;inset:0;background:rgba(13,30,21,.66);backdrop-filter:blur(4px)}
.ms-phone-otp-dialog{position:relative;width:min(100%,430px);padding:27px 24px 22px;border:1px solid #dce9df;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(11,35,22,.28);text-align:center}
.ms-phone-otp-close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:0;background:transparent;color:#607066;font-size:26px;line-height:1;cursor:pointer}
.ms-phone-otp-shield{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:#e4f5e9;color:#157044;font-size:23px;font-weight:800}
.ms-phone-otp-dialog h2{margin:0;color:var(--pine);font-family:'Playfair Display',serif;font-size:25px}
.ms-phone-otp-copy{margin:8px 0 5px;color:var(--slate);font-size:13px;line-height:1.55}.ms-phone-otp-copy strong{color:var(--ink)}
.ms-phone-otp-status{min-height:20px;margin-top:7px;color:#52635a;font-size:12px}
.ms-phone-otp-code{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:18px 0 12px}
.ms-phone-otp-code input{width:100%;height:52px;padding:0;border:1.5px solid #cbdccf;border-radius:10px;background:#fbfdfb;color:#173326;font:800 22px 'DM Sans',sans-serif;text-align:center;outline:none}
.ms-phone-otp-code input:focus{border-color:#27865a;box-shadow:0 0 0 3px rgba(39,134,90,.13)}
.ms-phone-otp-error{margin:10px 0;padding:9px 11px;border:1px solid #f0b9b9;border-radius:8px;background:#fff0f0;color:#9d2929;font-size:12px;line-height:1.45;text-align:left}
.ms-phone-otp-primary{width:100%;height:46px;margin-top:7px;border:0;border-radius:10px;background:linear-gradient(135deg,#27865a,#176b43);color:#fff;font:750 13px 'DM Sans',sans-serif;cursor:pointer;box-shadow:0 8px 18px rgba(29,116,73,.2)}
.ms-phone-otp-primary:disabled{background:#aebbb3;box-shadow:none;cursor:not-allowed}
.ms-phone-otp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.ms-phone-otp-actions button{padding:5px 0;border:0;background:transparent;color:#246c49;font:700 11px 'DM Sans',sans-serif;cursor:pointer}.ms-phone-otp-actions button:disabled{color:#929e97;cursor:not-allowed}
.ms-phone-otp-note{margin:15px 0 0;color:#8a958f;font-size:10px;line-height:1.45}
body.ms-phone-otp-open{overflow:hidden!important}
@media(max-width:520px){.ms-phone-field{grid-template-columns:minmax(116px,40%) minmax(0,1fr)}.ms-phone-otp-dialog{padding:24px 16px 20px}.ms-phone-otp-code{gap:5px}.ms-phone-otp-code input{height:48px;font-size:20px}}

