/* MenuFlow v31 — compact + readable registration layout.
   Visual-only overrides on top of v30. All registration, plan, Google and onboarding logic remains untouched. */

.register-v30-page{
    min-height:100vh;
    min-height:100svh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:#f5f6f5;
    overflow-x:hidden;
}

.register-v30-shell{
    width:min(1030px,100%);
    min-height:0;
    display:grid;
    grid-template-columns:minmax(370px,.9fr) minmax(480px,1.1fr);
    align-items:stretch;
    overflow:hidden;
    border:1px solid #dfe4e2;
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 42px rgba(22,48,43,.055);
    direction:ltr;
}

/* Menux-like composition: visual left, compact form right. */
.register-v30-visual{order:1}
.register-v30-form-side{order:2}

.register-v30-form-side{
    min-width:0;
    min-height:0;
    padding:26px 34px 22px;
    overflow:visible;
    background:#fff;
    direction:rtl;
}
.register-v30-form-inner{
    width:100%;
    max-width:510px;
    margin:0 auto;
    padding:0;
}

.register-v30-topbar{
    min-height:34px;
    margin:0 0 15px;
}
.register-v30-brand .brand-name{font-size:24px;letter-spacing:-.7px}
.register-v30-brand .brand-mark{width:11px;height:22px}
.register-v30-pricing-link{font-size:12px;font-weight:600}

.register-v30-heading{margin-bottom:13px}
.register-v30-eyebrow{display:none}
.register-v30-heading h1{
    font-size:27px;
    line-height:1.25;
    letter-spacing:-.35px;
}
.register-v30-heading p{
    max-width:none;
    margin-top:5px;
    font-size:12.5px;
    line-height:1.6;
}

.register-v30-alert{
    margin-bottom:10px;
    padding:9px 11px;
    border-radius:9px;
    font-size:12px;
    line-height:1.55;
}

.register-v30-form{gap:10px}

/* Selected plan remains visible without dominating the page. */
.register-v30-plan{border-radius:11px}
.register-v30-plan-main{
    min-height:61px;
    padding:10px 12px;
    gap:12px;
}
.register-v30-plan-copy{gap:2px}
.register-v30-plan-copy>span{font-size:10.5px}
.register-v30-plan-copy strong{font-size:15.5px;line-height:1.35}
.register-v30-plan-copy small{font-size:11px;line-height:1.45}
.register-v30-plan-price{gap:1px}
.register-v30-plan-price strong{font-size:17px}
.register-v30-plan-price small{font-size:10px}
.register-v30-plan-change summary{
    padding:7px 12px;
    font-size:11.5px;
    font-weight:650;
}
.register-v30-plan-picker{padding:0 12px 10px;gap:6px}
.register-v30-plan-picker label{font-size:11.5px;font-weight:650}
.register-v30-plan-picker select{min-height:38px;border-radius:8px;font-size:12px}
.register-v30-plan-picker p{font-size:11px;line-height:1.5}

.register-v30-google-button{
    min-height:43px;
    padding:0 13px;
    grid-template-columns:22px 1fr 22px;
    border-radius:9px;
    font-size:13px;
    font-weight:650;
}
.register-v30-google-button svg{width:19px;height:19px}
.register-v30-google-identity{
    min-height:51px;
    padding:7px 10px;
    grid-template-columns:33px minmax(0,1fr) auto;
    gap:9px;
    border-radius:10px;
}
.register-v30-google-icon{width:31px;height:31px;border-radius:8px}
.register-v30-google-icon svg{width:18px;height:18px}
.register-v30-google-identity strong{font-size:12.5px}
.register-v30-google-identity span,.register-v30-google-identity>a{font-size:11px}

.register-v30-divider{gap:10px;font-size:11.5px}

.register-v30-fields{gap:9px 10px}
.register-v30-field{gap:5px}
.register-v30-field label{font-size:12.5px;font-weight:650}
.register-v30-field input{
    min-height:42px;
    padding:0 12px;
    border-radius:8px;
    font-size:13px;
}
.register-v30-field input::placeholder{font-size:12px}
.register-v30-password-wrap input{padding-left:43px}
.register-v30-password-wrap button{
    width:35px;
    height:35px;
    left:3px;
    top:3px;
    border-radius:7px;
}
.register-v30-password-wrap svg{width:18px;height:18px}
.register-v30-password-meter{grid-template-columns:minmax(90px,125px) auto;gap:7px}
.register-v30-password-meter>span{height:4px}
.register-v30-password-meter small{font-size:10.5px}

.register-v30-terms{
    gap:8px;
    font-size:11.5px;
    line-height:1.55;
}
.register-v30-terms input{margin-top:2px}

.register-v30-submit{
    min-height:44px;
    border-radius:8px;
    font-size:13px;
    font-weight:750;
    box-shadow:none;
}
.register-v30-assurance{gap:13px;font-size:10.5px}

.register-v30-bottom-row{
    margin-top:12px;
    padding-top:10px;
    gap:12px;
    font-size:11.5px;
}
.register-v30-bottom-row a{font-weight:650}

/* Compact visual panel; readable copy and unchanged MenuFlow identity. */
.register-v30-visual{
    min-width:0;
    min-height:625px;
    margin:0;
    padding:31px 33px 27px;
    border-radius:0;
    justify-content:space-between;
}
.register-v30-visual-orb-one{width:220px;height:220px;left:-75px;bottom:-70px}
.register-v30-visual-orb-two{width:160px;height:160px;right:-90px;top:75px;border-width:34px}
.register-v30-visual-brand .brand-name{font-size:21px;letter-spacing:-.5px}
.register-v30-visual-brand .brand-mark{width:10px;height:20px}
.register-v30-visual-copy{margin-top:18px}
.register-v30-visual-copy>span{padding:5px 9px;font-size:10.5px}
.register-v30-visual-copy h2{
    max-width:370px;
    margin:11px 0 9px;
    font-size:36px;
    line-height:1.16;
    letter-spacing:-.9px;
}
.register-v30-visual-copy p{
    max-width:370px;
    font-size:12.5px;
    line-height:1.65;
}
.register-v30-product-preview{
    width:min(395px,100%);
    min-height:185px;
    margin:14px auto 8px;
}
.register-v30-preview-window{
    width:82%;
    height:165px;
    border-width:5px;
    border-radius:13px;
    box-shadow:0 18px 30px rgba(1,32,28,.23);
}
.register-v30-preview-sidebar{padding:13px 8px;gap:8px}
.register-v30-preview-sidebar b{width:22px;height:7px}
.register-v30-preview-sidebar i{width:19px;height:5px}
.register-v30-preview-main{padding:13px}
.register-v30-preview-head{margin-bottom:12px}
.register-v30-preview-head span{width:72px;height:9px}
.register-v30-preview-head em{width:43px;height:14px}
.register-v30-preview-stats{gap:6px}
.register-v30-preview-stats i{height:38px;border-radius:7px}
.register-v30-preview-card{height:64px;margin-top:8px;padding:10px;gap:7px;border-radius:7px}
.register-v30-preview-card div{height:5px}
.register-v30-phone{
    width:78px;
    height:155px;
    right:5%;
    padding:13px 6px 7px;
    border-width:5px;
    border-radius:18px;
    box-shadow:0 16px 26px rgba(1,32,28,.25);
}
.register-v30-phone>span{width:27px;height:3px;top:5px}
.register-v30-phone-hero{height:43px;margin-bottom:7px;border-radius:7px}
.register-v30-phone i{height:19px;margin:4px 0;border-radius:5px}
.register-v30-visual-points{gap:6px;margin-top:4px}
.register-v30-visual-points span{padding:6px 8px;border-radius:7px;font-size:10.5px}

@media (max-height:760px) and (min-width:861px){
    .register-v30-page{align-items:flex-start;padding-top:16px;padding-bottom:16px}
    .register-v30-visual{min-height:600px}
    .register-v30-form-side{padding-top:19px;padding-bottom:17px}
    .register-v30-topbar{margin-bottom:11px}
    .register-v30-heading{margin-bottom:9px}
    .register-v30-form{gap:8px}
    .register-v30-heading h1{font-size:25px}
    .register-v30-heading p{font-size:12px}
}

@media(max-width:860px){
    .register-v30-page{
        display:block;
        padding:0;
        background:#fff;
    }
    .register-v30-shell{
        width:100%;
        min-height:100svh;
        display:block;
        border:0;
        border-radius:0;
        box-shadow:none;
    }
    .register-v30-visual{display:none}
    .register-v30-form-side{
        min-height:100svh;
        padding:22px 18px;
    }
    .register-v30-form-inner{max-width:560px}
    .register-v30-topbar{margin-bottom:20px}
    .register-v30-heading h1{font-size:29px}
    .register-v30-heading p{font-size:13px}
    .register-v30-field label{font-size:13px}
    .register-v30-field input{font-size:14px}
    .register-v30-google-button{font-size:13.5px}
    .register-v30-terms,.register-v30-bottom-row{font-size:12px}
}

@media(max-width:560px){
    .register-v30-form-side{padding:18px 14px}
    .register-v30-fields{grid-template-columns:1fr}
    .register-v30-field-full{grid-column:auto}
    .register-v30-plan-main{align-items:center}
    .register-v30-google-identity{grid-template-columns:31px minmax(0,1fr)}
    .register-v30-google-identity>a{grid-column:2}
    .register-v30-assurance{align-items:center;flex-direction:column;gap:4px}
    .register-v30-bottom-row{align-items:flex-start;flex-direction:column}
}
