.ghz-native-auth{
    --ghz-auth-border:var(--porto-gray-3,#e4e6e8);
    --ghz-auth-muted:#6b7280;
    --ghz-auth-soft:#f6f7f8;
    max-width:760px;
    margin:0 auto;
    padding:24px 0 36px;
}
.ghz-native-auth [hidden],
.ghz-checkout-phone-verify [hidden]{display:none!important}
.ghz-native-auth__intro{margin:0 0 18px;text-align:center}
.ghz-native-auth__eyebrow{display:block;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.68}
.ghz-native-auth__intro h2{margin:.35rem 0 .45rem;font-size:clamp(1.45rem,4vw,2rem)}
.ghz-native-auth__intro p{max-width:650px;margin:0 auto;opacity:.78;line-height:1.65}
.ghz-account-switch{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:4px;
    margin:0 auto 14px;
    padding:4px;
    border:1px solid var(--ghz-auth-border);
    border-radius:14px;
    background:var(--ghz-auth-soft);
}
.ghz-account-switch button{
    min-height:44px;
    border:0;
    border-radius:10px;
    background:transparent;
    color:inherit;
    font:inherit;
    font-weight:700;
    cursor:pointer;
}
.ghz-account-switch button.is-active{
    background:var(--porto-primary-color,#222);
    color:#fff;
    box-shadow:0 1px 4px rgba(0,0,0,.12);
}
.ghz-native-auth__grid{display:block}
.ghz-native-auth__card,
.ghz-checkout-phone-verify{
    border:1px solid var(--ghz-auth-border);
    border-radius:16px;
    background:var(--porto-body-bg,#fff);
    padding:22px;
}
.ghz-native-auth__card-head{margin-bottom:16px}
.ghz-native-auth__card-head h3{margin:0 0 4px;font-size:1.2rem}
.ghz-native-auth__card-head p{margin:0;color:var(--ghz-auth-muted);font-size:.92rem}
.ghz-auth-tabs{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:1fr;
    gap:6px;
    margin-bottom:18px;
    padding:4px;
    border-radius:12px;
    background:var(--ghz-auth-soft);
}
.ghz-auth-tabs button{
    min-height:40px;
    border:0;
    border-radius:9px;
    background:transparent;
    padding:7px 9px;
    color:inherit;
    font:inherit;
    font-size:.88rem;
    cursor:pointer;
}
.ghz-auth-tabs button.is-active{
    background:var(--porto-body-bg,#fff);
    font-weight:700;
    box-shadow:0 1px 3px rgba(0,0,0,.10);
}
.ghz-auth-panel label,
.ghz-checkout-phone-verify label{display:block;margin:0 0 13px}
.ghz-auth-panel label>span,
.ghz-checkout-phone-verify label>span{display:block;margin-bottom:6px;font-weight:600}
.ghz-auth-panel input:not([type=hidden]),
.ghz-checkout-phone-verify input[type=tel],
.ghz-checkout-phone-verify input[type=text]{
    width:100%;
    min-height:48px;
    border:1px solid var(--ghz-auth-border);
    border-radius:10px;
    padding:9px 12px;
    background:var(--porto-body-bg,#fff);
}
.ghz-auth-panel input:focus,
.ghz-checkout-phone-verify input:focus{
    border-color:var(--porto-primary-color,#222);
    outline:0;
    box-shadow:0 0 0 2px rgba(0,0,0,.06);
}
.ghz-egypt-phone{
    direction:ltr!important;
    display:flex;
    align-items:center;
    width:100%;
    min-height:48px;
    overflow:hidden;
    border:1px solid var(--ghz-auth-border);
    border-radius:10px;
    background:var(--porto-body-bg,#fff);
}
.ghz-egypt-phone:focus-within{
    border-color:var(--porto-primary-color,#222);
    box-shadow:0 0 0 2px rgba(0,0,0,.06);
}
.ghz-egypt-phone__prefix{
    display:flex;
    align-items:center;
    gap:7px;
    align-self:stretch;
    padding:0 11px;
    border-inline-end:1px solid var(--ghz-auth-border);
    background:var(--ghz-auth-soft);
    font-weight:700;
    white-space:nowrap;
}
.ghz-egypt-phone__flag{font-size:1.2rem;line-height:1}
.ghz-egypt-phone input[data-ghz-phone]{
    direction:ltr!important;
    flex:1 1 auto;
    min-width:0;
    min-height:46px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
}
.ghz-auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ghz-auth-primary{width:100%;min-height:46px;border-radius:10px}
.ghz-auth-otp{
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid var(--ghz-auth-border);
}
.ghz-auth-field-hint{
    margin:-6px 0 12px;
    color:var(--ghz-auth-muted);
    font-size:.82rem;
    line-height:1.5;
}
.ghz-auth-message{min-height:1.35em;margin:11px 0 0;font-size:.9rem}
.ghz-auth-message[data-type=error]{color:#a40000}
.ghz-auth-message[data-type=success]{color:#137333}
.ghz-auth-note,
.ghz-auth-legal{font-size:.82rem;line-height:1.55;color:var(--ghz-auth-muted)}
.ghz-auth-legal{margin:13px 0 0}
.ghz-auth-legal a{text-decoration:underline}
.ghz-auth-link{margin:12px 0 0;text-align:center}
.ghz-checkout-phone-verify{margin:18px 0}
.ghz-checkout-phone-verify__head{display:flex;flex-direction:column;gap:3px;margin-bottom:14px}
.ghz-checkout-phone-verify__head span{font-size:.88rem;color:var(--ghz-auth-muted)}
.ghz-native-auth button[aria-busy=true],
.ghz-checkout-phone-verify button[aria-busy=true]{opacity:.65;cursor:wait}
@media(max-width:767px){
    .ghz-native-auth{padding:14px 0 28px}
    .ghz-native-auth__intro{margin-bottom:14px;padding:0 6px}
    .ghz-native-auth__intro p{font-size:.9rem}
    .ghz-native-auth__card,
    .ghz-checkout-phone-verify{padding:15px;border-radius:14px}
    .ghz-auth-name-grid{grid-template-columns:1fr;gap:0}
    .ghz-auth-tabs{overflow-x:auto}
    .ghz-auth-tabs button{font-size:.82rem;padding-inline:7px}
    .ghz-egypt-phone__prefix{padding:0 9px}
}
