/* Bimehkar v224 — customer OTP login; intentionally scoped to the customer auth card. */
.bk224-otp-note{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid rgba(17,53,91,.12);border-radius:14px;background:rgba(23,95,153,.045);color:#425466;font-size:.88rem;line-height:1.8;margin:0 0 14px}
.bk224-otp-note i{color:#1b5f99;margin-top:5px}
.bk224-mobile-wrap{position:relative;direction:ltr}
.bk224-mobile-wrap input{direction:ltr;text-align:left;padding-left:66px!important;letter-spacing:.04em}
.bk224-mobile-prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:30px;padding:0 8px;border-radius:9px;background:#eef4f9;color:#173b5d;font-weight:800;font-size:.82rem;pointer-events:none}
.bk224-otp-sent{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(23,95,153,.13);border-radius:14px;background:#f8fbfd;margin-bottom:14px}
.bk224-otp-sent span{display:block;color:#69798a;font-size:.78rem;margin-bottom:2px}
.bk224-otp-sent strong{direction:ltr;display:block;color:#153c60;letter-spacing:.06em}
.bk224-otp-code{direction:ltr!important;text-align:center!important;font-size:1.35rem!important;font-weight:800!important;letter-spacing:.42em!important;padding-left:1.1em!important}
.bk224-otp-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.bk224-otp-actions form{margin:0}
.bk224-otp-actions button{width:100%}
.bk224-link-button{border:0;background:transparent;color:#1b5f99;font:inherit;font-weight:700;cursor:pointer;padding:6px 0}
.bk224-link-button:disabled{opacity:.52;cursor:not-allowed}
.bk224-admin-preview-link{display:block;text-align:center;margin-top:14px;color:#8592a0;font-size:.78rem;text-decoration:none}
.bk224-admin-preview-link:hover{color:#1b5f99}
@media(max-width:560px){.bk224-otp-actions{grid-template-columns:1fr}.bk224-otp-code{font-size:1.22rem!important;letter-spacing:.3em!important}}

/* v224.5 — customer may choose OTP or account password without mixing auth paths. */
.bk224-auth-methods{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;margin:0 0 16px;border:1px solid rgba(17,53,91,.12);border-radius:14px;background:#f5f8fb}
.bk224-auth-methods a{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:10px;color:#647789;text-decoration:none;font-weight:800;font-size:.88rem;transition:.18s ease}
.bk224-auth-methods a:hover{color:#173b5d;background:rgba(255,255,255,.75)}
.bk224-auth-methods a.active{background:#fff;color:#173b5d;box-shadow:0 3px 12px rgba(17,53,91,.09)}
.bk224-auth-methods a.active i{color:#1b5f99}

/* v224.6 — first-login onboarding: OTP verification precedes initial password creation. */
.bk224-password-setup .bk224-otp-sent{margin-top:4px}.bk224-password-setup .bk224-otp-sent i{color:#1f8b66;font-size:1.15rem}


/* v224.7 — mobile-first unified entry and post-login onboarding. */
.bk224-onboarding-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;margin:0 0 18px;border:1px solid rgba(19,61,96,.12);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f5f9fc 100%);box-shadow:0 10px 30px rgba(17,53,91,.06)}
.bk224-onboarding-icon{width:48px;height:48px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#eaf3f9;color:#175f99;font-size:1.15rem}
.bk224-onboarding-copy span{display:block;color:#df6d5f;font-size:.78rem;font-weight:900;margin-bottom:4px}
.bk224-onboarding-copy h2{margin:0 0 4px;color:#173b5d;font-size:1.05rem}
.bk224-onboarding-copy p{margin:0;color:#667789;line-height:1.9;font-size:.88rem}
.bk224-onboarding-actions{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:220px}
.bk224-onboarding-actions .btn{white-space:nowrap}
.bk224-onboarding-actions small{text-align:center;color:#7b8998;line-height:1.6;font-size:.72rem}
.customer-auth-page .auth-footer-note{margin-top:14px}
.customer-auth-page .auth-card-head h2{letter-spacing:-.01em}
@media(max-width:760px){
  .bk224-onboarding-banner{grid-template-columns:auto 1fr;padding:15px;gap:12px}
  .bk224-onboarding-actions{grid-column:1/-1;min-width:0}
  .bk224-onboarding-actions .btn{width:100%}
}

/* v225 — customer auth simplification. Customer entry is intentionally one compact surface. */
html body.customer-auth-page{min-height:100dvh!important;background:#06265f!important}
html body.customer-auth-page .auth-layout{
  width:100%!important;max-width:none!important;min-height:100dvh!important;margin:0!important;
  padding:32px 16px!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;
  direction:rtl!important;background:linear-gradient(145deg,#041b49 0%,#06265f 62%,#0a3475 100%)!important;overflow:auto!important
}
html body.customer-auth-page .auth-visual{display:none!important}
html body.customer-auth-page .auth-card{
  width:min(100%,440px)!important;max-width:440px!important;margin:0!important;padding:28px!important;
  border:1px solid rgba(255,255,255,.72)!important;border-radius:24px!important;background:#fff!important;
  box-shadow:0 26px 70px rgba(0,15,48,.28)!important;overflow:visible!important
}
html body.customer-auth-page .bk225-customer-brand{display:flex!important;justify-content:center!important;margin:0 0 18px!important;text-decoration:none!important}
html body.customer-auth-page .bk225-customer-brand img{width:142px!important;max-height:48px!important;object-fit:contain!important;filter:none!important}
html body.customer-auth-page .auth-card-head{margin:0 0 22px!important;padding:0!important;text-align:center!important;border:0!important;background:transparent!important}
html body.customer-auth-page .auth-card-head h2{margin:0!important;font-size:28px!important;line-height:1.45!important;color:#08285f!important;font-weight:900!important}
html body.customer-auth-page .auth-card-head p{margin:7px 0 0!important;font-size:14px!important;line-height:1.8!important;color:#6d7c8d!important}
html body.customer-auth-page .auth-meta-strip{display:none!important}
html body.customer-auth-page .clean-form{display:grid!important;gap:14px!important;margin:0!important}
html body.customer-auth-page .clean-form>label:not(.check-row){display:grid!important;gap:8px!important;margin:0!important;color:#173b5d!important;font-size:13px!important;font-weight:800!important}
html body.customer-auth-page .clean-form input[type="text"],
html body.customer-auth-page .clean-form input[type="tel"],
html body.customer-auth-page .clean-form input[type="password"]{
  width:100%!important;height:54px!important;margin:0!important;padding:0 16px!important;border:1.5px solid #d8e3ef!important;
  border-radius:14px!important;background:#fff!important;color:#102f57!important;font-size:16px!important;box-shadow:none!important;outline:none!important
}
html body.customer-auth-page .clean-form input:focus{border-color:#1979fd!important;box-shadow:0 0 0 4px rgba(25,121,253,.10)!important}
html body.customer-auth-page .bk224-mobile-wrap{position:relative!important;direction:ltr!important}
html body.customer-auth-page .bk224-mobile-wrap input{direction:ltr!important;text-align:left!important;padding:0 16px!important;letter-spacing:.02em!important}
html body.customer-auth-page .bk224-mobile-prefix{display:none!important}
html body.customer-auth-page .check-row{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;color:#526579!important;font-size:13px!important;font-weight:650!important}
html body.customer-auth-page .check-row input{width:18px!important;height:18px!important;margin:0!important;accent-color:#1979fd!important}
html body.customer-auth-page .bk130-login-submit{width:100%!important;min-height:54px!important;margin:0!important;border-radius:14px!important;font-size:15px!important;font-weight:900!important;background:#08285f!important;border-color:#08285f!important}
html body.customer-auth-page .bk130-login-submit:hover,html body.customer-auth-page .bk130-login-submit:focus-visible{background:#1979fd!important;border-color:#1979fd!important}
html body.customer-auth-page .bk224-otp-sent{margin:0 0 16px!important;padding:11px 13px!important;border:0!important;border-radius:12px!important;background:#f3f7fb!important;box-shadow:none!important}
html body.customer-auth-page .bk224-otp-sent span{font-size:12px!important;color:#758496!important}
html body.customer-auth-page .bk224-otp-sent strong{font-size:15px!important;color:#173b5d!important}
html body.customer-auth-page .bk224-otp-sent i{color:#1979fd!important}
html body.customer-auth-page .bk224-otp-note{display:none!important}
html body.customer-auth-page .bk224-otp-code{height:58px!important;text-align:center!important;font-size:23px!important;letter-spacing:.36em!important;font-weight:900!important;padding-inline:16px!important}
html body.customer-auth-page .bk224-otp-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:12px 0 0!important}
html body.customer-auth-page .bk224-otp-actions form{flex:1!important;margin:0!important}
html body.customer-auth-page .bk224-otp-actions .btn{width:100%!important;min-height:42px!important;border:0!important;background:transparent!important;color:#1b5f99!important;box-shadow:none!important;font-weight:800!important}
html body.customer-auth-page .form-alert{margin:0 0 15px!important;padding:11px 13px!important;border-radius:12px!important;font-size:13px!important;line-height:1.8!important;box-shadow:none!important}
html body.customer-auth-page .auth-footer-note{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important;margin:18px 0 0!important;padding:0!important;border:0!important;background:transparent!important;color:#758496!important;font-size:12.5px!important}
html body.customer-auth-page .auth-footer-note a{font-weight:900!important;color:#1979fd!important;text-decoration:none!important}
html body.customer-auth-page .back-home{display:block!important;margin:14px 0 0!important;text-align:center!important;color:#7d8b9b!important;font-size:12px!important;text-decoration:none!important}
html body.customer-auth-page .bk135-password-field{position:relative!important}
html body.customer-auth-page .bk135-password-field input{padding-left:48px!important}
html body.customer-auth-page .bk135-password-toggle{position:absolute!important;left:10px!important;top:50%!important;transform:translateY(-50%)!important;border:0!important;background:transparent!important;color:#78889a!important;width:34px!important;height:34px!important}
@media(max-width:560px){
  html body.customer-auth-page .auth-layout{padding:18px 12px!important;align-items:center!important}
  html body.customer-auth-page .auth-card{padding:24px 18px!important;border-radius:20px!important}
  html body.customer-auth-page .bk225-customer-brand{margin-bottom:14px!important}
  html body.customer-auth-page .bk225-customer-brand img{width:128px!important}
  html body.customer-auth-page .auth-card-head{margin-bottom:18px!important}
  html body.customer-auth-page .auth-card-head h2{font-size:24px!important}
  html body.customer-auth-page .auth-card-head p{font-size:13px!important}
  html body.customer-auth-page .bk224-otp-actions{gap:4px!important}
  html body.customer-auth-page .bk224-otp-actions .btn{font-size:12px!important;padding-inline:4px!important}
}
