/* Passwordless site UI */
.passwordless-bridge-wrap{max-width:560px;margin:0 auto;background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.passwordless-title{margin:0 0 16px}
.passwordless-text{color:#666}
.passwordless-text-small{color:#666;font-size:.95rem}
.passwordless-form{margin:0}
.passwordless-label{display:block;margin-bottom:6px;font-weight:700}
.passwordless-input{width:100%;box-sizing:border-box;padding:12px;border:1px solid #ccc;border-radius:8px;margin-bottom:14px}
.passwordless-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#444}
.passwordless-btn{border:0;border-radius:8px;padding:12px 16px;cursor:pointer}
.passwordless-btn-primary{background:#0b5ed7;color:#fff}
.passwordless-btn-secondary{background:#fff;color:#444;border:1px solid #bbb}
.passwordless-btn-outline{background:#fff;color:#0b5ed7;border:1px solid #0b5ed7}
.passwordless-btn-disabled,.passwordless-btn:disabled{background:#ddd !important;color:#777 !important;border-color:#ddd !important;cursor:not-allowed !important}
.passwordless-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:12px}
.passwordless-otp-row{display:flex;gap:10px;justify-content:center;flex-wrap:nowrap;margin-bottom:14px}
.passwordless-otp-box{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:700;border:1px solid #ccc;border-radius:10px;box-sizing:border-box}
.passwordless-helper{margin-top:16px;color:#666;font-size:.95rem}
.passwordless-hidden{display:none}
