/* Version: v1.2.0 */
.cydezh-am-native-login{margin:0;background:#f6f8fb;color:#17233d;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cydezh-am-native-login__main{display:grid;min-height:100vh;place-items:center;padding:24px}
.cydezh-am-native-login .cydezh-am-surface{width:min(100%,520px);margin:0;box-shadow:0 18px 50px rgba(23,35,61,.10)}
.cydezh-am-native-login button,.cydezh-am-native-login input{font:inherit}
.cydezh-am-surface{--cydezh-am-gap:14px;--cydezh-auth-action-height:42px;max-width:520px;margin:0 auto;padding:24px;border:1px solid rgba(0,0,0,.09);border-radius:14px;background:#fff;box-sizing:border-box}
.cydezh-am-surface *{box-sizing:border-box}
.cydezh-am-surface h3{margin:0 0 20px}
.cydezh-am-widget-intro{margin:0 0 var(--cydezh-am-gap)}
.cydezh-am-form{display:grid;gap:var(--cydezh-am-gap);margin:0 0 var(--cydezh-am-gap)}
.cydezh-am-final-signup-form{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--cydezh-am-gap)}
.cydezh-am-final-signup-form>.cydezh-am-field,
.cydezh-am-final-signup-form>.cydezh-am-final-signup-password-field{width:100%;min-width:0}
.cydezh-am-final-signup-password-field{display:grid;gap:var(--cydezh-am-gap);min-width:0}
.cydezh-am-final-signup-form>.cydezh-am-check,
.cydezh-am-final-signup-form>.cydezh-am-notice,
.cydezh-am-final-signup-form>.cydezh-am-primary{grid-column:1/-1}
@media(max-width:640px){.cydezh-am-final-signup-form{grid-template-columns:1fr!important}}
.cydezh-am-field{display:grid;gap:6px}
.cydezh-am-field input,.cydezh-am-field select{width:100%;min-height:44px;padding:9px 12px;border:1px solid #c8cdd4;border-radius:9px;background:#fff;color:inherit;transition:color .16s ease,background-color .16s ease}
.cydezh-am-password-input{position:relative;display:block}
.cydezh-am-password-input>input{padding-inline-end:48px}
.cydezh-am-password-toggle{position:absolute;z-index:2;inset-block-start:50%;inset-inline-end:4px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:7px;background:transparent;color:#667085;cursor:pointer;transition:color .16s ease,background-color .16s ease}
.cydezh-am-password-toggle:hover{background:rgba(0,0,0,.05)}
.cydezh-am-password-toggle:focus-visible{outline:2px solid currentColor;outline-offset:1px}
.cydezh-am-password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cydezh-am-password-toggle[aria-pressed="true"]:after{content:"";position:absolute;width:21px;height:1.8px;border-radius:999px;background:currentColor;transform:rotate(-42deg)}
.cydezh-am-field input:focus,.cydezh-am-field select:focus{outline:none!important;box-shadow:none!important;border-color:#667085}
.cydezh-am-primary,.cydezh-am-secondary,.cydezh-am-danger{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:9px 16px;border-radius:9px;text-decoration:none;cursor:pointer;font:inherit;transition:color .16s ease,background-color .16s ease}
.cydezh-am-primary{border:1px solid transparent;background:#17233d;color:#fff}
.cydezh-am-secondary{border:1px solid #bfc5cd;background:#fff;color:#17233d}
.cydezh-am-danger{border:1px solid #b32d2e;background:#fff;color:#b32d2e}

/* Login / Signup uses one visual contract for every real action button. */
.cydezh-am-auth .cydezh-am-primary,
.cydezh-am-auth .cydezh-am-secondary{
    border-color:transparent;
    background:#17233d;
    color:#fff;
}

/* Disabled/deactivated controls must have no hover/focus interaction at all. */
.cydezh-am-surface button:disabled,
.cydezh-am-surface input:disabled,
.cydezh-am-surface select:disabled,
.cydezh-am-surface textarea:disabled,
.cydezh-am-surface [aria-disabled="true"]{
    pointer-events:none!important;
    transition:none!important;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
}

/* Auth action geometry is identical in normal, hover and focus states. */
.cydezh-am-auth button.cydezh-am-primary,
.cydezh-am-auth a.cydezh-am-primary,
.cydezh-am-auth button.cydezh-am-secondary,
.cydezh-am-auth a.cydezh-am-secondary,
.cydezh-am-auth button.cydezh-am-primary:not(:disabled):hover,
.cydezh-am-auth button.cydezh-am-primary:not(:disabled):focus-visible,
.cydezh-am-auth a.cydezh-am-primary:not([aria-disabled="true"]):hover,
.cydezh-am-auth a.cydezh-am-primary:not([aria-disabled="true"]):focus-visible,
.cydezh-am-auth button.cydezh-am-secondary:not(:disabled):hover,
.cydezh-am-auth button.cydezh-am-secondary:not(:disabled):focus-visible,
.cydezh-am-auth a.cydezh-am-secondary:not([aria-disabled="true"]):hover,
.cydezh-am-auth a.cydezh-am-secondary:not([aria-disabled="true"]):focus-visible{
    height:var(--cydezh-auth-action-height)!important;
    min-height:var(--cydezh-auth-action-height)!important;
    max-height:var(--cydezh-auth-action-height)!important;
    block-size:var(--cydezh-auth-action-height)!important;
    min-block-size:var(--cydezh-auth-action-height)!important;
    max-block-size:var(--cydezh-auth-action-height)!important;
}
.cydezh-am-surface button:disabled{cursor:not-allowed;opacity:.58}
.cydezh-am-surface form[aria-busy="true"] button[type="submit"]{cursor:wait}
.cydezh-am-divider{display:flex;align-items:center;gap:10px;margin:18px 0;color:#747a82}
.cydezh-am-divider:before,.cydezh-am-divider:after{content:"";height:1px;background:#e1e4e8;flex:1}
.cydezh-am-notice{padding:10px 12px;margin:0 0 16px;border-radius:9px;text-align:center!important}
.cydezh-am-notice.success{background:#edf8f0}
.cydezh-am-notice.error{background:#fff0f0}
.cydezh-am-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:var(--cydezh-am-gap)}
.cydezh-am-card{padding:16px;border:1px solid #e1e4e8;border-radius:12px;margin:0 0 var(--cydezh-am-gap)}
.cydezh-am-card h4{margin:0 0 9px}
.cydezh-am-value{font-weight:600}
.cydezh-am-help{font-size:.9em;opacity:.78}
.cydezh-am-timer{display:flex;margin:0;padding:8px;border:1px solid #dfe5ec;border-radius:12px;background:#f6f8fb;color:#344054;font-size:.9em}
.cydezh-am-timer-item{display:flex;flex:1;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:8px 10px;border-radius:inherit;background:transparent;box-shadow:none}
.cydezh-am-timer-label{line-height:1.35}
.cydezh-am-timer-value{direction:ltr;min-width:4.5ch;text-align:center;color:#17233d;font-size:1.08em;font-variant-numeric:tabular-nums;letter-spacing:.04em}
.cydezh-am-timer.is-expired .cydezh-am-timer-item{border:0;background:transparent;color:inherit}
.cydezh-am-inline-form{display:inline-block;margin:4px}
.cydezh-am-account-actions{display:flex;gap:8px;flex-wrap:wrap}
.cydezh-am-check{display:flex;gap:8px;align-items:flex-start}

.cydezh-am-remember{
    display:flex;
    align-items:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    margin:0;
    cursor:pointer;
}
.cydezh-am-remember input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    position:relative;
    flex:0 0 auto;
    width:18px;
    height:18px;
    min-width:18px;
    min-height:18px;
    margin:0;
    padding:0;
    border:1px solid #c8cdd4;
    border-radius:4px;
    background:#fff;
    box-shadow:none!important;
    cursor:pointer;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color,border-color!important;
}
.cydezh-am-remember input[type="checkbox"]::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:5px;
    height:9px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:translate(-50%,-50%) rotate(45deg) scale(0);
    transform-origin:center;
}
.cydezh-am-remember input[type="checkbox"]:checked{
    background:#17233d;
    border-color:#17233d;
}
.cydezh-am-remember input[type="checkbox"]:checked::after{
    transform:translate(-50%,-50%) rotate(45deg) scale(1);
}
.cydezh-am-remember input[type="checkbox"]:hover{
    box-shadow:none!important;
    transform:none!important;
}
.cydezh-am-remember input[type="checkbox"]:focus-visible{
    outline:2px solid currentColor;
    outline-offset:2px;
    box-shadow:none!important;
}

.cydezh-am-check input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    position:relative;
    flex:0 0 auto;
    width:18px;
    height:18px;
    min-width:18px;
    min-height:18px;
    margin:2px 0 0;
    padding:0;
    border:1px solid #c8cdd4;
    border-radius:4px;
    background:#fff;
    box-shadow:none!important;
    cursor:pointer;
    vertical-align:top;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color!important;
}
.cydezh-am-check input[type="checkbox"]::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:5px;
    height:9px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:translate(-50%,-50%) rotate(45deg) scale(0);
    transform-origin:center;
}
.cydezh-am-check input[type="checkbox"]:checked{
    background:#17233d;
    border-color:#17233d;
}
.cydezh-am-check input[type="checkbox"]:checked::after{
    transform:translate(-50%,-50%) rotate(45deg) scale(1);
}
.cydezh-am-check input[type="checkbox"]:hover{
    box-shadow:none!important;
    transform:none!important;
}
.cydezh-am-check input[type="checkbox"]:focus-visible{
    outline:2px solid currentColor;
    outline-offset:2px;
    box-shadow:none!important;
}
.cydezh-am-choice{display:flex;align-items:center;gap:9px;min-height:40px;padding:8px 10px;border:1px solid #e1e4e8;border-radius:9px;cursor:pointer}
.cydezh-am-choice input[type="radio"]{width:auto;min-height:0;margin:0;accent-color:currentColor}
.cydezh-am-list{margin:8px 0;padding-inline-start:20px}
.cydezh-am-actions{text-align:center;margin-top:16px}
.cydezh-am-contact-line{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:0 0 10px;font-size:.92em}
.cydezh-am-contact-line .cydezh-am-inline-form{margin:0}
.cydezh-am-contact-edit-only{justify-content:flex-end}
.cydezh-am-verified-summary{display:grid;gap:6px;margin:0 0 var(--cydezh-am-gap);padding:10px 12px;border:1px solid #e1e4e8;border-radius:10px;background:#f8fafc}
.cydezh-am-verified-summary .cydezh-am-contact-line{margin:0}
.cydezh-am-text-action{display:inline;border:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;appearance:none;-webkit-appearance:none;color:#315a8c;padding:2px 0;margin:0;min-height:0;min-width:0;border-radius:0;font:inherit;font-size:.92em;line-height:1.4;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
.cydezh-am-text-action:hover,.cydezh-am-text-action:focus-visible{border:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;color:#17233d}
.cydezh-am-text-action:focus-visible{outline:2px solid currentColor;outline-offset:2px}

/* Compact one-step Back action. It reuses the existing Text links & edit actions
 * color controls and adds no duplicate Elementor styling controls. */
.cydezh-am-back-row{display:flex;justify-content:center;align-items:center;margin:4px 0 var(--cydezh-am-gap)}
.cydezh-am-back-row .cydezh-am-inline-form{margin:0}
.cydezh-am-verified-review{margin-bottom:0}
@media(max-width:560px){.cydezh-am-surface{padding:18px;border-radius:10px}}
.cydezh-am-primary:hover,.cydezh-am-primary:focus-visible,.cydezh-am-secondary:hover,.cydezh-am-secondary:focus-visible,.cydezh-am-danger:hover,.cydezh-am-danger:focus-visible{transform:none!important;translate:none!important;scale:1!important;rotate:none!important;filter:none!important}
.cydezh-am-password-toggle:hover,.cydezh-am-password-toggle:focus-visible{transform:translateY(-50%)!important;translate:none!important;scale:1!important;rotate:none!important;filter:none!important}
.cydezh-am-logout-button{transition:color .16s ease,background-color .16s ease}
.cydezh-am-logout-button:hover,.cydezh-am-logout-button:focus-visible{transform:none!important;translate:none!important;scale:1!important;rotate:none!important;filter:none!important}
@media(prefers-reduced-motion:reduce){.cydezh-am-primary,.cydezh-am-secondary,.cydezh-am-danger{transition:none}}
.cydezh-am-recovery-methods{display:grid;gap:var(--cydezh-am-gap);margin:0 0 var(--cydezh-am-gap)}
.cydezh-am-recovery-methods .cydezh-am-form{margin:0}
.cydezh-am-recovery-methods .cydezh-am-primary,.cydezh-am-recovery-methods .cydezh-am-secondary{width:100%}
.cydezh-am-password-input--strength>input{padding-block-end:15px}
.cydezh-am-password-strength{position:absolute;z-index:1;inset-block-end:5px;inset-inline-start:12px;inset-inline-end:48px;display:block;width:auto;margin:0;pointer-events:none}
.cydezh-am-password-strength[hidden]{display:none!important}
.cydezh-am-password-strength-track{display:block;width:100%;height:6px;overflow:hidden;border-radius:999px;background:#e4e7ec}
.cydezh-am-password-strength-fill{display:block;height:100%;width:var(--cydezh-am-password-strength-progress,0%);border-radius:inherit;background:#b42318;transition:width .12s linear,background-color .18s ease}
.cydezh-am-password-strength-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
.cydezh-am-password-strength[data-strength="acceptable"] .cydezh-am-password-strength-fill{background:#c69200}
.cydezh-am-password-strength[data-strength="acceptable"] .cydezh-am-password-strength-label{color:#9a7400}
.cydezh-am-password-strength[data-strength="strong"] .cydezh-am-password-strength-fill{background:#218739}
.cydezh-am-password-strength[data-strength="strong"] .cydezh-am-password-strength-label{color:#218739}
@media(prefers-reduced-motion:reduce){.cydezh-am-password-strength-fill{transition:none}}

/* CyDezh Account Button v6.0 structural styles */
.cydezh-cab5{
    display:flex;
    width:100%;
    min-width:0;
    box-sizing:border-box;
    justify-content:flex-start;
}
.cydezh-cab5 *,
.cydezh-cab5 *::before,
.cydezh-cab5 *::after{
    box-sizing:border-box;
}
.cydezh-cab5__single,
.cydezh-cab5__dashboard,
.cydezh-cab5__exit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    margin:0;
    padding:0;
    border:0 solid transparent;
    background:none;
    color:inherit;
    text-decoration:none!important;
    line-height:1;
    cursor:pointer;
    -webkit-appearance:none;
    appearance:none;
    transition-property:color,background-color;
    transition-timing-function:ease;
    transition-duration:180ms;
}
.cydezh-cab5__single{
    flex:0 0 auto;
}
.cydezh-cab5__split{
    display:flex;
    flex:0 0 auto;
    align-items:stretch;
    direction:rtl;
    min-width:0;
    gap:0;
}
.cydezh-cab5__dashboard{
    flex:1 1 auto;
    width:auto;
    inline-size:auto;
}
.cydezh-cab5__exit{
    flex:0 0 auto;
    position:relative;
    overflow:visible;
}
.cydezh-cab5__exit::before{
    content:"";
    position:absolute;
    inset-inline-start:0;
    inset-block-start:50%;
    width:1px;
    height:55%;
    background-color:rgba(255,255,255,.22);
    transform:translateY(-50%);
    pointer-events:none;
    transition:background-color 180ms ease;
}
.cydezh-cab5__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:1em;
    height:1em;
    line-height:1;
    color:inherit!important;
}
.cydezh-cab5__icon i,
.cydezh-cab5__icon svg{
    display:block;
    flex:0 0 auto;
    width:1em;
    height:1em;
    color:inherit!important;
}
.cydezh-cab5__icon i{
    font-size:1em!important;
    line-height:1!important;
}
.cydezh-cab5__icon svg *:not([fill="none"]){
    fill:currentColor!important;
}
.cydezh-cab5__icon svg [stroke]:not([stroke="none"]){
    stroke:currentColor!important;
}
.cydezh-cab5__fallback-icon,
.cydezh-cab5__fallback-icon *{
    fill:none!important;
    stroke:currentColor!important;
}
.cydezh-cab5__single:focus-visible,
.cydezh-cab5__dashboard:focus-visible,
.cydezh-cab5__exit:focus-visible{
    outline:2px solid currentColor;
    outline-offset:2px;
}
.cydezh-cab5__single:hover,
.cydezh-cab5__single:focus-visible,
.cydezh-cab5__dashboard:hover,
.cydezh-cab5__dashboard:focus-visible,
.cydezh-cab5__exit:hover,
.cydezh-cab5__exit:focus-visible{
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
}
@media(prefers-reduced-motion:reduce){
    .cydezh-cab5__single,
    .cydezh-cab5__dashboard,
    .cydezh-cab5__exit,
    .cydezh-cab5__exit::before{
        transition:none!important;
    }
}


/* CyDezh interaction geometry lock v1.0
 * Hover/focus may change foreground/background colors only. Theme and Elementor
 * global hover styles must not change size, spacing, border geometry, shadow,
 * line-height, transform, scale or filter on CyDezh interactive controls.
 */
.cydezh-am-surface button.cydezh-am-primary,
.cydezh-am-surface a.cydezh-am-primary,
.cydezh-am-surface button.cydezh-am-secondary,
.cydezh-am-surface a.cydezh-am-secondary,
.cydezh-am-surface button.cydezh-am-danger,
.cydezh-am-surface a.cydezh-am-danger{
    box-sizing:border-box;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:42px;
    min-height:42px;
    max-height:42px;
    block-size:42px;
    min-block-size:42px;
    max-block-size:42px;
    padding:9px 16px;
    margin:0;
    border-width:1px;
    border-style:solid;
    border-radius:9px;
    line-height:normal;
    text-decoration:none;
    box-shadow:none;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color!important;
    transition-duration:.16s!important;
    transition-timing-function:ease!important;
}
.cydezh-am-surface button.cydezh-am-primary,
.cydezh-am-surface a.cydezh-am-primary{border-color:transparent}
.cydezh-am-surface button.cydezh-am-primary:hover,
.cydezh-am-surface button.cydezh-am-primary:focus-visible,
.cydezh-am-surface a.cydezh-am-primary:hover,
.cydezh-am-surface a.cydezh-am-primary:focus-visible{
    height:42px;
    min-height:42px;
    max-height:42px;
    block-size:42px;
    min-block-size:42px;
    max-block-size:42px;
}
.cydezh-am-surface button.cydezh-am-secondary,
.cydezh-am-surface a.cydezh-am-secondary{border-color:#bfc5cd}
.cydezh-am-surface button.cydezh-am-danger,
.cydezh-am-surface a.cydezh-am-danger{border-color:#b32d2e}

.cydezh-am-surface button.cydezh-am-password-toggle{
    box-sizing:border-box;
    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;
    padding:0;
    margin:0;
    border-width:0;
    border-style:solid;
    line-height:1;
    box-shadow:none;
    transform:translateY(-50%)!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color!important;
}

.cydezh-am-surface .cydezh-am-field input:not([type="checkbox"]):not([type="radio"]),
.cydezh-am-surface .cydezh-am-field select{
    box-sizing:border-box;
    width:100%;
    min-height:44px;
    padding:9px 12px;
    border-width:1px;
    border-style:solid;
    border-radius:9px;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color!important;
}

.cydezh-am-surface button.cydezh-am-text-action,
.cydezh-am-surface a.cydezh-am-text-action{
    box-sizing:border-box;
    min-height:0!important;
    min-width:0!important;
    padding:2px 0!important;
    margin:0!important;
    border:0!important;
    border-width:0!important;
    border-style:none!important;
    border-radius:0!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    line-height:1.4;
    box-shadow:none!important;
    appearance:none!important;
    -webkit-appearance:none!important;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color!important;
}
.cydezh-am-surface button.cydezh-am-text-action:hover,
.cydezh-am-surface button.cydezh-am-text-action:focus-visible,
.cydezh-am-surface a.cydezh-am-text-action:hover,
.cydezh-am-surface a.cydezh-am-text-action:focus-visible{
    border:0!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}

.elementor-widget-cydezh-logout-button a.cydezh-am-logout-button{
    box-sizing:border-box;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 16px;
    margin:0;
    border:1px solid transparent;
    border-radius:9px;
    line-height:normal;
    text-decoration:none!important;
    box-shadow:none;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color!important;
    transition-duration:.16s!important;
}

.cydezh-cab5 a.cydezh-cab5__single,
.cydezh-cab5 a.cydezh-cab5__dashboard,
.cydezh-cab5 a.cydezh-cab5__exit{
    box-sizing:border-box;
    margin:0;
    border-width:0;
    border-style:solid;
    line-height:1;
    box-shadow:none;
    transform:none!important;
    translate:none!important;
    scale:1!important;
    rotate:none!important;
    filter:none!important;
    transition-property:color,background-color!important;
}

/* Auth surface final action-style unification.
 * This rule intentionally appears after the generic surface button defaults so
 * secondary auth actions cannot drift visually from the shared Action Button.
 */
.cydezh-am-surface.cydezh-am-auth button.cydezh-am-secondary,
.cydezh-am-surface.cydezh-am-auth a.cydezh-am-secondary{
    border-color:transparent;
    background:#17233d;
    color:#fff;
}

/* Final specificity guard for the compact Back icon. This must follow the
 * shared text-action geometry lock above. */
.cydezh-am-surface button.cydezh-am-text-action.cydezh-am-back-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    max-width:32px!important;
    max-height:32px!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    box-shadow:none!important;
    line-height:1!important;
}
.cydezh-am-surface button.cydezh-am-text-action.cydezh-am-back-button svg{
    display:block;
    width:18px;
    height:18px;
    pointer-events:none;
}
.cydezh-am-surface[dir="rtl"] button.cydezh-am-text-action.cydezh-am-back-button svg{transform:scaleX(-1)}
.cydezh-am-surface button.cydezh-am-text-action.cydezh-am-back-button:hover,
.cydezh-am-surface button.cydezh-am-text-action.cydezh-am-back-button:focus-visible{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    max-width:32px!important;
    max-height:32px!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    box-shadow:none!important;
}

/* Stable CyDezh Account layout (RC96).
 * Account cards stay one-column at every breakpoint so OTP/form state changes
 * cannot cause auto-fit to recalculate and jump between one/two columns. */
.cydezh-am-account .cydezh-am-grid{
    grid-template-columns:minmax(0,1fr)!important;
}

/* Clean CyDezh Account surface contract (RC93). */
.cydezh-am-account .cydezh-am-card>.cydezh-am-form:last-child{margin-bottom:0}
.cydezh-am-account .cydezh-am-account-actions{align-items:stretch}
.cydezh-am-account .cydezh-am-account-actions .cydezh-am-inline-form{display:block;flex:1 1 180px;margin:0}
.cydezh-am-account .cydezh-am-account-actions .cydezh-am-inline-form>button{width:100%}
.cydezh-am-account .cydezh-am-primary,
.cydezh-am-account .cydezh-am-secondary,
.cydezh-am-account .cydezh-am-danger{transition-property:color,background-color!important}
.cydezh-am-account .cydezh-am-primary:not(:disabled):hover,
.cydezh-am-account .cydezh-am-primary:not(:disabled):focus-visible,
.cydezh-am-account .cydezh-am-secondary:not(:disabled):hover,
.cydezh-am-account .cydezh-am-secondary:not(:disabled):focus-visible,
.cydezh-am-account .cydezh-am-danger:not(:disabled):hover,
.cydezh-am-account .cydezh-am-danger:not(:disabled):focus-visible{transform:none!important;translate:none!important;scale:1!important;rotate:none!important;filter:none!important}

.cydezh-page-access{max-width:520px;margin:32px auto;padding:24px;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:#fff;box-sizing:border-box}
.cydezh-page-access-form{display:grid;gap:12px}
.cydezh-page-access-form input{min-height:44px;padding:9px 12px;border:1px solid #c8cdd4;border-radius:9px}
.cydezh-page-access-form button{min-height:42px;padding:9px 16px;border:0;border-radius:9px;cursor:pointer}
