/* Zeynab Custom Changes v1.9 — direct standalone OTP auth route */
:root{
    --zcc-auth-accent:#ff7a00;
    --zcc-auth-accent-soft:#fff1e7;
    --zcc-auth-text:#252525;
    --zcc-auth-muted:#8f96a3;
    --zcc-auth-line:#e4e7ec;
    --zcc-auth-soft:#f5f6f8;
    --zcc-auth-dark:#17181b;
    --zcc-auth-danger:#c62828;
    --zcc-auth-success:#067647;
}
html,body.zcc-auth-page-body{margin:0!important;padding:0!important;min-height:100%!important}
body.zcc-auth-page-body{background:#f4f5f7!important;font-family:Tahoma,Arial,sans-serif!important;color:var(--zcc-auth-text);overflow-x:hidden}
body.zcc-auth-page-body #wpadminbar{display:none!important}
body.zcc-auth-page-body{margin-top:0!important}
.zcc-auth-page,.zcc-auth-page *{box-sizing:border-box}
.zcc-auth-page{min-height:100vh;width:100%;padding:18px;display:flex!important;visibility:visible!important;opacity:1!important;align-items:center;justify-content:center;direction:ltr;background:#f4f5f7}
.zcc-auth-layout{width:min(1120px,100%);visibility:visible!important;opacity:1!important;min-height:min(670px,calc(100vh - 36px));display:grid;grid-template-columns:1fr 1.04fr;overflow:hidden;border-radius:26px;background:#fff;box-shadow:0 24px 70px rgba(17,24,39,.09)}
.zcc-auth-form-pane{grid-column:1;direction:rtl;background:#fff;display:flex;align-items:center;justify-content:center;padding:54px 8% 44px}
.zcc-auth-form-wrap{width:min(420px,100%);margin:auto}
.zcc-auth-heading{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.zcc-auth-heading__icon{width:43px;height:43px;flex:0 0 43px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:var(--zcc-auth-accent-soft);color:var(--zcc-auth-accent)}
.zcc-auth-heading__icon svg{width:19px;height:19px}
.zcc-auth-heading h1{margin:0 0 3px!important;padding:0!important;font-size:27px!important;line-height:1.45!important;font-weight:900!important;letter-spacing:-.5px!important;color:#292929!important}
.zcc-auth-heading p{margin:0!important;padding:0!important;color:#9298a3!important;font-size:12px!important;line-height:1.9!important}

.zcc-auth-card{width:100%;margin:0;padding:0;background:transparent;border:0;box-shadow:none;color:var(--zcc-auth-text)}
.zcc-auth-step{display:none}.zcc-auth-step.is-active{display:block}
.zcc-auth-form label{display:block;margin:0 0 9px;color:#4b5563;font-size:12px;font-weight:800}
.zcc-phone-field{height:52px;position:relative;display:flex;align-items:center;overflow:hidden;border:1px solid #dfe3e8;border-radius:13px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.zcc-phone-field:focus-within{border-color:#c8cdd4;box-shadow:0 0 0 4px rgba(255,122,0,.06)}
.zcc-phone-prefix{position:absolute;left:0;top:0;width:62px;height:100%;display:flex;align-items:center;justify-content:center;border-right:1px solid #e4e7ec;color:#969daa;font-size:12px;font-weight:700;direction:ltr;pointer-events:none}
.zcc-phone-field input{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0 16px 0 72px!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#343943!important;font:800 15px/1.4 inherit!important;text-align:left!important;letter-spacing:.2px!important}
.zcc-phone-field input::placeholder{color:#a9afb8!important;font-weight:600!important}

.zcc-captcha-card{margin-top:13px;border:1px solid #eadfd6;border-radius:12px;background:#fffaf6;overflow:hidden}
.zcc-captcha-head{height:41px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f0e7df;color:#4b5563;font-size:11px;font-weight:800}
.zcc-captcha-refresh{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 7px!important;margin:0!important;border:0!important;background:transparent!important;color:#344054!important;font:700 10px/1.2 inherit!important;cursor:pointer!important;box-shadow:none!important}
.zcc-captcha-refresh:hover{color:var(--zcc-auth-accent)!important}.zcc-captcha-refresh svg{width:14px;height:14px}
.zcc-captcha-row{padding:10px;display:grid;grid-template-columns:1.2fr 1fr;gap:10px;align-items:center}
.zcc-captcha-visual{height:56px;overflow:hidden;border:1px solid #f0d7c4;border-radius:10px;background:#fff8f1;display:flex;align-items:center;justify-content:center}
.zcc-captcha-visual img{display:block;width:100%;height:100%;object-fit:cover}.zcc-captcha-loading{color:#b2b8c1;font-size:16px;letter-spacing:3px}
.zcc-captcha-input{width:100%!important;height:56px!important;margin:0!important;padding:0 10px!important;border:1px solid #dfe3e8!important;border-radius:10px!important;background:#fff!important;outline:0!important;box-shadow:none!important;color:#222!important;text-align:center!important;font:800 14px/1.4 inherit!important}
.zcc-captcha-input:focus{border-color:#c8cdd4!important;box-shadow:0 0 0 4px rgba(255,122,0,.05)!important}.zcc-captcha-input::placeholder{color:#9ca3af!important;font-weight:700!important}
.zcc-human-check{height:38px!important;margin:0 10px 10px!important;padding:0 11px!important;display:flex!important;align-items:center!important;gap:8px!important;background:#f2f3f4!important;border-radius:0!important;color:#4b5563!important;font-size:10.5px!important;font-weight:700!important;cursor:pointer!important}
.zcc-human-check input{position:absolute;opacity:0;pointer-events:none}
.zcc-human-check__box{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8dde3;border-radius:50%;background:#fff;color:transparent;font-size:10px;font-weight:900;transition:.15s}
.zcc-human-check input:checked+.zcc-human-check__box{border-color:#ffc696;background:#fff0e4;color:var(--zcc-auth-accent)}

.zcc-auth-message{min-height:20px;margin:8px 0 0;color:var(--zcc-auth-danger);font-size:11.5px;line-height:1.7}.zcc-auth-message.is-success{color:var(--zcc-auth-success)}
.zcc-auth-primary{width:100%!important;height:52px!important;margin:15px 0 0!important;padding:0 18px!important;border:0!important;border-radius:0!important;background:linear-gradient(90deg,#ff8a31,#ff7620)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;font:900 13px/1.3 inherit!important;cursor:pointer!important;box-shadow:none!important;transition:filter .16s ease,transform .16s ease!important}
.zcc-auth-primary:hover{filter:brightness(.98);transform:translateY(-1px)}.zcc-auth-primary:disabled{opacity:.6;cursor:not-allowed!important;transform:none!important}.zcc-auth-primary svg{width:15px;height:15px}
.zcc-auth-legal{margin:17px 0 0!important;text-align:center;color:#a0a6af!important;font-size:10px!important;line-height:1.9!important}
.zcc-auth-support{margin-top:22px;padding-top:20px;border-top:1px solid #edf0f3;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;font-size:10.5px;color:#8d95a2}
.zcc-auth-support a{color:var(--zcc-auth-accent)!important;text-decoration:none!important;font-weight:900!important}.zcc-auth-support a:hover{text-decoration:underline!important}

.zcc-auth-back{display:inline-flex!important;align-items:center!important;gap:5px!important;margin:0 0 18px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#667085!important;font:800 11px/1.5 inherit!important;cursor:pointer!important}.zcc-auth-back svg{width:15px;height:15px}
.zcc-otp-title{margin:0 0 6px!important;padding:0!important;color:#282828!important;font-size:22px!important;font-weight:900!important;line-height:1.5!important}.zcc-auth-subtitle{margin:0 0 18px!important;color:#8d95a2!important;font-size:11.5px!important;line-height:1.8!important}.zcc-auth-subtitle strong{direction:ltr;display:inline-block;color:#4b5563;font-weight:900}
.zcc-otp-input{width:100%!important;height:58px!important;margin:0!important;padding:0 12px!important;border:1px solid #dfe3e8!important;border-radius:13px!important;background:#fff!important;outline:0!important;box-shadow:none!important;text-align:center!important;color:#2f3540!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:23px!important;font-weight:900!important;letter-spacing:8px!important}.zcc-otp-input:focus{border-color:#c8cdd4!important;box-shadow:0 0 0 4px rgba(255,122,0,.06)!important}
.zcc-auth-resend{display:block!important;margin:13px auto 0!important;padding:5px 8px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#667085!important;font:800 11px/1.5 inherit!important;cursor:pointer!important}.zcc-auth-resend:disabled{color:#a7adb6!important;cursor:default!important}

.zcc-auth-brand-pane{grid-column:2;direction:rtl;position:relative;overflow:hidden;background:#17181b;color:#fff;padding:40px 52px 38px;display:flex;flex-direction:column;justify-content:space-between}
.zcc-auth-brand-pane:after{content:"";position:absolute;left:-90px;bottom:-130px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,0,.23) 0,rgba(255,122,0,.08) 38%,rgba(255,122,0,0) 72%);pointer-events:none}
.zcc-auth-brand-top{position:relative;z-index:1;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:800}.zcc-auth-brand-logo{width:42px;height:42px;border-radius:12px;background:var(--zcc-auth-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:900}
.zcc-auth-brand-copy{position:relative;z-index:1;max-width:430px;margin-right:auto;margin-left:0;transform:translateY(-10px)}
.zcc-auth-brand-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#e8e8e8;font-size:10px;font-weight:700}
.zcc-auth-brand-copy h2{margin:25px 0 14px!important;padding:0!important;color:#fff!important;font-size:43px!important;line-height:1.35!important;letter-spacing:-1.4px!important;font-weight:950!important}.zcc-auth-brand-copy p{max-width:390px;margin:0!important;padding:0!important;color:#a4a8b0!important;font-size:12.5px!important;line-height:2.05!important;font-weight:500!important}
.zcc-auth-brand-security{position:relative;z-index:1;display:flex;align-items:center;gap:9px;color:#d8d9dc;font-size:10.5px;font-weight:700}.zcc-auth-brand-shield{width:28px;height:28px;border-radius:9px;border:1px solid rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;color:var(--zcc-auth-accent)}.zcc-auth-brand-shield svg{width:14px;height:14px}
.zcc-auth-logged-in{max-width:650px;margin:40px auto;padding:20px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;text-align:center;direction:rtl}.zcc-auth-logged-in a{font-weight:900;color:var(--zcc-auth-accent)}

@media(max-width:900px){
    .zcc-auth-layout{grid-template-columns:.95fr 1.05fr}.zcc-auth-form-pane{padding:44px 7% 38px}.zcc-auth-brand-pane{padding:36px 34px}.zcc-auth-brand-copy h2{font-size:36px!important}
}
@media(max-width:760px){
    .zcc-auth-page{padding:0;background:#fff;align-items:stretch}.zcc-auth-layout{display:block;min-height:100vh;border-radius:0;box-shadow:none}.zcc-auth-brand-pane{display:none}.zcc-auth-form-pane{min-height:100vh;padding:42px 22px 28px;align-items:flex-start}.zcc-auth-form-wrap{width:min(440px,100%);margin:20px auto 0}.zcc-auth-heading{margin-bottom:26px}.zcc-auth-heading h1{font-size:24px!important}.zcc-auth-legal{font-size:9.5px!important}.zcc-auth-support{margin-top:28px}
}
@media(max-width:390px){.zcc-auth-form-pane{padding-left:16px;padding-right:16px}.zcc-captcha-row{grid-template-columns:1fr}.zcc-captcha-visual{height:52px}.zcc-captcha-input{height:48px!important}}
.zcc-auth-support__accent{color:var(--zcc-auth-accent);font-weight:900}
