body.taxiland-otp-open { overflow: hidden; }
.taxiland-otp-modal[hidden] { display: none !important; }
.taxiland-otp-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; font-family: inherit; }
.taxiland-otp-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .65); backdrop-filter: blur(3px); }
.taxiland-otp-card { position: relative; width: min(100%, 420px); padding: 32px; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, .25); text-align: right; }
.taxiland-otp-card h3 { margin: 0 0 10px; color: #111827; font-size: 24px; }
.taxiland-otp-card p { margin: 0 0 18px; color: #64748b; line-height: 1.8; }
.taxiland-otp-close { position: absolute; top: 10px; left: 14px; padding: 3px 8px; border: 0; background: transparent; color: #64748b; font-size: 28px; cursor: pointer; }
.taxiland-otp-card input { width: 100%; min-height: 50px; margin-bottom: 12px; padding: 10px 14px; border: 1px solid #d1d5db; border-radius: 10px; background: #fff; color: #111827; direction: ltr; text-align: center; font-size: 18px; letter-spacing: 2px; box-sizing: border-box; }
.taxiland-otp-card input:focus { border-color: #2563eb; outline: 3px solid rgba(37, 99, 235, .12); }
.taxiland-otp-card button:not(.taxiland-otp-close) { min-height: 46px; padding: 10px 18px; border: 0; border-radius: 10px; background: #2563eb; color: #fff; font: inherit; cursor: pointer; }
.taxiland-otp-card button:disabled { cursor: not-allowed; opacity: .55; }
#taxiland-otp-send, #taxiland-otp-verify { width: 100%; }
.taxiland-otp-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; }
.taxiland-otp-actions button { flex: 1; background: #f1f5f9 !important; color: #334155 !important; font-size: 13px !important; }
#taxiland-otp-message { min-height: 26px; margin: 14px 0 0; color: #15803d; text-align: center; font-size: 14px; }
#taxiland-otp-message.is-error { color: #b91c1c; }
@media (max-width: 480px) { .taxiland-otp-card { padding: 28px 20px 22px; } }
